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: 

Creating customer fields in VA01/Va02 transaction in additonal tab 2

Former Member
0 Kudos

hi,

I have to create Customer fields in the item level to va01 / va02 transaction in additional tab 2 subscreen.

Include MV45AFZZ is used for validation. help needed for adding customer fields. thanks in advance.

2 REPLIES 2

Vinod_Chandran
Active Contributor
0 Kudos

The program SAPMV45A screen 8309 is the Additional Data B tab provided by SAP to add your custom fields . In order to capture the data from your custom fields you can use the user exit MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREPARE OR

USEREXIT_SAVE_DOCUMENT depening on your functionality.

You need to append the fields in VBAP. Then use the screen painter to add the fields in the screen.

Thanks

Vinod

Former Member
0 Kudos

Hi,

This topic has been discussed in the forums a lot of times. Please search this forum and you'll get loads of posts. You might also like to go through the SAP documentaion at

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm

Hope it helps.

Thanks, Debasish