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: 

Production order confirmation

Former Member
0 Kudos

Hello,

I want to make a partial confirmation with the BAPI_PRODORDCONF_CREATE_TT with goods movements. I have set the following parameters:

BAPI_PP_TIMETICKET-YIELD= '10'.(The total PO quantity is 80)

BAPI_PP_TIMETICKET-FIN_CONF = ' '.

BAPI_PP_TIMETICKET-CONF_QUAN_UNIT= 'PC'.

BAPI_PP_TIMETICKET-OPERATION = '10'.

BAPI_PP_TIMETICKET-PLANT = '1100'.

BAPI_PP_TIMETICKET-DEV_REASON = 'L01'.

BAPI_PP_TIMETICKET-NO_OF_EMPLOYEE = '4'

When executed, i am geting the error msg '000000001 confirmations are incorrect. for details see parameter DETAIL_RETURN.

The DETAIL_RETURN table has the following entries.

Type : E

ID : RU

Number : 002

Message : Order xxxxxxx not found, check entry.

Can anyone provide help on this?

Thanks in advance,

Chentha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

where u are passing the Order Number ? Pass Order Number in Full length i.e 10char.

Regards

Prabhu

1 REPLY 1

Former Member
0 Kudos

where u are passing the Order Number ? Pass Order Number in Full length i.e 10char.

Regards

Prabhu