兩種找出SAP UI Code List配置位置的小技巧
Example: click F4 on ID Type field, in value help window there are several entries:
we need to find the customizing in the backend where we could maintain more entries for the value list.
Approach1
click F2 on the field to figure out the technical information:
we know the value help is implemented in GET_V method, so double click on it:
The value help is implemented via callback class CL_CRM_UIU_BP_IDTYPE_1_F4:
Open the class method, we find the persistent table to store identification id information:
use where used list on the table, then we found the maintenance view:
Approach2
we can directly use the search function in SPRO by clicking search button with search keyword “identification”:
There are lots of results however we could only check those in area “SAP Business Partner”. It is quite easy to find the correct one in this case:
Mark the search result, the target customizing activity will be automatically located.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2717424/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Docker配置容器位置和小技巧Docker
- 實戰小技巧19:List轉Map List的幾種姿勢
- SAP CAP Fiori Elements 應用配置 UI 的兩種方式以及自定義 index.htmlUIIndexHTML
- 什麼是 SAP Spartacus UI 的 code deprecationUI
- VS Code 使用小技巧
- SAP Commerce Cloud 裡 OAuth2 Client 的兩種配置方法CloudOAuthclient
- 比較兩個List物件,找出新增、刪除、更改的條目物件
- 修改資料檔案的位置的兩種方法
- SAP UI5 SmartForm 使用技巧介紹UIORM
- SAP Fiori裡的兩種鎖機制
- 辦公小技巧:excel重複項怎麼找出來?Excel
- SAP 電商雲 Spartacus UI 的 urlParameter 配置原理UI
- Python獲取list中指定元素索引的兩種方法Python索引
- SAP UI5 Tools 裡配置檔案 ui5-local.yaml 的配置要點UIYAML
- Python五種實用的小技巧Python
- SAP Fiori Launchpad 應用的兩個實用技巧分享
- SAP WebClient UI drop down list(下拉選單)的一個故障和解決方法WebclientUI
- 可以用在 VS Code 中的正規表示式小技巧
- 兩分鐘學會SAP F1技巧
- 兩個小問題深入淺出List的效能問題
- 幾種在不同的位置開啟 SAP HANA Database explorer 的辦法Database
- Python小技巧:一種字串的排序方式Python字串排序
- python小技巧:獲取列表最大值以及位置Python
- SAP ABAP 的兩種記憶體物件型別記憶體物件型別
- SAP WebClient UI配置決定(configuration)的邏輯介紹WebclientUI
- 【小技巧】CSS文字兩端對齊CSS
- html隨意拖動內容位置的兩種實現方式HTML
- SAP UI5 Theme Library 的解析邏輯和 SAP UI5 配置後設資料的預設值UI
- SAP Retail Transaction ListAI
- SAP WebClient UI overview頁面裡assignment block的可見性分析技巧WebclientUIViewBloC
- [ChatGPT 勘誤] SAP UI5 的 sap.ui.base.ObjectChatGPTUIObject
- SAP UI5 sap.ui.Device.media 的使用介紹UIdev
- 如何理解 SAP UI5 的 sap.ui.define 函式UI函式
- SAP UI5 sap.ui.core.Element 的概要介紹UI
- 如何找出 SAP電商雲產品明細頁面讀取後臺資料的程式碼具體位置
- 兩種方式配置vue全域性方法Vue
- 關於使用 SAP UI5 程式碼設定應用 theme 的技巧UI
- 在 SAP 電商雲 Spartacus UI 裡使用自定義配置控制 UI 除錯的開關UI除錯