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 / phani
in transaction method it will upload all records except 950 record, that this possibility is based on mode "A"/"E"/"N".
if you select mode "n" the above scenario will work,
in session method it will upload all records except 950 but the failure record u have find manually,.... Go to se35 create session there u can find the error record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the contents in technical specifications?
What are the types of the software component being deployed in the sap?
when do you need to create an internal table with header line ? and with out a header line?
What is an abap dictionary? : abap data dictionary
What is meant by hotspots?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What is off cycle payroll run
Does the call transaction method allow multiple transactions to be processed by sap?
Name a few data dictionary objects? : abap data dictionary
What is the use of table maintenance allowed?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Double click function on the lists, identifying the line selected by the user on the list?
What is singleton pattern in OOPS?