‎2009 Mar 02 10:23 AM
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
‎2009 Mar 03 2:34 PM
the reason found. On the milestone operation was a trigger point!
‎2013 Aug 15 8:22 AM
Hi Danijela. How did you solve this problem? I have the same problem.