快速定位Product assignment block里对应的修改逻辑使用的function module 已注销 2021-04-25 135 阅读1分钟 Created by Jerry Wang, last modified on May 16, 2014 假设需要debug Product overview page里当修改Notes assignment block里的数据时做的处理,需要找到对应的function module name. 首先到UI component workbench里打开Product overview 对应的view, 进入component configuration里找到Notes对应的UI component name: PRDTXT 到table CRMC_PRIL_UIU里找到PRDTXT对应的settype ID:COMM_PR_LGTEXT1 到settype metadata table COMC_SETTYPE里找到该settype数据发生更新时框架调用的function module name: 直接在FM里设断点,在UI上修改note之后断点即可触发: