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 / chowdary
Scenario 1:
upto 949 records will upload
Scenario 2:
expect 950th record, all records will be uploaded.
currect me if iam wrong.
Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is the table buffer? Which type of tables used this buffer?
What is abap?
Control Break statements- At new...endat.
How to combine multiple order in one Delivery ( Step by Step)?
What application areas are you comfortable in?
What are the different types of operators in the sap abap?
What two statements are required in an abap program to output an icon using a write statement?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
what is friend class
Explain the uses of the simple maintenance interface? : sap abap hr
Can we use transfer dataset to transfer data in internal table ?
What is the reserve command?
What are the different attributes that can be assigned to a variant?
What is the difference between synchronous and asynchronous update?
Can you print decimals in type n? What is difference between float and packed data type?