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: 

How to add new fields to the Sales order

Former Member
0 Kudos

Hi All,

I want to add new fields to the Sales Document Header----


>Additional Data A

and also to the Sales Document Item----


> Additional Data A . Please let me know the procedure of how to do .

Thanks....

4 REPLIES 4

Former Member
0 Kudos

refer this site.

Message was edited by:

Karthikeyan Pandurangan

Message was edited by:

Karthikeyan Pandurangan

0 Kudos

Hi ,

My Question is not answered.

I want to add new fields to the additional tab A of the Sales Order header and Additional Tab A of the Sales Order item. I want exactly any screen exits or BADI's.

Thanks

Nammi

Former Member

From SAP note 209278 and 302497 and others it looks like the Additional Data B screens are intended for customer changes.

Andrew

Former Member
0 Kudos

hi,

https://www.sdn.sap.com/irj/sdn/forums

If you have to Design the screen on the Standard Transaction VA01. And if you have Authorizations , Then in the sales order Screen if you go to header and you can find Additional Data A and Additional Data B . This screen can be used for your fields .

And You can use include MV45AFZZ, and use the perform

                                  • begin insert TCCC JDC ******************************

----


  • FORM USEREXIT_MOVE_FIELD_TO_VBAK *

----


  • This userexit can be used to move some fields into the sales *

  • dokument header workaerea VBAK. *

  • *

  • SVBAK-TABIX = 0: Create header *

  • SVBAK-TABIX > 0: Change header *

  • *

  • This form is called at the end of form VBAK_FUELLEN. *

  • *

----


form userexit_move_field_to_vbak.

Endform.

To move the fields .

I hope you don't have to move , they will be moved as they belong to the table.

i hope this solves your problem.

do reward points.

rgds