‎2006 Dec 18 10:26 AM
Hi friends,
Iam testing the FM : BAPI_PROCORDCONF_CREATE_TT to confirm the process order.With this FM am passing the confirmation slip number and process order number , phase(operation level).In the output its showing as "Confirmation of process order xxxxx is saved".
But if i check in the transaction cor3 this process order is not yet confirmed.How to test this BAPI ? What r all the fields to filled? And how can i check whether its has been confirmed or not? or Do i need to call "Commit work" once this "BAPI_PROCORDCONF_CREATE_TT" is called.
Can anybody pls help me out.
Thanks in advance.
Regards
Sireesha.
‎2006 Dec 18 10:35 AM
Hi,
You need to call...
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'.
after executing BAPI_PRODORDCONF_CREATE_TT
‎2006 Dec 19 6:25 AM
‎2010 Mar 18 12:38 PM
set the FINAL_CONF="X"
X for Final confirmation
' ' for partial confirmation
A for Automatic final confirmation