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: 

Userexit For VA02

Former Member
0 Kudos

Hii..

I have to enhance the VA02 transaction.. the requirement is.. when the user gives the sales order.. so after pressing enter..

the next screen.. should come with two line items.. if it is having one line item.. the second line item should come automatically.. with the same.. row as it is in the original.. just.. two rows should display.. after pressing enter..

So, i am using.. USEREXIT_FIELD_MODIFICATION for doing this.. and i m updating the xvbap[] table also..

but.. it is not displaying in the output..

Do anyone.. help this..

Regards,

Jhings

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please try MV45AFZZ for updating XVBAP table

4 REPLIES 4

brad_bohn
Active Contributor
0 Kudos

That's the wrong user exit. Only use that exit for screen field modifications (display, invisible, etc.). Why don't you use a sales BOM for your requirement?

Former Member
0 Kudos

Hii...

Actually the requirement is I have to do this.. with the help of userexits only.. thats why..

And can u tell me which userexits should I use for the given requirement..

Thanks.

Former Member
0 Kudos

Please try MV45AFZZ for updating XVBAP table

0 Kudos

Hi...

I did the same.. I appened another row to XVBAP table.. but... while displaying.. it is not showing in the screen..

But.. the XVBAP[] table is having extra row.. which I added..