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_PRODORDCONF_CREATE_HDR

Former Member
0 Likes
835

Hi all

I am using this BAPI to interface Production confirmations from an external system to SAP Production orders. I am testing the BAPI using SE37 and am using BAPI_TRANSACTION_COMMIT. I am not able to post actual consumption of components to the order using this BAPI. Am i missing something here?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

If you have to test the progra using the commit bapi as well, you have to proceed this way.

Go to se37.

Chose from Menu: Function Module->Test->Test SEquences

.GIve the list of the bapis i.e BAPI_PRODORDCONF_CREATE_HDR and BAPI_TRANSACTION_COMMIT

and then execute.

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
706

u have to pass data to <b>GOODSMOVEMENTS</b> for actual Consumptions, u cannt commit work when u are testing BAPI in SE37.

Regards

prabhu

Read only

Former Member
0 Likes
707

If you have to test the progra using the commit bapi as well, you have to proceed this way.

Go to se37.

Chose from Menu: Function Module->Test->Test SEquences

.GIve the list of the bapis i.e BAPI_PRODORDCONF_CREATE_HDR and BAPI_TRANSACTION_COMMIT

and then execute.

Regards,

Ravi