2006 Jun 22 4:50 PM
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.
Thanks
B Prakash Soni
2006 Jun 26 3:11 PM
Hi!
Open LMEDRUCKF1K with SE38. Switch the view pressing the 'snake' (SHIFT+F4).
Place the cursor on the 'ENHANCEMENT'(-spot) line and choose in menu Edit-Enhancements-Create.
Type your code and activate.
Regards,
Christian
2006 Jun 26 3:21 PM