cancel
Showing results for 
Search instead for 
Did you mean: 

Order Item Additional Data B in Item Overview

Former Member
0 Kudos

I am wondering if it is possible to include custom "ZZ" fields in the Order Item Overview screen.  We have added 2 "ZZ" fields to the Order Item table, and have included them in additional data B on the Order Item screen.

Thanks,

Brad

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

After further research, I have found that table control “TCTRL_U_ERF_AUFTRAG” is baked into screen module 4900, and is not customizable.  So, adding custom fields to the item overview screen is not possible w/o modifying standard SAP.

former_member205178
Contributor
0 Kudos

Hi,

Check the reply from Steel

eduardo_hinojosa
Active Contributor
0 Kudos

Hi Brad,

If you are talking about to add to screen 4900, see SAP Note 862228 - Order reason for returns on item level.

I hope this helps you

Regards

Eduardo

0 Kudos

Hi Dixon,

Not Only Z-fields, you can add sub Z-Tabs also under Addition Data B Tab (Both at header level and item level)

The screen numbers are 8309 ---> Order Header

                                    8459 ----> Order Item

                                    4500 ----> Order Schedule Line

Procedure for your requirement:

1. Add the custom fields in VBAP through append structure.

2. Modify the screen 8459 of MV45AFZZ to add your custom fields.

3. Write the logic in subroutine " USEREXIT_MOVE_FIELD_TO_VBAP" of above include MV45AFZZ to populate the value.

Update the forum for further help,

Regards,

Saher.

Former Member
0 Kudos

Hi Brad,

Please refer to this thread: http://scn.sap.com/thread/173122

Let me know if it helps.