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 to update Production Orders

Former Member
6,737

Hi Experts,

I need help figuring out if there is any BAPI availiable or if someone has worked upon to update Production Orders.

The actual requirement is to update the Delivery Complete indicator (for e.g go to CO02 -> Order number) and click on Goods Receipt tab.

The Delivery Completed indicator needs to be checked in MASS for many Production Orders from a custom program.

After going through a lot of SDN Blogs, and blogs on other websites, I've figured that there is indeed no BAPI availiable, and the only resort is BDC.

But I wanted to be sure, since most of them are from 2007.

Thanks,

Tatvagna Shah.

links -

http://www.saptechies.com/creating-and-changing-a-production-order-from-abap/

3 REPLIES 3
Read only

Former Member
2,323

Hi,

There is a list of bapi you can use for production order.

BAPI_PRODORD_CHANGE BAPI: Change Production Order

BAPI_PRODORD_CHECK_MAT_AVAIL BAPI: Execute Material Availability Check for Production Orders

BAPI_PRODORD_CLOSE BAPI: Close Production Orders

BAPI_PRODORD_COMPLETE_TECH BAPI: Technically Complete Production Orders

BAPI_PRODORD_COSTING BAPI: Carry Out Costing for Production Orders

BAPI_PRODORD_CREATE BAPI: Generate Production Order

BAPI_PRODORD_CREATE_CAP_REQ BAPI: Create Capacity Requirements for Production Orders

BAPI_PRODORD_CREATE_FROM_PLORD BAPI: Convert Planned Order into Production Order

BAPI_PRODORD_CREATE_FROM_REF BAPI: Create Production Order with Reference Order

BAPI_PRODORD_EXIST_CHECK BAPI: Check Existence of a Production Order

BAPI_PRODORD_GET_DETAIL BAPI: Output Details of a Production Order

BAPI_PRODORD_GET_LIST BAPI: Output Production Order Header Data in a List

BAPI_PRODORD_RELEASE BAPI: Release Production Orders

BAPI_PRODORD_REVOKEUSERSTATUS BAPI: Reset User Status for Production Orders at Header Level

BAPI_PRODORD_SCHEDULE BAPI: Schedule Production Orders

BAPI_PRODORD_SETUSERSTATUS BAPI: Set User Status for Production Orders at Header Level

BAPI_PRODORD_SET_DELETION_FLAG BAPI: Set Deletion Flag for Production Orders

BAPI_PRODORD_SET_DEL_INDICATOR BAPI: Set Deletion Indicator for Production Orders

BAPI_PRODORD_WM_MAT_STAGING BAPI: Execute WM Material Staging for Production Orders

Read only

0 Likes
2,323

Hi,

Thanks a lot buddy, but this doesn't solve my problem.

None of these can update the indicator that I am looking for.

Thanks,

Tatvagna Shah.

Read only

2,323

You need to update Delivery completion indicator in delivery...?

Nabheet