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


Please Help Members By Posting Answers For Below Questions

What is value table? : abap data dictionary

839


How do you find the information on the current screen? : abap bdc

821


What are the difference between pool tables and transparent tables?

832


what is the transaction transaction for setting parameters rdisp/buffermode

3968


Why do we use Abstract classes give an example from your project?

1090


What are the prerequisites for creating foreign key relationship?

848


What are the 3 types of tables in sap? : abap data dictionary

842


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?

1183


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

1013


What are the functional areas? User groups? And how does abap/4 query work in relation to these?

795


What are Table control and tab strip control in dialog programming ?

5465


How to specify a client for database table processing?

808


In events, start-of-selection is a default event. When we have to use this event explicitly? Why?

783


Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?

832


How to transfer data into line items using batch input session method? : abap bdc

778