‎2008 Jan 25 6:12 AM
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
‎2008 Jan 25 6:20 AM
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
‎2008 Jan 25 6:35 AM
Hi Gaurav,
I check the include code, its active only. Still the control is not allowed inside the include.
Thank you.
Ramesh
‎2008 Jan 25 9:07 AM