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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
what is the field to be used in field catalog of an ALV report to hide the relevant column in the list?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Explain what is the difference between primary key and unique key?
What is the Tcode for System Dump?
What are some control break events in abap?
In the process of creating a delivery tere is a firld date which needs to be saved, there is an userexit available but that exit does not have that date field in it, how would you overcome this. You have the delivery no that got created instead
How to write a code in tab control? : abap bdc
HI friends, in USER EXITS after finding correct EXIT when am double clicking on the "INCLUDE ZXM06U36" it is not entering inside of the program, it is givimg the error message as "Program names ZX... are reserved for includes of exit function groups". Please help me to solve this problem.
In Dialog program Syntax of Synchronous and Asynchronous?
"What is NAST Table, what it will consists?"
How do you document abap/4 programs? Do you use program documentation menu option?