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


Please Help Members By Posting Answers For Below Questions

if while coding power goes off , how to retrieve the codes?

1622


what are Hana Basics

895


What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?

558


What is the table & field to identify the no of items (bottles) stored in one case?

1980


What are the functional modules used in sequence in bdc? : abap bdc

576






What two statements are required in an abap program to output an icon using a written statement?

661


Does sap handle multiple languages?

558


What is your approach to find exit and BAdi?

863


identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

1919


What is Field group?

667


What are the two methods for modifying sap standard tables?

730


Explain the types of bdc's?

597


What are the uses of interactive reporting?

621


How can we send data to external programs?

617


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1464