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

SETTING GLOBAL PF-STATUS

Former Member
0 Likes
1,105

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,018

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,018

I believe this is not possible..........you have to set the same individually for every screen of your Module -Pool prog....

Read only

Former Member
0 Likes
1,018

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

Read only

Former Member
0 Likes
1,018

Once the PF-STATUS has been set, it stays set. So if you have only one status, it is "global".

Rob

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,018

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

Read only

Former Member
0 Likes
1,018

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

Read only

Former Member
0 Likes
1,019

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

Read only

Former Member
0 Likes
1,018

hi,

problem solved thanks for your response

with regards,

M.Sreeram