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 Problem

Former Member
0 Likes
980

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.

11 REPLIES 11
Read only

Former Member
0 Likes
917

Hi Bruno,

Check if the GUI status that you have created is Activated properly.

Thanks & regards,

Ram.

Read only

0 Likes
917

Yeah ... it is, I checked a thousand times already.

Read only

0 Likes
917

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.

Read only

0 Likes
917

Hi,

To Add further, Make sure the GUI status in CAPITAL letters

SET PF-STATUS 'ABC' " not SET PF-STATUS 'abc'.

Cheerz

Ram

Read only

Former Member
0 Likes
917

Hi!

you can goto se80 select your program and right click activate and now execute your program

Regards,

S.Mohammed Rasul

Read only

Former Member
0 Likes
917

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

Read only

Former Member
0 Likes
917

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.

Read only

Former Member
0 Likes
917

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

Read only

Former Member
0 Likes
917

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...

Read only

Former Member
0 Likes
917

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

Read only

Former Member
0 Likes
917

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.