美文网首页SAP札记SAP 实用篇
SAP CRM One Order的事件注册机制

SAP CRM One Order的事件注册机制

作者: _扫地僧_ | 来源:发表于2020-01-31 11:55 被阅读0次

    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:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

        本文标题:SAP CRM One Order的事件注册机制

        本文链接:https://www.haomeiwen.com/subject/fnlgthtx.html