‎2010 Feb 17 11:37 AM
Hi Fella's,
I created a screen (9000) and a GUI-Status (GUI_9000). On flow logic of this screen I have a module (status_9000) "calling" the title and the GUI-Status. Everthing is ok, except, the GUI-Status to not set the buttons that I created. Any idea?
Thx.
‎2010 Feb 17 11:41 AM
Hi Bruno,
Check if the GUI status that you have created is Activated properly.
Thanks & regards,
Ram.
‎2010 Feb 17 11:44 AM
‎2010 Feb 17 11:49 AM
Hi,
Test the GUI Status seperately. Execute it from SE41 and check if the buttons that you have set appears in the screen or not.
Thanks & Regards,
Ram.
‎2010 Feb 17 12:30 PM
Hi,
To Add further, Make sure the GUI status in CAPITAL letters
SET PF-STATUS 'ABC' " not SET PF-STATUS 'abc'.Cheerz
Ram
‎2010 Feb 17 12:05 PM
Hi!
you can goto se80 select your program and right click activate and now execute your program
Regards,
S.Mohammed Rasul
‎2010 Feb 17 12:12 PM
hi,
This problem comes due to activation or name of GUI status which u r passing ...activate whole program once(cntlshiftf5 then right click & activate) .....hope this will help you
regards
Gaurav
‎2010 Feb 17 12:28 PM
Hi Bruno,
Ensure that your Status Module is in PBO.
Ensure that you have put Function codes to your buttons, and proper Function Type is used for the buttons you are using (for example, buttons like exit, cancel have to be given Type : E and are to be handled in a module in PAI with AT EXIT-COMMAND) .
Ensure that your Status is Active.
Regards,
Pranaam.
‎2010 Feb 17 12:37 PM
hi bruno,
Are you calling the status of that screen in the PBO (process before output)?
and also check that weather the buttons that you have created in the gui status are created in
MENU BAR
or
APPLICATION TOOL BAR
or
STANDARD TOOLBAR
because the buttons designed for various tool bars appear on the same section of the screen.
and please make sure that the name of the gui status in SET PF-STATUS ' ' is in caplital letters
Edited by: abhi_014u on Feb 17, 2010 1:48 PM
‎2010 Feb 17 12:52 PM
Are you calling that GUI Status in your program in PBO module of that screen only?
SET PF-STATUS 'STATUS'.
where status is your GUI Status...
‎2010 Feb 17 5:27 PM
Hi,
1) Check Wether you placed buttons correctly
2) also check wether you have activated the GUI-screen where you placed buttons.
3) Go to statement set pf-status 'ABC' double click on that it will go to SE-41 screen then activate it it may affect.
Thnaks & Regards,
Sateesh
‎2010 Feb 18 10:12 PM
Hi,
I discover that there is an option to inactivate buttons. I don´t know how, but all my buttons wasn´t actives.
Thx all.