‎2020 Feb 18 1:42 AM
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.
‎2020 Feb 18 5:00 AM
Hi,
Once check screen no 3702 and click on layout .

Maybe this helps.
‎2020 Feb 18 5:00 AM
Hi,
Once check screen no 3702 and click on layout .

Maybe this helps.
‎2020 Feb 18 8:18 AM
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
‎2020 Feb 18 9:00 AM
You do it as for any other standard dynpro screen:
NB: the space that you think is not occupied is reserved to button "batch creation" as explained by Sumanth.
‎2020 Feb 18 9:48 PM
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.