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

Table storing pf-status associated to given program...

Former Member
0 Likes
2,511

Hello Gurus,

What table in SAP is the pf-status associated with a program stored ?

Thanks,

Regards,

Rajesh.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
1,584

Use this program RPR_ABAP_SOURCE_SCAN and scan the Zprogram's for PF-status.

Hello Gurus,

What table in SAP is the pf-status associated with a program stored ?

Thanks,

Regards,

Rajesh.

3 REPLIES 3
Read only

gaursri
Active Contributor
0 Likes
1,584

Hi Rajesh,

At runtime the pf-status get stored in ABAP ictionary structure SYST field PFKEY.It is of CHAR and 20 charcters.Hope it provides you some information.Hoping your query is resolved.

Have a best day ahead.

Read only

former_member156446
Active Contributor
0 Likes
1,585

Use this program RPR_ABAP_SOURCE_SCAN and scan the Zprogram's for PF-status.

Read only

0 Likes
1,584

Hi Rajesh,

I am just searching the answer for the question nd got stuck but couldn't found any answer. After analyzing i found that the standard table RSMPTEXTS stores the pf-status of any given program.

Regards,

Siva .