Friday, May 7, 2010

Implicit Enhancements

These types of enhancement are predefined in the following places of an ABAP program:
• At the end of an include (some restrictions apply; for example, at the end of a method include)
• At the end of Private, Protected and Public sections of a Class
• At the end of the Implementation of a Class
• Before the END INTERFACE in an Interface definition
• At the end of a structure definition
• At the beginning and at the end of: forms, functions, methods
• In the parameters list of a method, at the end of: CHANGING, IMPORTING and EXPORTING
To see what Implicit Enhancements are available; in the ABAP editor follow this path: Edit->Enhancement Operations->Show Implicit Enhancement Options.

Screen Shots

No comments: