Application Development and Automation 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: 
Read only

MM06E005 - trigger

Former Member
0 Likes
1,048

Hello all,

when we want to create a new scheduling agreement for purchasing (ME31L), we get an shortdump:

The reason for the dump is that the system thinks a user-exit id active for a screen SAPMM06E 0201. Which tries to call a sub screen, due to it determining the exit is active. Hence it tries to call the screen SAPLXM06 0201 which does not exist. I know I can create this subscreen and the error goes away.

But I would like to know what triggers the call of user exit SAPMM06E ? I think this might be some customizing requests already in the DEV system. Is there a way to figure out, what setting might trigger this user exit call??

Thanks

Anne

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
978

You have to find the Project that has the active enhancement. Use transaction CMOD. In CMOD, click on menu Goto -> Find. Click on the All Selections button at the top of the screen. You will then see more selections. Put MM06E005 in the Extension field and then click Execute. This should give you a list of the projects that this enhancement is in. Go into the project and go to the Components screen. Put your cursor on the Function Module exit that you want to deactivate. Then go to the Menu Project -> Undo Activation. Now the exit should not get triggered.

Hope it helps.

Brian

4 REPLIES 4
Read only

Former Member
0 Likes
979

You have to find the Project that has the active enhancement. Use transaction CMOD. In CMOD, click on menu Goto -> Find. Click on the All Selections button at the top of the screen. You will then see more selections. Put MM06E005 in the Extension field and then click Execute. This should give you a list of the projects that this enhancement is in. Go into the project and go to the Components screen. Put your cursor on the Function Module exit that you want to deactivate. Then go to the Menu Project -> Undo Activation. Now the exit should not get triggered.

Hope it helps.

Brian

Read only

0 Likes
978

Hello Brian,

thanks for your answer, it is very helpful.

But there is no project coming up, when I do the search.

I was wondering if there is a similar transaction where I can do the same search for workbench requests and customizing requests only???

Thanks,

Anne

Read only

0 Likes
978

I'm not 100% sure, but I think you are talking about transports. If that is the case, you can use transaction SE01. Go to the Display tab in the transaction. Do an F4 on the Request/Task field. You will get a window to make your selections. There is an expand all button at the bottom of the window so you can see all the selection options. Click the button next to Request Type and you can choose what kind of requests you want to see.

Hope it helps,

Brian

Read only

0 Likes
978

Brian,

thanks.

I think a found a way that might help me:

SE01 - goto - object in requests

There are a lot of search options.

Anne