Application Development 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: 

How delete button on application toolbar?

Former Member
0 Kudos
1,360

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
249

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

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos
249

Copy the PF_Status to a Z PF status as well and delete the button in the new PF status.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos
249

Try to Do it in SE41,

and check any other status available to that Program...

vijay

andreas_mann3
Active Contributor
0 Kudos
249

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

Former Member
0 Kudos
250

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

Former Member
0 Kudos
249

Thank you very much for your answer. Now I solve this problem.

Regards,

Wipaporn