Avoid Modifications by Using Implicit Enhancements in Standard SAP Code
Discover the use of the implicit enhancement option, including all possible areas where the enhancement can be used. Learn about the implementation of dynamic and static implicit enhancements with examples. You can also see how to add one new column in SAP List Viewer (ALV) of a standard report using implicit enhancement (without modification) as an example.
Key Concept
The implicit enhancement is a new technology to enhance SAP’s standard objects such as includes, function modules, forms, global classes and all source code units. The enhancement option makes it possible to add your own functionality to standard SAP objects without changing the original object. The additional functionality you added to the system by enhancement does not create any problems while the system upgrades and can be available without making any adjustment.