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
633

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

5 REPLIES 5
Read only

Former Member
0 Likes
606

Just Logoff and login again and see. Sometimes this may cause problem

Regards,

Satish

Read only

0 Likes
606

Hi Satish,

i tried doing this and also tried on different systems. Still the same problem.

actually i implemented 2 use exits. One is not working (as specified previously) but the other is working fine. Its allowing the control to enter into the include program. what could be the problem for the first one.

Thank you.

Ramesh

Read only

0 Likes
606

Then, I think while transporting to quality system Active Version created for those includes might be missed. Just Activate the User exit Include Program again in quality system and try.

Regards,

Satish

Read only

0 Likes
606

Hi Satish,

I already tried this. I re-transported the include but still same problem exist.

Thank you.

Ramesh

Read only

Former Member
0 Likes
606

Thank you.

Solved by myself.