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

Problem with User-exit

Former Member
0 Likes
532

Hi,

I implemented userexit 'EXIT_SAPLEINM_001' for IDOC purpose . When i use Tr.code WE15 this userexit will be exectued. This is working fine in development server.

The problem is with quality server. When WE15 is executed, the control is stopping at CALL CUSTOMER-FUNCTION '001'. But the control is not going into the INCLUDE program of the exit.

The user-exit is already in active state (checked in CMOD).

What could be the problem?

Points will be rewarded.

Thank you.

Ramesh

3 REPLIES 3
Read only

Former Member
0 Likes
502

Hi Ramesh,

In the quality server, in CMOD, just try to enter into the incude and see if the code you have written inside it is also active.

Once you do it, then open WE15 from fresh and execute.

Regards,

Gaurav

Read only

0 Likes
502

Hi Gaurav,

I check the include code, its active only. Still the control is not allowed inside the include.

Thank you.

Ramesh

Read only

Former Member
0 Likes
502

Thank you.

Solved by myself.