How would i can write my own custom code inside
an standard enhancement-section in enhancement framework?
My requirement in program LMEDRUCKF1K, i want to add my custom code just before calling 'CLOSE_FORM' in below code.
ENHANCEMENT-SECTION ENDE_02 SPOTS ES_SAPLMEDRUCK.
CALL FUNCTION 'CLOSE_FORM'
IMPORTING
RESULT = RESULT
exceptions
OTHERS = 1.
END-ENHANCEMENT-SECTION.
Please help on this,require urgently.
Would appreciate suggestions/solutions.
Thanks
B Prakash Soni
Hello,
are you an industry customer?
If not (or if the section is not enhanced for your industry),
- change in enhancement mode
- select the line with enhancement
- choose enhancement -> change from context menu
- define a new enhancement object (or use a existing one)
- the original coding is copied into you enhancement
- add your coding
- save & activate
if yes,
- select the enhancement implementation of your industry
- choose enhancement -> replace from context menu
- define a new enhancement object (or use a existing one)
- the original coding is copied into you enhancement
- add your coding
- save & activate
Regards
Michael
Add a comment