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_member530652
Participant
0 Likes
1,090

i made z program of standard sap program named RM06EN00

but when i run this program i am getting message at the output like Status LIST of the user interface ZRM06EN00 missing....

can anyone tell me what i need to do..where i need to do changes??

i made z program of standard sap program named RM06EN00

but when i run this program i am getting message at the output like Status LIST of the user interface ZRM06EN00 missing....

can anyone tell me what i need to do..where i need to do changes??

8 REPLIES 8
Read only

Former Member
0 Likes
1,050

In your Z program, search for statement 'PF-Status'.Double click on the PF-Status ID 'LINK'.It will take you to SE41.Activate the status and run the program.

Read only

Former Member
0 Likes
1,050

Hi,

Go to the program and check Set PF- STATUS and double click on LINK and check whether it is ACTIVE or NOT. If not create it and activate it.

Regards

Kannaiah

Read only

Former Member
0 Likes
1,050

Hi sandeep,

Just go to transaction SE41 give your program name and on the application tool bar you can find a push button STATUS just press it will ask the target progem just give your program name and copy that status to your z program.

Then go to your Zprogram and double click your status and activate that status.

I think your problem solves.

Regards,

DVNS.

Read only

Former Member
0 Likes
1,050

HI,

goto the tcode se41 and click on the button USER INTERFACE in the application toolbar.

and give the from program name as RM06EN00 and to program name as ZRM06EN00.press enter and then activate it.

rgds,

bharat.

Read only

0 Likes
1,050

i activated status LINK using se41 but in the output standard toolbar buttons back,exit and cancel are disabled and also application toolbar is also not appearing..

any solution??

Read only

0 Likes
1,050

can anyone solve this query...

Read only

Former Member
0 Likes
1,050

Hi Sandeep,

Got to SE 38 .

Give program name as RM06EN00.

Go to menu Bar.

Program == > Copy .

provide target program as zzRM06EN00.

click on Copy.

Then Select All .

Then click on Copy.

Then once again click on Copy.

then in Se 38 Provide the Zprogram name and Click on Activate

and select all and Press Enter.

Then U will get the set pf staus and all the screens.

If found Helpfull do reward.

Regards.

Eshwar.

Read only

Former Member
0 Likes
1,050

u copy standard program's pf_status to zprogram pf_status

follow following step

go to se41

write standard prog.name :- SAPLKKBL

select radio button status

then write pf_status name:- STANDARD

press CTRL + f6

in to text box give your program name

then next give your pf _status name any

this name u can use in your program

so it work perfact.