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: 

MM06E005 - Enhancement for ME21N

Former Member
0 Kudos

I am using MM06E005 to add fields at the header level. I have created the screen 0101 and the include CI_EKKODB. The sub-screen is showing on the transaction but I am not sure how to transfer the input values to the header structure.

I tried putting a break-point in EXIT_SAPMM06E_006 but the values didn't even get to that point.

Any help would be appreciated.

Thanks,

Davis

6 REPLIES 6

Former Member
0 Kudos

See below...

Edited by: Davis on Sep 12, 2008 5:00 PM

Former Member
0 Kudos

Shoot, while I can see the structure in the debugger, I do not have access to it in EXIT_SAPMM06E_006.

Any ideas?

Davis

0 Kudos

you can try the same using the BADI

ME_GUI_PO_CUST

here you have two different methods

TRANSPORT_TO_DYNP

TRANSPORT_FROM_DYNP

0 Kudos

Hi,

Can you please let me know using MM06E05 how can i add custom fields (Add customer own tap/field : PO No, PO Item No, SO No, SO Item No) for t-code ME23N.

This is first time i'm working on this type of issue.

0 Kudos

venky, I actually got this to work. If you look at OSS note 407975 you will see instructions on how to use it as well as examples.

Regards,

Davis

Former Member
0 Kudos

See OSS note 407975 for examples.