How to create ABAP implicit enhancement implementation

  • 2020 年 1 月 21 日
  • 筆記

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的原创文章,请关注公众号"汪子熙":