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

Add new button in VL02N

0 Likes
2,540

Hi guys.

I need you help please.

I need to add a new button in vl02n (program SAPMV50A, screen number 3000). The new button should be at righ side of "Batch determin." button.

I've seen that it can be added in the STATUS-GUI, but I don't need it there.

How can I solve this?

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member597044
Participant
2,086

Hi,

Once check screen no 3702 and click on layout .

Maybe this helps.

4 REPLIES 4
Read only

former_member597044
Participant
2,087

Hi,

Once check screen no 3702 and click on layout .

Maybe this helps.

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
2,086

To add a new button on SAPMV50A 3000 screen you definitely need to change the screen definition/layout i.e. register a repair key to the standard SAP object and just change it. Actually you need to change 3702 screen as sumanth_2025 pointed out. 3702 screen is included in 3000 on.

Adding a button is easy. The tricky part is to implement the processing of the new button.

What is that you need that new button to do?

Dominik Tylczynski

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,086

You do it as for any other standard dynpro screen:

  • either there is a screen exit to include a custom subscreen,
  • or you have to change the standard as explained by Dominik.

NB: the space that you think is not occupied is reserved to button "batch creation" as explained by Sumanth.

Read only

0 Likes
2,086

Hi guys.

As sumanth_2025 said, there is a hidden button there, therefore, it is difficult to add a new one instead. I decided to add it in the toolbar, it is the fastest and easiest solution to implement.

Thanks for your answers.