2008 Jan 05 4:54 AM
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
2008 Jan 05 4:56 AM
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..
2008 Jan 05 4:56 AM
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..
2008 Jan 05 5:00 AM
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
2008 Jan 05 5:00 AM
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
2008 Jan 05 5:13 AM
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.