兩種找出SAP UI Code List配置位置的小技巧

i042416發表於2020-09-06

Example: click F4 on ID Type field, in value help window there are several entries:


兩種找出SAP UI Code List配置位置的小技巧


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:


兩種找出SAP UI Code List配置位置的小技巧


we know the value help is implemented in GET_V method, so double click on it:


兩種找出SAP UI Code List配置位置的小技巧


The value help is implemented via callback class CL_CRM_UIU_BP_IDTYPE_1_F4:


兩種找出SAP UI Code List配置位置的小技巧


Open the class method, we find the persistent table to store identification id information:


兩種找出SAP UI Code List配置位置的小技巧


use where used list on the table, then we found the maintenance view:


兩種找出SAP UI Code List配置位置的小技巧 兩種找出SAP UI Code List配置位置的小技巧


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:


兩種找出SAP UI Code List配置位置的小技巧


Mark the search result, the target customizing activity will be automatically located.


兩種找出SAP UI Code List配置位置的小技巧


要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":

兩種找出SAP UI Code List配置位置的小技巧


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2717424/,如需轉載,請註明出處,否則將追究法律責任。

相關文章