1. In regard to SET PF-STATUS, you can deactivate unwanted function codes by using ____.A: EXCLUDINGB: IMMEDIATELYC: WITHOUTD: HIDEset pf-status 'XYZ'.
now double click on 'XYZ'. it will take you to some other screen to maintain your buttons or other details.
Example: you can maintain MENU bar, Application tool bar an dfunction keys.
After that again go back to your program and write the below code.
case sy-ucomm.
when 'BACK'.
Do what ever you like
when 'EXIT'.
Do what ever you like
when others.
endcase.
Confused? Feel free to ask
Your feedback is always appreciated.I will try to reply Ur queries as soon as time allows.
Regards,
SAPhelpdesk
0 comments:
Post a Comment