美文网首页SAP 实用篇
How to create ABAP implicit enha

How to create ABAP implicit enha

作者: 华山令狐冲 | 来源:发表于2020-01-01 14:13 被阅读0次

Your enhancement implementation wull be saved into a different ABAP repository object with your own package. The original program being enhanced is NOT touched at all.

Once created, you can add your own logic around line 72 ENHANCEMENT and 76 ENDENHANCEMENT.
In the runtime, your enhancement will be called after standard code is executed.

See one example of callstack below:

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


相关文章

网友评论

    本文标题:How to create ABAP implicit enha

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