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

User Exit is triggering when break-point is set in include

Mohamed_Mukhtar
Active Contributor
0 Likes
577

Hi Expert

I have a situation where the user-exit EXIT_SAPMM06E_012 is being triggered only when break-point is set and our respective error message is being triggered.

When the transaction is executed without break-point , the error message is not getting triggered for the same scenario. I assume that the user-exit is not being triggered. This is happening in production environment and no issues found in Dev and Test systems.

The project is active in CMOD and include in exit EXIT_SAPMM06E_012 is active in SMOD.

Kindly share some ideas if anyone of you worked on similar issues.

Thanks

-Learner

Hi Expert

I have a situation where the user-exit EXIT_SAPMM06E_012 is being triggered only when break-point is set and our respective error message is being triggered.

When the transaction is executed without break-point , the error message is not getting triggered for the same scenario. I assume that the user-exit is not being triggered. This is happening in production environment and no issues found in Dev and Test systems.

The project is active in CMOD and include in exit EXIT_SAPMM06E_012 is active in SMOD.

Kindly share some ideas if anyone of you worked on similar issues.

Thanks

-Learner

1 REPLY 1
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
515

Hi,

The issue got solved.

1. Executed program RSMODACT with project to activate the project.

2. Activated the user-exit manually in production system.