Application Development 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: 

bapi for production order-co08

Former Member
0 Kudos

Hi Experts,

I need to find a bapi to put production orders using co08(production order based on sales order).Please let me know if some bapi or function module exists there for the same.

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Hi There

We have the same concern, does anyone know that there is a bapi could do the same as CO08 since now we are using BDC call and have a lot performance problems.

Thanks.

Former Member
0 Kudos

hello,

goto se84->bussiness object browser->bussiness object types double->package as CO. clink on that.

u can see some BOR and other ...double click on the BOR in that methods click on that.and double any methos u will get popup window in that ABAP tab...there u can check the BAPI for that tcode or pacakge.

Thank u,

santhosh

Former Member
0 Kudos

Hi Vivek,

Try with below Bapi's

BAPI_PRODORDCONF_EXIST_CHK Existence Check for Confirming Production Order

BAPI_PRODORDCONF_GETDETAIL Detailed Data for Production Order Confirmation

BAPI_RCVPRORDCF_RECEIVEPRODORD Send production orders to PDC system

Thanks

Syf

avisap06
Member
0 Kudos

Hello,

Use BAPI - BAPI_PRODORD_CREATE

Fill below details for production order against sale order.

MATERIAL:

PLANT:

PLANNING_PLANT:

ORDER_TYPE:

QUANTITY:

SALES_ORDER:

SALES_ORDER_ITEM:

Thanks.

Avinash