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 is the t-code to display batch input sessions? : abap bdc
What are the function module in bdc?
Explain the difference between call screen and leave screen?
What is difference between float and packed data type?
What is the purpose of at first and at last?
Why do we use Abstract classes give an example from your project?
What is an rfc?
What is the maximum number of structures that can be included in a table or structure
What are different types of parameters?
Explain the concept of clusters in payroll
function modules are also external subroutines. State true or false. : abap modularization
What is the difference between open_form and close_form?
What abap statement will trigger list generation?
What is the function of the transport system and workbench organizer?
I need some information regarding Vcentric Test pattern ? with questions.