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: 

Custom field in VA01/VA02/VA03

0 Kudos

Hello,

First of all i am still a beginner in SAP so please excuse me if my question is stupid or wrongly expressed !

I need to add a custom field in VA01/VA02/VA03 (Header) which would be filled with what the user writes in it so i googled about this a little bit and i found that i have to add the field in VBAK and then in the screen of additional tab B (where i wanna add it) so my question is do i have to add something in the user exit MV45AFZZ to fill VBAK with what the user writes in VAXX or it will be filled automatically ?

if so, what should i add ?

Thanks in advance

Best regards

1 ACCEPTED SOLUTION

former_member513101
Active Contributor

Hi Pitter,

You are almost there. Yes, you can enhance it via user exit MV45AFZZ with form USEREXIT_MOVE_FIELD_TO_VBAK. Of course, at first you need to define custom field and append it to VBAK table. then put coding in form USEREXIT_MOVE_FIELD_TO_VBAK. You can refer sample here as reference.

Thanks

2 REPLIES 2

former_member513101
Active Contributor

Hi Pitter,

You are almost there. Yes, you can enhance it via user exit MV45AFZZ with form USEREXIT_MOVE_FIELD_TO_VBAK. Of course, at first you need to define custom field and append it to VBAK table. then put coding in form USEREXIT_MOVE_FIELD_TO_VBAK. You can refer sample here as reference.

Thanks

0 Kudos

Thank you so much for your help