Implicit Enhancements

 

  • In case of Implicit Enhancements, Implicit point is available at the starting or at the last of the program or Function modules or Sub routines etc.
  • We will create the implicit implementation using those points.

Enhancing function module REUSE_ALV_GRID_DISPLAY using Implicit Enhancements :-

  • Step 1 :- Go to SE37 transaction code and open the function module REUSE_ALV_GRID_DISPLAY.

  • Step 2 :- For showing the implicit enhancements, just click on edit → Enhancements Operations → show enhancements.



    • Click on show implicit enhancements options.


    • We can see we will have enhancements at the start or at the end of the program in case of implicit enhancements.




Enhancing Features of this function module :-

  • Step 1 :- Click on the implicit point.

  • Step 2 :- then click on enhancement button.



  • Step 3 :- Right click on the implicit point → enhancement Operations → Create Implementation.



    • A popup screen will appear.
    • Click on code.


    • Then click on create button.


  • Step 4 :- Click on OK button



  • Step 5 :- Now we can write the logic in this enhancement.




Note :-

  • After Enhancement always make sure to undo the enhancement if you are doing it for practice purpose.

Comments

Popular posts from this blog

Understanding Different Types of SAP Function Modules: Normal, RFC, and Update

Unlocking SAP ABAP Secrets: Interactive Classical Reports with GET CURSOR, At User Command, and a Comparison of HIDE Statements

Mastering ABAP: A Step-by-Step Guide to Function Modules and Groups for Modularized Programming