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: 

VA01 enhancement screen 8459 or 8460

Former Member
0 Kudos

Dear ALL

Now we want to add some fields into user exit screen 8459 or 8460 of program: SAPMV45A, about the screen flow logic, where we should include? into program SAPMV45A ? But now our client had some concern , this is the standard program , they do not allow us to change it, so change to program is necessary or not , if not , where we should include the coding?

and does anyone know any OSS notes about this? thanks a log

Best Regards

Jacky

2 REPLIES 2

former_member320332
Contributor
0 Kudos

Hi,

If you want to add fields at item level then create append structure at item level (VBAP) and then add your own fields

to screen 8459 or8460 of SAPMV45A program.

For writing code you can use the user exits includes available in SAPMV45A.

Include MV45AIZZ for PAI of your screen and include MV45AOZZ for pbo of your screen and also check MV45AFZZ.

You need to get the access key to edit these user exit includes.

Thanks.

Former Member
0 Kudos

Hi ,

To implement your requirement you require the access key for both the screens .

Regards,

Kishore.S