您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

两种找出SAP UI Code List配置位置的小技巧

2022/1/2 13:00:32 架构 字数 4762 阅读 741 来源 https://www.iteye.com/blogs/category/architecture

两种找出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. Ap ... SAPC4CCloudCloudFoundrySAP成都研究院? JerryWang_SAP

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的原创文章,请关注公众号"汪子熙":


如果您也喜欢它,动动您的小指点个赞吧

除非注明,文章均由 laddyq.com 整理发布,欢迎转载。

转载请注明:
链接:http://laddyq.com
来源:laddyq.com
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。


联系我
置顶