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

How delete button on application toolbar?

Former Member
0 Likes
2,345

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
Read only

Former Member
0 Likes
1,234

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
Read only

Former Member
0 Likes
1,234

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

Regards,

Ravi

Read only

Former Member
0 Likes
1,234

Try to Do it in SE41,

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

vijay

Read only

andreas_mann3
Active Contributor
0 Likes
1,234

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

Read only

Former Member
0 Likes
1,235

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

Read only

Former Member
0 Likes
1,234

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

Regards,

Wipaporn