2005 Dec 01 11:14 AM
Dear Expert,
I copy standard program from transaction code VL02N to ZVL02N. I delete button on Gui Status but when I execute ZVL02N it still show button that i delete. I Goto environment ---> Status Program (GUI) field show Standard Program. Please help me how can I solve this problem?
Thans,
wipaporn
2005 Dec 01 11:34 AM
Hi,
Go to your Z Program's top include and change the following data variable <b>programmname</b> to point to your Z Program instead of standard program.
<b>data: programmname like progstruc value 'SAPMV50A'.</b>
to
<b>data: programmname like progstruc value '<your z program name here>'.</b>
hope this helps..
Sri
2005 Dec 01 11:20 AM
Copy the PF_Status to a Z PF status as well and delete the button in the new PF status.
Regards,
Ravi
2005 Dec 01 11:22 AM
Try to Do it in SE41,
and check any other status available to that Program...
vijay
2005 Dec 01 11:23 AM
hi,
or
1)search for : set PF-status.. in your program
2)append all functions , which you'll exclude
and
3)add set pf-status '123' excluding ex_tab...
Andreas
2005 Dec 01 11:34 AM
Hi,
Go to your Z Program's top include and change the following data variable <b>programmname</b> to point to your Z Program instead of standard program.
<b>data: programmname like progstruc value 'SAPMV50A'.</b>
to
<b>data: programmname like progstruc value '<your z program name here>'.</b>
hope this helps..
Sri
2005 Dec 02 2:41 AM
Thank you very much for your answer. Now I solve this problem.
Regards,
Wipaporn