Implicit Enhancement Points and options in SAP Function Modules
To use implicit enhancement points and options in an SAP function module, you need to create an enhancement implementation
The following implicit enhancement points and options are available for SAP function modules:
- Implicit enhancement points
An enhancement implementation can be created to allow you to add logic at the beginning or end of the functional module source code
Steps To enhance the interface of an SAP function module
- Display the function module in the function builder
- Choose Function module -> Enhance interface and specify an enhancement implementation to add a new interface parameter with type assignment
- Choose the activate Enhancement pushbutton
- These newly added interface parameters must always be optional.
Steps To enhance source code of an SAP function module
- Display the source code of function module
- Choose the enhancement pushbutton
- Choose Edit -> enhancement operations -> show implicit enhancement options to display the implicit enhancement options.
- In the editor, use the context menu of one of the implicit enhancement points displayed to create an enhancement implementation
- Insert the source code
- Choose the Activate Enhancement pushbutton.