‎2007 Feb 16 7:52 AM
how to get out of a user made screen i.e in se51 using any one of key board key.
its possible using any key like ( F2, A , B ,F... etc).
plz help me out.
‎2007 Feb 16 7:58 AM
Hi,
Enable the button BACK, set the pf-status and press there and enable the BACK button, then the BACK will be enables
Regards
Sudheer
‎2007 Feb 16 7:55 AM
‎2007 Feb 16 7:58 AM
no its not working all the menu buttons like back, save etc are disabled except create new session, i have assign an exit button in in code i have wrtten leave program then comming to editor , but i want it from any one of key board key.
‎2007 Feb 16 8:14 AM
Create gui status for your program.
Assign standard button in gui status and activate it.
‎2007 Feb 16 8:19 AM
how to create gui status plz explain in detail i just wanted to to leave program with any of keyboard key.
‎2007 Feb 16 8:23 AM
You should copy the 'STANDARD' GUI status from program SAPLKKBL using transaction SE90 >Programming SubObjects> Gui Status.
Execute this transaction to get to next screen. select status using checkbox. click on GUI Status --> Copy.
Enter your Z program name and the name you what for this status - you can keep it as 'STANDARD' to be simple.
Then you can <b>edit the new status to add or delete buttons</b>.
You need to write below statement in your report
set pf-status 'TEST'.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2007 Feb 16 7:58 AM
Hi,
Enable the button BACK, set the pf-status and press there and enable the BACK button, then the BACK will be enables
Regards
Sudheer