SAP CRM服務訂單頁面顯示組織結構管理區域的實現邏輯
標題:Why I could not see Organizational management assignment block in Service Order Overview Page
For example I can see this assignment block for Sales order:
However in service order overview page, this assignment block is missing:
I checked the configuration in UI component BT116H_SRVO and this assignment block is already there:
Unfortunately it still does not appear in the Available Assignment Blocks list when personalization button is clicked. So this view must be filtered out in the runtime based on some rules.
Then I am doing check in component BSP_DLC_PERS where the assignment block personalization is implemented, and trying to find some logic written in its controller class.
And I found a promising method: PREPARE_OUTPUT_4_OVW. In this method UI framework call Service Order overview page controller’s DETACH_STATIC_OVW_VIEWS to get the filtered out view in the runtime.
Now it turns out very clearly that the filtering logic is done in method DETACH_STATIC_OVW_VIEWS of Service Order controller, and here it is:
The criteria whether a given assignment block must be displayed in one order overview is controlled by the corresponding flag populated in function module CRM_INTLAY_DEACT_PTRD.
For the service order I am using for test, since there is no organization profile assigned to the transaction type, so the organizational management assignment block is decided to be hidden in overview page accordingly.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2714997/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP CRM頁面assignment block動態顯示與否的控制邏輯BloC
- SAP CRM WebClient UI html 格式的 Text 顯示邏輯WebclientUIHTML
- SAP CRM organization Model(組織架構模型)自動決定的邏輯分析架構模型
- 領域邏輯的組織模式模式
- SAP CRM WebClient UI Text Type 顯示的過濾邏輯WebclientUI
- SAP Spartacus B2B 頁面資訊提示圖示的彈出視窗顯示實現邏輯
- SAP Spartacus B2B 頁面 Popover Component 的條件顯示邏輯
- 關於SAP CRM產品主資料建立頁面上的產品類別顯示邏輯分析
- SAP CRM 裡 Attachment 搜尋的實現邏輯介紹
- SAP S4CRM 1811 服務訂單API介紹API
- SAP CRM系統訂單模型的設計與實現模型
- CRM product UI裡assignment block的顯示隱藏邏輯UIBloC
- SAP CRM Product category的決定邏輯Go
- SAP CRM訂單抬頭級別的組織架構資料是如何自動拷貝到行專案的架構
- 新零售SaaS架構:組織管理的底層邏輯與架構設計架構
- SAP BSP和JSP頁面裡UI元素的ID生成邏輯JSUI
- SAP WebClient UI頁面標籤的決定邏輯介紹WebclientUI
- SAP Hybris裡搜尋顯示結果的實現原理
- SAP CRM WebClient UI Text 可編輯與否的控制邏輯WebclientUI
- SAP UI5 貨幣金額顯示的格式化邏輯UI
- SAP S/4HANA Customer Management裡的頁面搜尋結果的分頁顯示原理
- SAP SD基礎知識之組織結構
- 【JS】javascript實現頁面顯示數字時鐘JSJavaScript
- oracle 邏輯結構Oracle
- PostgreSQL:邏輯結構SQL
- Flutter-engine 顯示Image邏輯Flutter
- 探索Flutter Image顯示Webp邏輯FlutterWeb
- 實現拼團業務邏輯
- 使用ajax實現頁面區域性重新整理
- SAP Spartacus home 頁面讀取 product 資料的請求的 population 邏輯
- js實現頁面部分割槽域全屏顯示及退出JS
- 使用SAP CRM中介軟體XIF(External Interface)一步步建立服務訂單
- 如何實現 SAP UI5 路由失敗時顯示自定義的 NOT Found 頁面試讀版UI路由面試
- Django實現圖片上傳並前端頁面顯示Django前端
- 4 Spring Cloud叢集服務清單及搜尋頁面實現SpringCloud
- Android 介面顯示與邏輯處理Android
- 使用SAP CRM External Interface進行訂單同步
- iOS架構:AOP實現區域性模組化iOS架構