‎2008 Mar 26 12:50 PM
Hi,
I need to automatically process the goods movement as well as confirm the process order thru the FM BAPI_PROCORDCONF_CREATE_HDR. What are the things that I need to populate on the parameters of the FM? Thanks a lot!
‎2009 Jul 29 4:54 AM
Hi,
Please do this
Pass the following parameters in 'ATHDRLEVELS' table
OrderID
Fin_conf
clear_res
Yield
Regards
Hiren K.Chitalia
‎2009 Jul 29 8:55 AM
Hi Hiren,
I am also trying to change the confirmation status of Process order using this BAPI_PROCORDCONF_CREATE_HDR and I have passed the parameters as told by you, But it doesn't seem to work out.
I would be really greatful if you will be able to add up some more information to it.
Thanks,
Shilpi
‎2013 Apr 10 4:33 AM
If you want change the order status to Final notification, you can use
OrderID
Fin_conf = 'x'
clear_res
Yield = 0
its will create a notification with zero cuantity and change its status to Final notification.
Regards.