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_PRODORDCONF_CREATE_TT does partial confirmation instead final

Former Member
0 Likes
1,270

Hi experts,

I use BAPI: BAPI_PRODORDCONF_CREATE_TT and fill

timetickets table with:

ORDERID

OPERATION

SEQUENCE

FIN_CONF = '1'. "Automatic final confirmation

=> BAPI does partial confirmation of the given operation while I expect final confirmation.

CO11N transaction does final confirmation.

If I test BAPI with FIN_CONF = 'X'

than it gives the message: Underdelivery not allowed for final confirmation .

If I fill the field YIELD than BAPI gives the message:

A confirmation function can only be executed in dialog mode

If I use first the BAPI:BAPI_PRODORDCONF_GET_TT_PROP and than

BAPI_PRODORDCONF_CREATE_TT , the same message:A confirmation function can only be executed in dialog mode.

Any help please how BAPI should be filled to get final confirmation?

Kind Regards,

Danijela

Edited by: Danijela Zivanovic on Mar 2, 2009 11:27 AM

2 REPLIES 2
Read only

Former Member
0 Likes
842

the reason found. On the milestone operation was a trigger point!

Read only

0 Likes
842

Hi Danijela. How did you solve this problem? I have the same problem.