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 in while call screen

Former Member
0 Likes
819

Hi Experts,

Here i am facing some problem while calling screen say "1000" from program or function module.

It is giving message like "status of screen 1000 for the program ztest interface is missing

in statusbar".Even though screen is displaying when ever i call the screen.

But i wont see that status message.

How to avoid that one.

Is there any way to rectify path in sap.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
592

Hi,

Please define a PF status (SE41) for the screen and call that in the PBO of the screen SET PF STATUS XXXX.

Its better to declare a screen as 9001 and above for cutom screens.

Read only

premal_mistry2
Active Participant
0 Likes
592

you will have to design a PF-STATUS for that screen which will solve your problem

Read only

Former Member
0 Likes
592

Hi,

The problem is you have not defined the status in the statement PF_STATUS 'STATUS_100'.

Just double click the STATUS_100 , you will go to menu painter, there you can define your desired buttons for menu. Activate it and execute your program.

Hope this helps.

Regards,

Deepthi.