Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dialog programming

Former Member
0 Likes
622

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

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

6 REPLIES 6
Read only

Former Member
0 Likes
593

try with F3

Read only

0 Likes
593

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.

Read only

0 Likes
593

Create gui status for your program.

Assign standard button in gui status and activate it.

Read only

0 Likes
593

how to create gui status plz explain in detail i just wanted to to leave program with any of keyboard key.

Read only

0 Likes
593

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

Read only

Former Member
0 Likes
594

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