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
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
Does sap handle multiple currencies?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Describe the data classes?
What is the difference between dialog program and a report?
why particularly lock object name starts with EZ OR EY?
What is the difference of update types in call transaction method ? : abap bdc
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What are the functional modules used in sequence in bdc? : abap hr
What are different types of parameters?
What are the main events of which are used for logical database?
What are the different functions used in sap script? What are the parameters used in each function?
What is client in the sap system? : sap abap hr
What happens if we use leave to list-processing without using suppress-dialog?
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