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: 

Enhancements in Table control for VA01

Former Member
0 Kudos

Hi Guys,

Here is one requirement like need to addition of two custom fields in item level table control of VA01.

I have found that there is no screen-exit available for this.

Is there any solution for this. This is urgrent. Please give ur response.

With Best Regards,

Shiv

2 REPLIES 2

Former Member
0 Kudos

You can add the fields at item level though. But you have to add it in the additional data B tab of your sales order item.

For this SAP has provided a user exit screen in program SAPMV45A - 8459 (Sales doc item user exit).

There are two includes in the same program to handle PBO and PAI.

include mv45aozz. " User-modules PBO

include mv45aizz. " User-modules PAI

You need to append the custom fields into VBAP standard table.

Also, You need to have the access key to edit this.

Since this is a SAP provided user exit, you need not worry about teh updations of VBAP table after user makes entry.

0 Kudos

Thanks for your quick response.

Actually client does not want in Additional Data B, requirement is to add into Table control only.