2009 Apr 13 3:37 PM
Hi,
I want to create a global pf-status for all the screens used in module program.
I dont want set pf-status for each and every screen in dialog programming i want to set a global pf-status for all the screen is it possible , If so how.
with regards,
M.Sreeram.
2009 Apr 14 6:12 AM
hi,
I dont think its possible because each screen when loaded it has its own attributes... so you will have to do the set pf-status everytime
Regards,
Siddarth
Hi,
I want to create a global pf-status for all the screens used in module program.
I dont want set pf-status for each and every screen in dialog programming i want to set a global pf-status for all the screen is it possible , If so how.
with regards,
M.Sreeram.
2009 Apr 13 5:39 PM
I believe this is not possible..........you have to set the same individually for every screen of your Module -Pool prog....
2009 Apr 13 6:01 PM
Hi ,
I don't think is it possible that without PF status you can set menu. As there is no such option available in SE51. As you click on PBO ( MODULE STATUS_1000 ) and entering in your program (se38) it default come * SET PF-STATUS 'xxxxxxxx'.
SET TITLEBAR 'xxx'.
Regards,
Himanshu
2009 Apr 13 6:29 PM
Once the PF-STATUS has been set, it stays set. So if you have only one status, it is "global".
Rob
2009 Apr 14 5:40 AM
Hi,
When for the first screen you use statement:-
SET PF-STATUS '<pf_status_name>'.
And now on the other screens, you dont use this statement, then the previous pf-status wil be set to all your screen, until and unless your pf-status name changes in the PBO of the screen using SET PF- STATUS statement.
But one thing you should be clear with that you need to handle the user command separately for all the screens, so that desired functionality is performed for different screen using pf-status.
Hope this helps you.
Regards,
Tarun
2009 Apr 14 6:07 AM
hi,
The set status is active for all subsequent list levels up until the next SET PF-STATUS statement.
Or Else You can define a single global status, and then just deactivate the functions you do not need using EXCLUDING.
Regards,
Preet
2009 Apr 14 6:12 AM
hi,
I dont think its possible because each screen when loaded it has its own attributes... so you will have to do the set pf-status everytime
Regards,
Siddarth
2009 Jul 11 7:45 AM
hi,
problem solved thanks for your response
with regards,
M.Sreeram