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: 

New Z* Field into Item Tab Control - Transaction ME2*N

0 Kudos

Hi guys, how are you?

It's possible put one Z* field into items tab control in transaction ME2*N - Create/Modify/Display Purchase Order?

For example, in the position where the arrow stay.

Thanks!

1 ACCEPTED SOLUTION

DominikTylczyn
Active Contributor

Customer / Z fields are added to PO with ME_PROCESS_PO_CUST BADI - check out documentation on SPRO: Materials Management -> Purchasing -> Business Add-Ins for Purchasing -> BAdI: Customer Screens in Purchase Order (Single-Screen Transaction)

The customer fields are displayed then on a separate tab of item details screen.

To my knowledge there is no way to add custom fields to item overview screen, unless with a change to SAP standard code.

4 REPLIES 4

DominikTylczyn
Active Contributor

Customer / Z fields are added to PO with ME_PROCESS_PO_CUST BADI - check out documentation on SPRO: Materials Management -> Purchasing -> Business Add-Ins for Purchasing -> BAdI: Customer Screens in Purchase Order (Single-Screen Transaction)

The customer fields are displayed then on a separate tab of item details screen.

To my knowledge there is no way to add custom fields to item overview screen, unless with a change to SAP standard code.

Hi Dominik!

I think like you, only I want to stay secure that isn't possible to put one Z field into standard grid.

Thanks a lot for your answer!

Have a nice day.

0 Kudos

As Dominik said, it is possible if you modify the SAP standard.

You would start by changing screen 1211 and structure MEPO1211 (fields displayed) but would also need to implement the behavior of your custom field in function group MEGUI. Without BAdI support. It possible, but I would not recommend it.

JNN

0 Kudos

Jacques, first please excuse me for the delay to answer you.

Finally, I put a new button into Z status (copy of Standard status of ME21N transaction) to cover the functionality required. When the users press a new dynpro is deployed and he can fill the data. Later the process continue and this data is showed in a new tab at item level.

Thanks for all!