Scenario 1:
I am uploading 1000 records using session method. I have an
error in 950th record. What will happen and howmany records
will upload?
Scenario 2:
I am uploading 1000 records using Call Transaction method.
I have an error in 950th record. What will happen and
howmany records will upload?
While using Call transaction method then up to 949 records
will be uploaded into the database. Whereas in Sesson
method we have to process sesson in [SM35].Then only data
wil b uploaded.