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

Order Duplication check

Former Member
0 Likes
510

Hi Experts,

we have a requirement to have Order duplication check for all the Orders we recieve as IDoc(ORDERS05).

And when we get a duplicated order, we need to stop the process (sales order creation) and report the error.

Can you please suggest on how to acheive the above requirement.

Thanks,

MK

Hi Experts,

we have a requirement to have Order duplication check for all the Orders we recieve as IDoc(ORDERS05).

And when we get a duplicated order, we need to stop the process (sales order creation) and report the error.

Can you please suggest on how to acheive the above requirement.

Thanks,

MK

1 REPLY 1
Read only

Former Member
0 Likes
418

Hi,

When u check and find out tht the given order being processed is a duplicate, then you can change the status of the IDOC to 51.. this will raise an error.. and the irder wil not be created in ur system.

Hope this helps.