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

BAPI_PROCORDCONF_CREATE_HDR

Former Member
0 Likes
829

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!

3 REPLIES 3
Read only

Former Member
0 Likes
655

Hi,

Please do this

Pass the following parameters in 'ATHDRLEVELS' table

OrderID

Fin_conf

clear_res

Yield

Regards

Hiren K.Chitalia

Read only

0 Likes
655

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

Read only

0 Likes
655

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.