Application Development 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: 

CO19 Auto Final Confirmation

mikesenikoglou
Explorer
0 Kudos

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.

3 REPLIES 3

rajkumarnarasimman
Active Contributor
0 Kudos

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

mikesenikoglou
Explorer
0 Kudos

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

0 Kudos
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?.