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 for CO11 transaction

Former Member
0 Likes
709

HI

pls tell me what is the BAPI to update CO11 transaction.

thanks & regards

NNN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Hi

Suppose you want to find the bapi for creating a sales order, use transaction VA01 for this.

1. Find out the package of the transaction.

Start Va01 go to system --> status.

Double click on transaction

Package is VA

Open this package in SE80

Open business engineering-->Business object types

Find the BO which sounds the most appropriate

I would suggest BUS2032 Sales Order

Double click.

Open methods.

Find the released method with from data or something similar in the name

, Createfromdat2

Position the cursor in it and click the program button

Scroll down to find the bapi used in this method

Regards

Nikunj Shah

HI

pls tell me what is the BAPI to update CO11 transaction.

thanks & regards

NNN

2 REPLIES 2
Read only

Former Member
0 Likes
564

Hi there.

BAPI_PRODORDCONF_CREATE_ACT

BAPI_PRODORDCONF_CREATE_HDR

BAPI_PRODORDCONF_PDC_UPLOAD_TE

BAPI_PRODORDCONF_PDC_UPLOAD_TT

BAPI_PRODORDCONF_CREATE_TE

BAPI_PRODORDCONF_CREATE_TT

BAPI_PRODORDCONF_EXIST_CHK

BAPI_PRODORDCONF_GET_HDR_PROP

BAPI_PRODORDCONF_GETDETAIL

BAPI_PRODORDCONF_GETLIST

BAPI_PRODORDCONF_GET_TE_PROP

BAPI_PRODORDCONF_GET_TT_PROP

Details in order:

Cancel production order confirmation

Enter activity confirmation

Enter order confirmations

Transfer time event confirmations from PDC system

Transfer time ticket confirmations from PDC system

Enter time event confirmation

Enter time ticket confirmation

Check existence of object

Propose data for order confirmation

Detailed data for production order confirmation

Confirmation lists

Propose data for time event confirmation

Propose data for time ticket confirmation

Good Luck & Regards

Harsh

Read only

Former Member
0 Likes
565

Hi

Suppose you want to find the bapi for creating a sales order, use transaction VA01 for this.

1. Find out the package of the transaction.

Start Va01 go to system --> status.

Double click on transaction

Package is VA

Open this package in SE80

Open business engineering-->Business object types

Find the BO which sounds the most appropriate

I would suggest BUS2032 Sales Order

Double click.

Open methods.

Find the released method with from data or something similar in the name

, Createfromdat2

Position the cursor in it and click the program button

Scroll down to find the bapi used in this method

Regards

Nikunj Shah