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: 

Plant Maintenance - TECO - EXIT_SAPLCOIH_004 user exit

Former Member
0 Kudos
736

Hi Friends,

I have used user exit EXIT_SAPLCOIH_004 to do validation while doing maintenance order technical completion, It works fine in develpment and quality servers but does not invoke in the production.

I have transported properly.

Done version comparison-- it is ok

checked in cmod . the user exit is active.

All objects are there on the production with active status. Is there any setting which determines the execution of this user exit.

Pankaj

3 REPLIES 3

Former Member
0 Kudos
219

Have you tried single stepping into the user exit in bedug mode. Does this work?

I would re-active the main prorgam again in prod.

Former Member
0 Kudos
219

Hi Pankaj,

In developement server try to deactivate the project and then reactivate it .

Generally the changes made into active project is not visible until you deactivate and reactivate it .

Hope that helps.

Regards

Kapadia

***Assigning points is the way to say thanks in SDN.***

Former Member
0 Kudos
219

Hello,

Check this with ur Basis people.

parameter <b>abap/fieldexit = 'Y'</b> in your instance profile.

Regards,

Vasanth