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
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
How will you find manager of an employee
What are the two ways of producing a list within a transaction?
Explain the advantages of logical databases?
Give an example of interface from your project explaining why you used it?
What is direct input method ?
What are the different types of laws. What are they?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are screen painter and menu painter? : abap hr
Explain the difference between a dialog program and a report?
Normally how many and what files get created when a transaction program is written?
What is a help view? : abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc