cancel
Showing results for 
Search instead for 
Did you mean: 

New field in sales order screen at item level

Former Member
0 Kudos

Hi Friends,

I need to insert a new field at the item level in the sales order screen (additional data tab). Please let me know how to do the same.

Regards,

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can add fields of self-defined tables on the "Additional Data B" tab

. Those fields should be added onto the respective screen and the flow

Logic should be adjusted. Additional item data is on screen SAPMV45A 0459. This screen contains

Include SAPMV45A 8459 as user exits.

This should involve not only appending a structure containing customer-

Specific fields within the table VBAP but also using the

userexit coding:

a)MV45AOZZ for PBO (i.e. module zzmodify_uas_pbo output);

b)MV45AIZZ for PAI (i.e. module zzmodify_uas_pai input);

c)MV45AFZZ (sub-routine USEREXIT_MOVE_FIELD_TO_VBAP) for defaulting the

values from the customer master and further processing.

Best regards,

Joerg

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vivek

Create a new Z include or structure for your new Z fields and append it to VBAP table.

Now go to screen painter through ABAP workbench and insert these Z fields from VBAP table.

try and revert

Former Member
0 Kudos

Hi

In Sale order item level you have additional data A & B screens to insert new field.

Inform your ABAPr to include required field in VBAP table.

He has to create one include & attach it to VBAP.

thank you