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

GUI Status Activation

Former Member
0 Likes
1,462

Hi Experts

Can we activate the GUI Status for a particular function keys only.

For example in one of our program out of

SAVE

BACK

CANCEL

it is SAVE only activated remaining deactivated can we do like this.

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
914

Hi Raja Ram,

U compulsory activate the GUI Status.Other wise those reflection cannot affect in the output..

Award points if helpful.

Kiran Kumar.G

Have a Nice Day..

Hi Experts

Can we activate the GUI Status for a particular function keys only.

For example in one of our program out of

SAVE

BACK

CANCEL

it is SAVE only activated remaining deactivated can we do like this.

Regards

Rajaram

4 REPLIES 4
Read only

Former Member
0 Likes
915

Hi Raja Ram,

U compulsory activate the GUI Status.Other wise those reflection cannot affect in the output..

Award points if helpful.

Kiran Kumar.G

Have a Nice Day..

Read only

Former Member
0 Likes
914

Hi Ram,

you can do this by setting your pf-status in PBO of screen.

Set PF-STATUS 'MENU'.

DOUBLE CLICK ON MENU . AND DECALRE YOUR FUNCTION CODES THERE IN MENU PAINTER

Dont forget to give points

Regards,

Talwinder

Read only

Former Member
0 Likes
914

Hi Ram,

see, when you have activated a GUI status, it will be reflected to all the function keys, menu bar, and application tool bar elements. so if you dont want to activate some any particulor things, i recommend you to delete it, and activate.

Thanks,

Murali

Read only

Former Member
0 Likes
914

Hi,

if you want to keep push buttons on application tool bar,go for

set pf-status <sataus>.then double click on that pf status,

it will go to screen painter.now give the options what you want like

save, cancel, back.

just activate that screen and return to se38.there you have to

code accordingly.

menas,...

case sy-ucomm.

when 'save'.

logic for save what you want.

when 'cancel'.

laeave program.

when 'back'.

leave screen.

*****back works automatically.....

endcase.

regards,

swami.