Application Development 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: 

user exit not getting activated

Former Member
0 Kudos

Hi

Ive coded smthing in the user exit when saving a PO, but the problem is that smtimes it is not being called at all times

sometimes yes, sometimes no

anybody knows why?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The UE is not triggered if you save without changing data or changing customer fields, for example.

J.

6 REPLIES 6

Former Member
0 Kudos

Hi,

I think depending on some condition it will trigger, if condition fails ,not triggering check once,

Regards

jana

Former Member
0 Kudos

Hi,

The UE is not triggered if you save without changing data or changing customer fields, for example.

J.

former_member181995
Active Contributor
0 Kudos
sometimes yes, sometimes no

post your code.

Amit.

0 Kudos

ITS OK, i think we must start the session again, I was doing it repeatedly

thanks

0 Kudos
ITS OK, i think we must start the session again

Not Necessary,

Former Member
0 Kudos

Hi,

If the User exit ( include) is activated then it should be called. Try to put break point at the first line of include and then find the point where the Exit is called from the standard SAP program.

Search for the string "call customer-function" in the main program. Put a break point here and then try to DEBUG.

Definetly in your case some of the condition is not satisfied some of the time , hence the control is not reaching the exit.

Try to create PO with correct values!!!!

Hope this helps!!!

Thnx!

Harry