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: 

How to simulate ATP check in user exit

yang_aiolos
Active Participant
0 Kudos

Dear Expert,

as we konw, when we change so item requirement type, the ATP checking rule will be re-determined. see below:

change requiremennt from ZJ1->ZJ0, checking rule is changed from AE->A.

My problem is: if i set requirement type = ZJ0 in user exit :  userexit_move_field_to_vbap.

but the checking rule is still AE, could you please help on this? Thanks a lot.

2 REPLIES 2

michael_kozlowski
Active Contributor
0 Kudos

For simulation you can check FM BAPI_SALESORDER_SIMULATE. If you want to update FM LE_ATP_CHECK_SINGLE could be helpful.

0 Kudos

thanks for reply, but i am doing enhancement inside : userexit_move_field_to_vbap.

i want to simulate as I change requirement type from ZJ1->ZJ0 in foreground.