cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new field to me2l

former_member797394
Participant
0 Kudos
445

Hello everyone,

my requirement is to add new fields mara-ean11 and mseg-menge to standard report RM06EL00 t-code me2l. I have searched in the forum for this question and found many answers to use badi ME_CHANGE_OUTTAB_CUS. However, this is my first time to change standard report and I do not know where should I insert this badi. Could someone please help me with this? In which enhancement point should I add badi or in some INCLUDE.

Requirement is to change standard report without creating z report.

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

Hello khasanyusupkhujaev

First of all consult the documentation of the BAdI and the BAdI interface.Open the BAdI definition in SE18 transaction and display the documentation from there, also examine the sample implementation class:

You don't need to "insert" or "include" BAdI. It's automatically called, if it's implemented and activated.

See the SAP Help on How to Implement a BAdI

Best regards

Dominik Tylczynski

former_member797394
Participant

Okay, I solved my problem. Thanks for your help!

Answers (0)