2018 May 10 9:41 AM
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.
2018 May 10 9:54 AM
Hi Mike
"But it does not seem to work. Auto Final Confirmations show up as partial in CO14.
CALL Transaction BDC will work in the same how the recording done using SHDB transaction. To check the actual issue instead of running in Background(mode = 'N'), run the program in mode = 'A'(Display All screens).
Hope it will help to check the input what is passed and how it is changed. Also do check by manual create the document in C019 transaction and check whether same problem is occured or not.
Regards
Rajkumar Narasimman
2018 May 10 10:23 AM
I did try that. The thing is that CO19 does not have an option for Auto Final Confirmations. It has two checkboxes for Partial and Final.
I was wondering if I could pass Auto Final through the BDC call
2018 May 10 11:49 AM
The thing is that CO19 does not have an option for Auto Final Confirmations
If option is not available, then how can you record and expect the process can happen in the system?.