Tuesday, September 6, 2011

BC427 , Unit3 (cont) : Enhancements in Other SAP Objects


Other Implicit Enhancement Points :

What else Can We Implicitly Enhance :

How to Enhance these objects (subroutine , include , structure) :
1. Display the source code of the corresponding SAP object
2. in the GUI status , choose the enhancement button
3.choose the options Edit-->Enhancement Operation -->Show Implicit Enhancement Options to show the implicit enhancement options.
4. in the editor , put the cursor on one of the implicit enhancement points/options to and from the context menu create the enhancement implementation.
5.Insert the source code.
6. In GUI status , choose 'Activate Enhancements'.

Important  :
when you enhance a structure (type ) decleration (before 'END OF ...') you must use the syntax.
DATA: <additional field1> TYPE <TYPE1>,<Additional field 2 > TYPE <TYPE2> ,..
otherwise it would give a syntax error.


No comments:

Post a Comment