cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add one field

Former Member
0 Kudos

Hi ,

I got one requirement ,I need to add one Fields called "Customer PO Description"

In sales order Line item..................I spoke with my abaper he said..its not possible.

Please suggest me if we have any chance to add filed in SO Line item...

Thanks in Advance

Regards

Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member201147
Active Participant
0 Kudos

Yes, you can definitely add fields to the sales order at the header level or at the item level. Below is a copy of some SAP Help documentation:

-


User exits in the screens

Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens SAPMV45A 8309 or SAPMV45A 8459 as user exits.

Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.

For field transports, you do not have to make changes or adjustments.

Example

A new field, VBAK-ZZKUN, should be included in table VBAK.

If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.

-


There are append structures attached to VBAK (order header) and VBAP (item detail) where you add the new fields. Append structure ZAVBAK for VBAK and ZAVBAP for VBAP.

Since you want an item level field, add your field to append structure ZAVBAP. The field name should start with ZZ. The field should then be added to screen 8459 in program SAPMV45A.

If you need to add any module routines to the screen, then they can be put in MV45AOZZ for PBO and MV45AIZZ for PAI.

Hope it helps,

Brian

Former Member
0 Kudos

Dear Brian Daws,

Thanks a lot Fnd.............

Reallly itd help for me.........

Regards

Raj

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear,

Your adepter is write.. It is SAP standard and you can not change it. It is Univesal.

Regards,

Sandip

Former Member
0 Kudos

Hi ,

I need to fulfill this requirement,so is thr any other way to Resolve this Thing.

Thanks in Advance

Regards

Raj