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: 

Add fields in sales order VA01

Former Member
0 Kudos

Hi all,

I'm trying to add new fields in VA01 header data.

From what i've gathered

1. We need to use user exit -

userexit_move_field_to_vbak

userexit_save_document_prepare

2. Use the screen 8309 to add the custom fields i need to add.

I'm not getting what to write in code.

Can anyone please help.

Regards

varun mathur

2 REPLIES 2

Former Member
0 Kudos

Varun

Just add the fields on the screen 8309 from table line VBAK

For Ex. VBAK-XXXXX

and rest will be taken care by SAP only as screen 8309 is part of same program SAPMV45A...

You may do Chain.... Endchain in PAI of screen 8309 if you want to do some validations on Custom Fields...

Thanks

Amol Lohade

Former Member
0 Kudos

got it..working now...

but i want my fields in the additional tab b to be in display only in VA03.

Regards

Varun