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: 

PO Item Changes ALV output with two custom fields

Former Member
0 Kudos

Dear SAP GURU's,

I want to display two custom fields in ALV output when we go through displaying  PO Item changes .

Example: T.Code: ME23N -> select PO Item -> Environment -> Item changes ->ALV Display Out

OUTPUT should display with custom fields as below:

Some Important points which i found:

BADI                                      : ME_CHANGEDOC_SHOW

Structure used in ALV Output   :  MECDGRID

FM                                         : MEPOBADI_CHANGE_OUTTAB ( Triggers just before the ALV out for PO item change)   

Please do the needful..

Thanks in Advance.

Best Regards,

Sankarbabu

1 REPLY 1

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Sankar Babu,

Add the  customized fields in  Structure MECDGRID Using Append Structure.

Add the customized field in me23n  display using change layout.

Hope it helpful,

Regards,

Venkat.