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

Regarding PF-Status

Former Member
0 Likes
1,572

Hello Gurus,

I want to enhance the standard PF-status to my report.

Could anyone help me in resolving this..

Thanks in Advance!!

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,508

Copy the standard pf status to custom and use in the program

according to your requirement.

Hello Gurus,

I want to enhance the standard PF-status to my report.

Could anyone help me in resolving this..

Thanks in Advance!!

11 REPLIES 11
Read only

GauthamV
Active Contributor
0 Likes
1,509

Copy the standard pf status to custom and use in the program

according to your requirement.

Read only

Former Member
0 Likes
1,507

Hi,

Thanks for ur quick reply!!

can you tell the steps to copy the standard to a custom..

Read only

Former Member
0 Likes
1,507

goto se41....

in application toolbar u will have pushbutton copy status click that..

give the program name and status(from standard and to z____)...

and in z_____ u can add r delete as per u requirement.

Read only

Former Member
0 Likes
1,507

Hi,

can any one tell the standard program name to copy the pf status to my program.

Read only

GauthamV
Active Contributor
0 Likes
1,507

just follow the steps i have mentioned in early post.

Read only

Former Member
0 Likes
1,507

program -


SAPLKKBL

status------STANDARD

Read only

Former Member
0 Likes
1,507

Hi,

I want the Normal report pf-status not ALV.

can anyone give some program name which is having normal pf-staus.

i was not able to find it.

kindly do the needful.

Read only

Former Member
0 Likes
1,507

pro--SAPMSSY0

status -


stli

Read only

GauthamV
Active Contributor
0 Likes
1,507

goto SE41 give standard program name and status name.

click on copy status button on app tool bar and give your zprogram and zstatus name and save.

Read only

Former Member
0 Likes
1,507

>

> Hello Gurus,

>

> I want to enhance the standard PF-status to my report.

> Could anyone help me in resolving this..

>

> Thanks in Advance!!

If I am not wrong, I think you want to add the menu and toolbar funtionalities of the standard PF status into your report.

For this you set a PF status in your report as

SET PF-STATUS 'OPTIONS'.

then double click on OPTIONS and create a new PF status.

On the PF STATUS screen go to Extras-> Adjust Template

A dialog box will appear. In that Choose Template Status Radio button to Template Status

and enter the Program name and the status you want to import..for example SAPLSLVC and STANDARD. Program name is the one from which you want to import the PF Status.

Hope this will solve your purpose.

regards,

Jinson

Read only

Former Member
0 Likes
1,507

Hi Vishnu,

Follow below mentioned steps to copy a standard PF-STATUS into your report.

1) Go to transaction SE41

2) Click on u2018Statusu2019 button (ctrl+F6)

3) Enter Standard program name (from program) as SAPLSLVC_FULLSCREEN and enter standard status name (from status) as STANDARD_FULLSCREEN

4) Enter the name of your program (for which you want use pf-status)say ZTEST in to program name and status name say ZSTATUS

5) Press on copy button (Press enter)

6) Now click on change button

7) Make the necessary changes as per your requirement and ACTIVATE

Best Regards,

Deepa Kulkarni