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
What is value table? : abap data dictionary
How do you find the information on the current screen? : abap bdc
What are the difference between pool tables and transparent tables?
what is the transaction transaction for setting parameters rdisp/buffermode
Why do we use Abstract classes give an example from your project?
What are the prerequisites for creating foreign key relationship?
What are the 3 types of tables in sap? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are Table control and tab strip control in dialog programming ?
How to specify a client for database table processing?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
How to transfer data into line items using batch input session method? : abap bdc