‎2014 Nov 18 6:14 PM
Hi Experts,
I am facing issue while creating order using mentioned BAPI.
Here is the list of inputs i am giving :
Methods :
Operation and Corresponding Flags in Operation_UP
Header and Corresponding HEADER_UP:
Output :
I am getting the order number created but with a new notification number.
I don't want the notification to be created, instead i want the order to be assigned with the existing notification number.
Can anyone please suggest to fit in my requirements.
Thanks
Shashank
‎2014 Nov 18 10:17 PM
Hi,
Are you passing your notification number in IT_HEADER-NOTIF_NO? Also, try method CREATETONOTIF instead of CREATE, for OBJECTTYPE HEADER
Regards,
Custodio
‎2014 Nov 18 10:33 PM
Hi Custodio,
Yes i passed notification number in IT_HEADER-NOTIF_NO and tried changing the method name too.
But still i can see a new notification number created.
Thanks
Shashank
‎2014 Nov 18 10:48 PM
Humm... My next try would be passing NOTIF_NO in IT_OBJECTLIST.
‎2014 Nov 19 5:09 PM
Doing this i can create a new order and can link the same with the existing one . But at the same time its creating a new notification.
Missing a minute thing 😞
‎2014 Nov 19 6:53 PM
It is not standard to create a new notification with a new work order. Is there perhaps an enhancement or some sort of configuration that your company has done that would be creating these notifications?
‎2014 Nov 19 8:38 PM
The requirement is to assign an order to existing notification.
The t-code for this is iw22.
Not sure if the BAPI ORDER_MAINTAIN will suffice this purpose.