天天看点

SAP CRM One Order的事件注册机制How to find given function module by event name

There are huge number of function modules which are called in one order runtime as event callback.

If you want to research by yourself, set a breakpoint on the function module below, which is a central entry point to call event handler function module:

How to find given function module by event name

use tcode CRMV_EVENT, specify object name and event name, F8

In my example, the function module CRM_PRODUCT_I_A_CHANGE_ORGM_EC I observed in the debugger appears as the first row in the result:

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

继续阅读