Application Development 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: 

GUI status - buttons are not working

milascon_daniel
Participant
0 Kudos

Hi experts,

i have a simple program which extract some texts whit FM READ_TEXT. After that i write those texts on screen using WRITE command.

After I have maintainted a custom GUI status for my program(copyied from a standard SAP program) , allmost all buttons from toolbar doesn't work.

Following buttons not working: back, exit, save, cancel , print ,...

Why ??

Thank you.

8 REPLIES 8

Former Member
0 Kudos

Hi Dan,

Did you also copied the screen and maintained it? Only the GUI status in not enough I think.

Succes,

Rob

0 Kudos

how can i copy the screen?

functions code are maintained and are active.

Former Member
0 Kudos

check the function codes and all are assigned to it or not

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Just check the custom GUI status is called in PBO of the program and BACK,EXIT etc., are enabled in the custom status and activated.

0 Kudos

these are all modules called in PBO


MODULE %_INIT_PBO.

MODULE %_PBO_REPORT.

MODULE %_PF_STATUS.

MODULE %_END_OF_PBO.

I have double click on any module it says that isn't created yet.

Any idea?

0 Kudos

please anyone tell me how to attach a custome GUI status on a program like mine.

now, i have attached GUI status using t-code SE84 and in source code i have a function


FORM set_pf_status USING rt_extab TYPE slis_t_extab.
  SET PF-STATUS 'ZSTANDARD'.
ENDFORM. "Set_pf_status

My program has only one screen: 1000.

thanks in advance.

0 Kudos

Hi friend, how are you, what about the MODULE %_PBO_REPORT.

how to acces this module?

thanks

0 Kudos

Hi Go to SE41 and check what all pf status are available and please use same name in the program .