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 creation ?

Former Member
0 Kudos

Hi Experts,

I am new to PP module and as per my requirement I have to:

1. Create Production order in ECC 6.0

After searching BAPI explorer, SDN and other sites I could see that there is no BAPI for Create Production order.

In one of the link I could find FM CLOI_CHANGES_UPL_31 used to create Production order in SAP.

Is there any BAPI to create ??

Can anyone let mw know right FM or BAPI to create Production order with an example.

2. And I have to:

Delete Production order

which BAPI is used for deletion of Prd Ord

BAPI_PRODORD_SET_DEL_INDICATOR or BAPI_PRODORD_SET_DELETION_FLAG

For Confirm Production order - in ECC 6.0 Let mw know the BAPI for this ..

Really helpful if you answer my queries...

Thanks

Uday

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi udaya,

use the BAPI 'BAPI_PRODORD_CREATE'

The following BAPIs are available confirmation of production orders:

Entry

Time ticket

ProdOrdConfirmation.CreateTimeTicketMultiple

BAPI_PRODORDCONF_CREATE_TT

Time event

ProdOrdConfirmation.CreateAtHeaderLevelMultiple

BAPI_PRODORDCONF_CREATE_HDR

Order confirmation

ProdOrdConfirmation.CreateAtHeaderLevelMultiple

BAPI_PRODORDCONF_CREATE_HDR

Activity confirmation

ProdOrdConfirmation.CreateActConfMultiple

BAPI_PRODORDCONF_CREATE_ACT

Defaults

Time ticket

ProdOrdConfirmation.GetTimeTicketProposal

BAPI_PRODORDCONF_GET_TT_PROP

Time event

ProdOrdConfirmation.GetTimeEventProposal

BAPI_PRODORDCONF_GET_TE_PROP

Order confirmation

ProdOrdConfirmation.GetAtHeaderLevelProposal

BAPI_PRODORDCONF_GET_HDR_PROP

Cancelling confirmations

ProdOrdConfirmation.Cancel

BAPI_PRODORDCONF_CANCEL

List of confirmations

ProdOrdConfirmation.GetList

BAPI_PRODORDCONF_GETLIST

Detail data for confirmations

ProdOrdConfirmation.GetDetail

BAPI_PRODORDCONF_GETDETAIL

Existence check

ProdOrdConfirmation.ExistenceCheck

BAPI_PRODORDCONF_EXIST_CHK

Regards,

Ravi

2 REPLIES 2

Former Member
0 Kudos

Hi udaya,

use the BAPI 'BAPI_PRODORD_CREATE'

The following BAPIs are available confirmation of production orders:

Entry

Time ticket

ProdOrdConfirmation.CreateTimeTicketMultiple

BAPI_PRODORDCONF_CREATE_TT

Time event

ProdOrdConfirmation.CreateAtHeaderLevelMultiple

BAPI_PRODORDCONF_CREATE_HDR

Order confirmation

ProdOrdConfirmation.CreateAtHeaderLevelMultiple

BAPI_PRODORDCONF_CREATE_HDR

Activity confirmation

ProdOrdConfirmation.CreateActConfMultiple

BAPI_PRODORDCONF_CREATE_ACT

Defaults

Time ticket

ProdOrdConfirmation.GetTimeTicketProposal

BAPI_PRODORDCONF_GET_TT_PROP

Time event

ProdOrdConfirmation.GetTimeEventProposal

BAPI_PRODORDCONF_GET_TE_PROP

Order confirmation

ProdOrdConfirmation.GetAtHeaderLevelProposal

BAPI_PRODORDCONF_GET_HDR_PROP

Cancelling confirmations

ProdOrdConfirmation.Cancel

BAPI_PRODORDCONF_CANCEL

List of confirmations

ProdOrdConfirmation.GetList

BAPI_PRODORDCONF_GETLIST

Detail data for confirmations

ProdOrdConfirmation.GetDetail

BAPI_PRODORDCONF_GETDETAIL

Existence check

ProdOrdConfirmation.ExistenceCheck

BAPI_PRODORDCONF_EXIST_CHK

Regards,

Ravi

Former Member
0 Kudos

Hi,

BAPI_PRODORD_CREATE BAPI: Generate Production Order

BAPI_PRODORD_CREATE_FROM_REF BAPI: Create Production Order with Reference Order

bapi BAPI_PRODORD_CREATE : in this,you have WBS_ELEMENT in the import structure ORDERDATA.

Order Number

Material Number for Order 221

Plant 0001

Planning plant for the order 0001

Order Type PP01

Basic start date 27.12.2011

Basic start time

Basic finish date 29.12.2011

Basic finish (time)

Total order quantity 25

Thanks & regards.