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’s value table?
what is use of sap script text file header?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
TOPIC : LSMW PROBLEM : WHEN I AM UPLOADING THE NON SAP DATA TO SAP I AM GETTING ERROR BY GIVING A MESSAGE "THAT IT CAN UPLOAD ONLY 45 CHARACTERS REST ARE NOT SAVED"AND BY THIS WAY I AM NOT ABLE TO PROCEED FURTHER...........
Can we specify the next screen number with a variable?
What are the steps carried the ALE?
what is index? I need exact defination? how will create a secondary index?
A window is missing while copying a sapscript from one client to another client. What should be done?
what are the types of session method in session method?
How will you define org structure in MM?
why abap/4 is 4th generation language ?
4 Answers Kansai Nerolac Paints Limited,
What is the tcode for sapscript forms?