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: 

Activating the enhancement M61X0001

0 Kudos

Hi,

I want to use the enhancement M61X0001 for MRP controller wise planning for the transaction MD01.

I have written the code in both the includes (ZXM61U02,ZXM61U01) of 2 FMs EXIT_SAPLM61C_001 & EXIT_SAPMM61X_001.After activating the enhancement through the project the desired effect is not showing.

If I put breakpoint in the coding of the includes of FMs program doesn't stop at the breakpoint.

When I checked the include for functional module it is not there in the standard program of MD01.

What might be the reason??

Do i need to activate the enhancement in some different way??

Thanks,

Manas.

4 REPLIES 4

Former Member
0 Kudos

Hi,

It appears that the enhancement is not getting triggered from the transaction for the scenario that you aretrying. I hope you had created the project in CMOD and activated your project. It should stop if it is called.

You may need to implement a proper one.

Regards,

Srilatha.

Former Member
0 Kudos

Hi

Enhancement M61X0001 may not be the relavent for MRP controller in MD01 tcode

Because once you use this enhancement in CMOD (project) and keep a break point this should stop.

Means you have to look for other related exits

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

Hi,

CHECK WITH THE FOLLOWING USER EXITS

LMDR2001 User exits restr. profiles of opt. pur.ord.-based load bldg

LMDZU001 User exits in additional planning

for M61X0001 check like this way..

go to CMOD and then create project and then add enhancement to it, and then implemet the exit by double clicking the zx.. include and

write the code inside the exit, and actovate all of them.

Keep a break point in user exit code.and check it.

Regards

0 Kudos

Hi Manas,

I have the same problem, when i execute the transaction md01, i put a breakpoint and never stop in this.

What do you du ???

Can you help me please =D !!!