Dear all,
I am working on a requirement where I am creating a notification type "N1". And also this notification is assigned to an order type "Z1" i.e. notification and order integration.
Now if I create this order, in background notification is also created.
But if I create this notification, an order should be created (in the background, which is done using some Userexit), but this order should not trigger the notification creation. I want to suppress this multiple notification creation for same order. Kindly tell me how to do it?
In configuration, Z1 is assigned with N1. I cannot remove this. It is required for some plants.