SAP CRM附件模型的Authorization scope原理介紹
Requirement
when you create new attachments in attachment assignment block, you can assign an authorization scope to the attachment. It is expected to know where in the backend the authorization scope for a given attachment is stored.
step1
find the product guid by product id in table comm_product:
step2
run method cl_crm_documents=>get_info, specify product guid as INSTID, "BUS1178" as TYPEID, and "BO" as CA, and get the result below:
step3
explore exporting params IOS_PROPERTIES_RESULT:
we can find the authorization scope 000100 is stored as name value pair.
it could also be found in transparent table BDSPHPR22, just specify attachment instance guid as OBJECT_ID.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2717327/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP CRM附件在應用伺服器上的儲存原理解析伺服器
- 使用程式碼修改SAP CRM附件的屬性
- SAP CRM Fiori Simulation Pipeline 設計介紹
- 動態控制SAP CRM附件的可編輯性
- SAP CRM WebClient UI的Delta處理機制介紹WebclientUI
- 動態隱藏某些特殊型別的SAP CRM附件型別
- 如何啟用SAP CRM附件UI上的advanced按鈕UI
- 如何讓你的SAP CRM應用支援附件上傳
- SAP CRM 裡 Attachment 搜尋的實現邏輯介紹
- SAP CRM Survey調查問卷的模型設計原理解析模型
- SAP CRM產品主資料ID的生成邏輯介紹
- com.sap.ui5.resource.ResourceServlet的工作原理介紹UIServlet
- 使用ABAP程式碼給SAP CRM Business object建立附件AttachmentObject
- SAP S4CRM 1811 服務訂單API介紹API
- 如何阻止指定型別的SAP CRM附件被上傳到伺服器型別伺服器
- Acrobat Pro DC 2023如何插入附件?Acrobat Pro DC新增附件方法介紹BAT
- SAP CRM點了附件的超連結後報錯的處理方式
- SAP BOPF介紹
- SAP S/4HANA extensibility擴充套件原理介紹套件
- SAP CRM調查問卷的評分和圖表顯示功能介紹
- SAP UI5 OData 模型(V2) 的使用方法介紹UI模型
- 介紹GitOps的工作原理Git
- SAP Fiori Elements 框架裡 Smart Table 控制元件的工作原理介紹框架控制元件
- SAP S/4HANA New Simplified Data Model (NSDM) 模型介紹模型
- OAuth 2.0(Open Authorization 2.0)授權框架入門介紹OAuth框架
- FFmpeg原理介紹
- Linux中的IO模型介紹Linux模型
- 常用鎖原理的介紹(上)
- Docker的原理及特性介紹Docker
- 推薦模型NeuralCF:原理介紹與TensorFlow2.0實現模型
- 推薦模型DeepCrossing: 原理介紹與TensorFlow2.0實現模型ROS
- SAP CRM Survey調查問卷的儲存模型模型
- SAP ABAP Append structure 介紹APPStruct
- SAP Java Connector 元件介紹Java元件
- SAP MM 給合同的ITEM上傳附件以及附件查詢
- 8.3 BERT模型介紹模型
- SAP CRM calculated欄位的實現原理講解
- SAP CRM OData模型裡的addressable為true的含義模型