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

user exit not getting activated

Former Member
0 Likes
1,073

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
Read only

Former Member
0 Likes
1,039

Hi,

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

J.

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

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
1,039

Hi,

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

Regards

jana

Read only

Former Member
0 Likes
1,040

Hi,

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

J.

Read only

Former Member
0 Likes
1,039
sometimes yes, sometimes no

post your code.

Amit.

Read only

0 Likes
1,039

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

thanks

Read only

0 Likes
1,039
ITS OK, i think we must start the session again

Not Necessary,

Read only

Former Member
0 Likes
1,039

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