cancel
Showing results for 
Search instead for 
Did you mean: 

sales order - Additional data B

Former Member
0 Kudos

Hi,

In sales order, header data or item data there is tab Additional data B. It is completely empty and no fields are in it.

why is it used?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is used to add additional fields on the sales order.

This can be controlled using the user exit MV45AOZZ

and MV45AIZZ

Award points if helpful.

thanks

Prasanna Gollapudi

Former Member
0 Kudos

Hi,

thanks

I want to add new field for example color. how to do it. please give detailed steps

thanks

Former Member
0 Kudos

Here are the steps. But take the help of ABAP consultant.

Choose the table VBAP or VBAK ( depending on header or item)

Click on button "append Structures" .

It will propose you the standard name for the table ZAVBAP or ZAVBAK

Add fields with prefix ZZ like ZZCOLOR

In transaction SE51 maintain user exit screens in program SAPMV45A

- 8459 user exit item level

- 8309 user exit header level

You can then design your own layout. and define your flow logic.

PBO modules MV45AOZZ

PAI modules MV45AIZZ

Data definitions MV45ATZZ

Subroutines in MV45AFZZ

Former Member
0 Kudos

hi,

when i wanna go into change mode of SAP elements like "SAPMV45A " and its screen it ask me a Key to change it. let me know what is the procedure to generate such key to update SAP elements.

Answers (1)

Answers (1)

Former Member
0 Kudos

Additional data B is used to add your own fields also known as custom fields in sales order.

Custom fields can be added to tables VBAK & VBAP (depending on header or item).