2008 Mar 04 7:35 AM
Hello experts,
I want to use the pf-status declared in other program in my program?
e.g. in program zxyz pf-status defined is 'test'.
now i want to use this pf-status in my program ie.in 'zabc'.
how do i do that??
thanks in advance.
Saurabh
Hello experts,
I want to use the pf-status declared in other program in my program?
e.g. in program zxyz pf-status defined is 'test'.
now i want to use this pf-status in my program ie.in 'zabc'.
how do i do that??
thanks in advance.
Saurabh
2008 Mar 04 7:41 AM
Hi,
Goto se41,
Type the name of the program and pf-status there.
Then goto the icon on top saying 'user interface'.
Click on COPY, then click STATUS.
Write your program name and status to which you have to copy and from which you want to copy.
Press COPY.
And its done.
Thanks,
Pritha.
<REMOVED BY MODERATOR>
Edited by: Pritha Agrawal on Mar 4, 2008 1:17 PM
Edited by: Alvaro Tejada Galindo on Mar 4, 2008 2:58 PM
2008 Mar 04 7:51 AM
Declare as :
DATA PROG LIKE SY-REPID.
MOVE 'ZTESTPROG' TO PROG. <-- ZTESTPROG is another program
<-- ABCD is pf-status of program ZTESTPROG
SET PF-STATUS 'ABCD' OF PROGRAM PROG.
2008 Mar 04 8:11 AM
Hi saurabh,
Go to SE41.
Program: zxyz
Status: test
Then press the button "Copy Status" Ctrl+F6.
Give your program name and status name to copy it.
Remove the button you wanted form your generated PF-Status.
Now in your program you need to make one perform for this:
Karthik.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |