‎2009 Feb 04 5:58 AM
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
‎2009 Feb 04 9:22 AM
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.
‎2009 Feb 04 9:23 AM
you will have to design a PF-STATUS for that screen which will solve your problem
‎2009 Feb 04 4:24 PM
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.