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: 

Enhance tcode MI24 to display EAN code beside MATNR in output

0 Kudos

I have a requirement to add an extra column in the output table of tcode MI24 (Physical Inventory Document). Need to display EAN code of the material number (MATNR).

The field MATNR is already displayed. So we just have to pass MATNR in MARA table and pick up the EAN11 field and display it.

However I am unable to find the enhancement point or the table where I need to update or can make the modification for this requirement.

Also if enhancement is not possible then is there any way where I can export the table and make changes and then import it back.

Tcode :- MI24 Program name :- RM07IDIF.

Any help is highly appreciated.

Thank you.

2 REPLIES 2

sapfan_hh
Discoverer
0 Kudos

Hello,

you have to enhance several points to add a column:

Include RM07MSQL, spot ES_RM07MSQL: enhance the type yiseg.

Program RM07IDIF, spot ES_RM07IDIF: enhance the fieldcatalogue.

Program RM07IDIF, form yiseg_fuellen: use the implicit enhancement spot at the end of the form and enter coding to populate the added column.

To enable XLSX-download and the ALV-Tree Display add an append to structure INV_ISEG

Hope that helps!

0 Kudos

It worked.

Thanks a lot