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?
Answer Posted / vandan
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.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is logical database? : abap hr
Explain the difference between call screen and leave screen?
Explain the different types of view?
What is occurs in internal table?
Explain buffering concept usage?
What is an rfc?
What is the project you are currently working and work that you are doing
Which objects are independent transport objects?
In which cluster time results are stored? : abap hr
Why cant we use Normal function module for data transfer?
Difference between BDC vs Direct Loads?
Where do you code the hide statement?
Define abap/4 layer? : abap data dictionary
Difference between stand alone CRM and back-end CRM
What do you understand by work area and internal tables in abap? Why do we use it?