SAP CRM One Order的事件序號產生器制

i042416發表於2020-02-11

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:

SAP CRM One Order的事件序號產生器制 SAP CRM One Order的事件序號產生器制

# How to find given function module by event name

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

SAP CRM One Order的事件序號產生器制

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:

SAP CRM One Order的事件序號產生器制


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2675056/,如需轉載,請註明出處,否則將追究法律責任。

相關文章