Show TOC Start of Content Area

Background documentation Enhancement Technologies  Locate the document in its SAP Library structure

There are different kinds of technologies that provide enhancement options:

      Source code enhancements – enhancement points are positions in the source code where you can attach source code plug-ins which enhance the source code at these positions. While a source code plug-in at an enhancement point is processed in addition to the original code, the code of an enhancement section is substituted by the respective source code plug-in.

Note

Program-bound enhancement implementations in a multiple-use include can only be displayed when the related main programs are generated. The programs, function groups, classes, and so on can be generated within the respective editors. Alternatively, transaction SGEN can be used to perform a mass generation in a system.

      Function group enhancements – you can enhance the interface of a function module by additional parameters using function group enhancements.

      Class enhancements – you can add additional methods, optional parameters, pre- and post-methods to existing methods.

      BAdIs – object-oriented enhancement options. The BAdI defines an interface that can be implemented by classes that are transport objects of their own. The new BAdI is fully integrated into the Enhancement Framework. Within the Enhancement Framework, a BAdI is an enhancement option or an anchor point for an object plug-in.

      Web Dynpro Enhancements

Implicit and Explicit Enhancement Options

Class enhancements, function group enhancements and enhancement options at particular predefined positions (such as the end of a report, a function module, an include or a structure and the beginning and the end of a method) are called implicit enhancement options. They are provided by the framework, only their implementation has to be inserted.

If there is a need for additional or different enhancement options than those provided by the framework, you can use explicit enhancement options. They have to be inserted explicitly by the developer. There are two types of explicit enhancement options: BAdIs and explicit enhancement points or sections, where you can insert source code plug-ins.

End of Content Area