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
How do you document ABAP programs? Do you use program documentation menu option?
What is narrow casting and wide casting?
Explain what are the various types of selection screen event?
When value table becomes check table?
How many default tab strips are there?
what are the important fields while preparing sales order,inquiry?
What is an “on request field” statement?
How would you set the formatting options statically and dynamically within a report?
What are the client dependant objects in abap / sap?
What is table buffer?
What is a view? : abap data dictionary
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is database utility? : abap data dictionary
Update types in Call transaction method. What is the difference?