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: 

break point in 'EXIT_SAPLATPC_001' not working

peng_tang
Participant
0 Kudos

Dear SAPer

I am trying to use exit 'EXIT_SAPLATPC_001' for some coding. Hence I write break-point at include 'ZXATPU01' and activated it. However the program doesnt stop when i create sale order with transaction data entered such as: materil, quantity and plant.etc

If it doesnt stop at this break point, I assumed program doesnt check on user exit when I create sales order. right?

Please help and elaborate on this issue. Thanks! break point set as following snapshot:

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check whether you have activated the project in CMOD transaction.If yes then probably this exit not triggering for your business requirement. Check for other exit.

Thanks & Regards,

Arun

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check whether you have activated the project in CMOD transaction.If yes then probably this exit not triggering for your business requirement. Check for other exit.

Thanks & Regards,

Arun

0 Kudos

Thanks Aruna, There indeed is an project exited. after i activate it . the break point works fine.