Application Development and Automation 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: 
Read only

adding fields to VA01 at header level

Former Member
0 Likes
683

Hi team,

can any one help me in solving this requirement?

My requirement  is  to add one custom field to additional tab B in VA01 at header level  and based on some condition i have to set the value of  newly created field in vbak.  How do achieve this.

Thanks,

Akshatha


Moderator message: FAQ, please search for information before posting.

Message was edited by: Thomas Zloch

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
466

Hi,

Few screen exit u can work on it,

4312     4.0: Subscreen: Header - Additional data B

8460     Sales Document Item User Exit Item (Additional data B),

To add new fields i think u hav to add field in VBAK,VBAP through append structures

& then include modify program screen SAPMV45A ,

Write own logic in subroutine 'USEREXIT_MOVE_FIELD_TO_VBAK' of include MV45AFZZ to populate the value.

like this u can carry on.

Regards

Gourav.