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 to confirm the production order

Former Member
0 Kudos

Hi friends,

Can anybody tell me whats the BAPI to confirm the production order? If BAPI is not available how to create a BAPI for that?

Please help me out.

Thanks & Regards

Sireesha.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Here are the list of BAPI's pertaining to confirmations

BAPI_PRODORDCONF_CREATE_ACT Enter Activity Confirmation

BAPI_PRODORDCONF_CREATE_HDR Enter Order Confirmations

BAPI_PRODORDCONF_CREATE_TE Enter Time Event Confirmation

BAPI_PRODORDCONF_CREATE_TT Enter Time Ticket Confirmation

BAPI_PRODORDCONF_EXIST_CHK Existence Check for Confirming Production Order

BAPI_PRODORDCONF_GETDETAIL Detailed Data for Production Order Confirmation

BAPI_PRODORDCONF_GETLIST Confirmations List

Regards,

Ravi

note - Please mark all the helpful answers

7 REPLIES 7

Former Member
0 Kudos

Here are the list of BAPI's pertaining to confirmations

BAPI_PRODORDCONF_CREATE_ACT Enter Activity Confirmation

BAPI_PRODORDCONF_CREATE_HDR Enter Order Confirmations

BAPI_PRODORDCONF_CREATE_TE Enter Time Event Confirmation

BAPI_PRODORDCONF_CREATE_TT Enter Time Ticket Confirmation

BAPI_PRODORDCONF_EXIST_CHK Existence Check for Confirming Production Order

BAPI_PRODORDCONF_GETDETAIL Detailed Data for Production Order Confirmation

BAPI_PRODORDCONF_GETLIST Confirmations List

Regards,

Ravi

note - Please mark all the helpful answers

0 Kudos

hi ravi,

i have a doubt in the follwoing bapi. BAPI_PRODORDCONF_CREATE_HDR

How r u getting a confirmation number for a production oorder.What r the input paramaters to confirm the production order.

can u explain the i/p in this BAPI. What input to be passed to get confirmation number for PO.

Thanks & Regards

Sireesha.

0 Kudos

I don't remember it top of my head.

You should be able to see the parameter details in the BAPI transaction. You will have explanation each of the fields there.

<b>Please mark the helpful answers</b>

Regards,

Ravi

0 Kudos

My doubt is how the confirmation number will be generated with this BAPI?

Can anybody pls give clear explanation.

Thanks in advance.

Regards

sireesha.

0 Kudos

Hi Sireesha,

The confirmation number is automatically generated by R/3 when you create and release a Production Order. You can get the confirmation number by calling BAPI_PRODORD_GET_DETAIL in the operations table.

Thanks & Regards,

Dipankar

Award points it this helps.

0 Kudos

I have a doubt, these transactions can be used to production for procces sap-pp-pi,

transaction COR6. ??

I am using this bapi BAPI_PRODORDCONF_CREATE_TT but give me then next error

50500000000000000000001 confirmations are incorrect. For details see parameter DETAIL_RETURN

To create confirmations a method for the business object BUS2116 production order confirmation or an internal function module is used that recognized an error situation for 00000000000000000001 of the confirmations copied.

thankz for your help

Leonel Saavedra

Guatemala.

Former Member
0 Kudos

Tou have to Bapi depending the type of the confirmation:

BAPI_PRODORDCONF_CREATE_TT to create a timeticket confirmation and

BAPI_PRODORDCONF_CREATE_TE to create a tiem event confirmation