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

pf status

Former Member
0 Likes
711

Hi

plz tell me How to get pf status in selection screen

thanks & regards

Fazil

[email protected]

Hi

plz tell me How to get pf status in selection screen

thanks & regards

Fazil

[email protected]

5 REPLIES 5
Read only

Former Member
0 Likes
686

hi..,

GO TO A SELECTION SCREEN and select SYSTEM --> STATUS.

u will get a window..

in this the<b> GUI status</b> field contains the pf-status name of that particular screen..

regards,

sai ramesh

Read only

Former Member
0 Likes
686

if you want to set the Pf status for selection screen , then chk this function module

RS_SET_SELSCREEN_STATUS

Read only

Former Member
0 Likes
686

write this code in ur selection screen.

at selection -screen output.

set pf-status 'zstatus'.

u have to create pf-status in tcode SE41.

Read only

Former Member
0 Likes
686

Hi,

Create ur own pf status in menu painter.

and use this pf status in INITILIZATION event of report.

ex...

if u have created ZSTATUS in menu painter, then..

INITILIZATION.

set pf status'ZSTATUS'.

Thanks

Giridhar Karnam

Read only

Former Member
0 Likes
686

Hi,

Use function module RS_SET_SELSCREEN_STATUS.

with regards,

Jay