Created by Jerry Wang, last modified on Apr 14, 2014
在UI component workbench里,发现UI configuration可以分为standard和custom configuration两种类型。其类型determination 逻辑解释如下:
- 我们通过ST05 trace能发现上图的custom configuration是存在下面这张表的:
- 使用where used list,在hit 的GET_CONFIG_KEYS_FOR_VIEW里设个断点:
再次打开UI component configuration, 断点触发:
发现standard configuration存储在表BSP_DL_XMLSTRX2里,而custom configuration存储在BSPC_DL_XMLSTRX2里。
- 从下面copy一个configuration的callstack能发现, configuration 类型取决于当前系统的setup( 是SAP system 还是customer system)