‎2011 Jul 30 7:38 AM
I have 8 records (1,2,3,4,5,6,7,8) to update into SAP database using CALL TRANSACTION and SESSION Method. If there is a error in 6th record. What happens in both call transaction and session method.
Please let me know which records will process and what about the error record. How to process only the error record if all other records have updated into database.
‎2011 Jul 30 4:15 PM
‎2011 Jul 30 8:45 PM
‎2011 Jul 30 9:07 PM
Hi Patil_sumeet,
both use the same batch input technology, but with CTU (call transaction ... using ...) there's no recovery process by default.
In both cases, all transactions will be performed, only the 5th will fail (assuming the 6, 7 and 8 are not based on data written by the 5th one). With batch input session, you'll see the records that failed and you can restart them.
BR
Sandra