Implicit Enhancement Points and Options in local SAP classes
The implicit enhancement options available in local SAP classes are as follows:
- Adding optional parameters to method interfaces
- Defining additional attributes and methods
The implicit enhancement points available in local SAP classes are as follows:
- At the beginning and end of the methods
- At the end of the implementation block
Steps to enhance a local SAP Class
- Display the source code of the local class
- Choose the enhancement pushbutton
- Choose Edit -> Enhancement Operations -> Show Implicit Enhancement Options to show the implicit enhancement options
- In the editor, use the context menu of one of the implicit enhancement options or displayed points to create an enhancement implementation
- Insert the source code
- Choose the Activate Enhancement pushbutton
Other Implicit Enhancement Points
- At the end of a structure declaration
- At the beginning and end of subroutines
- At the end of includes
Steps:
- Display the source code of the corresponding SAP object
- Choose the enhancement pushbutton
- Choose Edit -> Enhancement Operations -> Show Implicit Enhancement Options to show the implicit enhancement options
- In the editor, use the context menu of one of the implicit enhancement options or displayed points to create an enhancement implementation
- Insert the source code
- Choose the Activate Enhancement pushbutton