Hi All,
I am using the call transaction clause in my code to use the CO19 tcode as follows,
passing the confirmation type which can be Partial, Final or Auto Final Confirmation.
But it does not seem to work. Auto Final Confirmations show up as partial in CO14.
I set the confirmation type to 1 which is Auto Final.
My question is. Can I do Auto Final Confirmations using CO19?
CALL TRANSACTION 'CO19' USING it_bdcdata
MODE 'N' "Do not display screens
UPDATE 'S' "Synchronous update
MESSAGES INTO it_messtab.