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
How many types of tables exist and what are they in data dictionary?
What is collective search help? : sap abap data dictionary
What is the difference between rfc and bapi function modules? : abap bdc
What is size category?
Explain read dataset in sap abap?
What is its? : abap hr
What is a bsp application? : sap abap hr
Is it possible to run host command from SAP environment? How do you run?
How many detail lists can be created in interactive reporting?
What are the different kinds of lock modes?
What are the restrictions on subscreens?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is the use of the statement leave to list-processing?
What happens Update command is used without where clause ?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?