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
How do you document abap/4 programs? Do you use program documentation menu option?
Can you show multiple alvs on a single screen?
How are the function code handles in flow logic?
Exception handling and how does it transfer from called method to calling method?
What are the internal tables and work area?
Explain the systems fields used for interactive lists and lists?
How do you write a function module in sap?
What are the techniques involved in using sap supplied programs?
What is the table buffer? Which type of tables used this buffer?
What is the table buffer?
Explain about interactive report?
wat is the difference between A-gate & W-gate?where are they used?
Which type of tables used this buffer?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?