‎2012 Nov 28 12:41 PM
Hello Experts,
I have a query regarding batch input session and call transaction method of SAP.
Suppose we have 10 records and there is error in 4th record what will happen with above three records in both the cases, session as well as call transaction?
Those records would be updates in database or not?
Thanks!
Azra
Moderator message: frequently discussed, documented, can be tested in short time -> un-marked as question.
Message was edited by: Thomas Zloch
‎2012 Nov 28 12:49 PM
‎2012 Nov 28 12:57 PM
Hello Azra,
if you process the BDC with the Call Transaction method than it only skips the Erroneous Transaction, rest transaction will update the data accordingly.
Where in Call Session Method it Close your whole Session of BDC.
Thanks.
‎2012 Nov 28 1:38 PM
Hello Azra,
I believe in both methods records will be processed and you will get erroreneous records ( if any).
Regards,
Deepti