快速定位Product assignment block里对应的修改逻辑使用的function module

135 阅读1分钟

Created by Jerry Wang, last modified on May 16, 2014

假设需要debug Product overview page里当修改Notes assignment block里的数据时做的处理,需要找到对应的function module name.
clip_image001

  1. 首先到UI component workbench里打开Product overview 对应的view, 进入component configuration里找到Notes对应的UI component name: PRDTXT
    clip_image002
  2. 到table CRMC_PRIL_UIU里找到PRDTXT对应的settype ID:COMM_PR_LGTEXT1
    clipboard3
  3. 到settype metadata table COMC_SETTYPE里找到该settype数据发生更新时框架调用的function module name:
    clip_image004
  4. 直接在FM里设断点,在UI上修改note之后断点即可触发:
    clip_image005