如何新增任意一個UI component到SAP CRM的overview頁面上
阿新 • • 發佈:2019-01-13
- 事務碼SM30,編輯檢視BSPWDV_EHSET_ASG, 給當前的client設定一個enhancement set:
- 編輯增強定義,在CRM UI開發工具裡,選單environmental->enhancement definition:
新建一個BSP應用,用於存放我們新增在overview頁面上的UI component:
After that you could define the component usage which points to your own UI component ZCUSTOM. All changes will be stored into the
enhancement BSP application ZBT116H_SRVO.
接下來我們可以在overview page裡定義component usage,指向我們自定義的ui component,比如ZCUSTOM。所有的修改都會儲存到上述新建的BSP應用裡。
component usage建好之後,將我們自定義的UI component的interface view新增到service order overview頁面上:
並將其配置到UI上:
現在執行時我們就能在overview頁面上看到我們新的UI component了:
我們也可以用事務碼SE80開啟新建的BSP應用,在那裡觀察我們自定義的UI component是如何嵌入到overview頁面上的:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":