兩種找出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 SD Transaction codes List
- 比較兩個List物件,找出新增、刪除、更改的條目物件
- 找出陣列中元素的位置陣列
- 什麼是 SAP Spartacus UI 的 code deprecationUI
- SAP Commerce Cloud 裡 OAuth2 Client 的兩種配置方法CloudOAuthclient
- 修改資料檔案的位置的兩種方法
- SAP 電商雲 Spartacus UI 的 urlParameter 配置原理UI
- SAP UI5 SmartForm 使用技巧介紹UIORM
- VS Code 使用小技巧
- SAP Fiori裡的兩種鎖機制
- 兩種Java容器類List和Set分析Java
- 辦公小技巧:excel重複項怎麼找出來?Excel
- Xcode 小技巧:利用 assets 配置針對不同裝置的資源XCode
- 兩種負載均衡的配置。負載
- SAP UI5 Tools 裡配置檔案 ui5-local.yaml 的配置要點UIYAML
- SAP WebClient UI drop down list(下拉選單)的一個故障和解決方法WebclientUI
- SAP CO配置常用T-code
- 【小技巧】CSS文字兩端對齊CSS
- Python五種實用的小技巧Python
- python list排序的兩種方法及例項講解Python排序
- Python獲取list中指定元素索引的兩種方法Python索引
- SAP ABAP 的兩種記憶體物件型別記憶體物件型別
- 兩個小問題深入淺出List的效能問題
- SAP Fiori Launchpad 應用的兩個實用技巧分享
- Java Spring AOP的兩種配置方式JavaSpring
- redhat 6 配置 yum 源的兩種方法Redhat
- SAP Retail Transaction ListAI
- 【谷歌面試題】找出字串中只包含兩種字元的最長子串谷歌面試題字串字元
- html隨意拖動內容位置的兩種實現方式HTML
- Python小技巧:一種字串的排序方式Python字串排序
- python小技巧:獲取列表最大值以及位置Python
- SAP Fiori裡兩種鎖機制(lock)的實現
- 幾種在不同的位置開啟 SAP HANA Database explorer 的辦法Database
- SAP UI5 sap.ui.Device.media 的使用介紹UIdev
- SAP UI5 sap.ui.core.Element 的概要介紹UI