RSA3-Dump

Hi All,
While executing the extractor(data source)  0customer_text i am getting the dump in RSA3. The dump says  one of the filed names in the SELECT clause was not recongnized.
In RSA3 i am only providing Data records / Call = 100000 and No. of . Extr.calls = 1000.
Please tell me why it is happening...

Hello,
When you are selecting more number of records, the RSA3 extractor checker is giving dump because the internal tables or Database read statements you are using are consuming all the temproary system place.
In the dump you might get some error messages like:
o The maximum size of an SQL statement has been exceeded.                
o The statement contains too many input variables.                       
o The space needed for the input data exceeds the available memory.      
In such cases, the best way to eliminate these errors is to try and improve the enhancement CMOD performance. In my case, I faced the same issue, we were passing our records to a different database program from CMOD and storing the result which we got from the program into a internal table and using it in CMOD. To eliminate this problem, we instead of passing all the records passed portions to the program and it worked.
The best way to improve performance is to eliminate the duplicates when looping the DataSource data, it helps!
Regards,
Pankaj

Similar Messages

  • Short Dump while checking DataSource contents in R3 (Transaction RSA3)

    Hello all,
    I am having trouble with a DataSource (2LIS_11_VAITM) in the R3 Source System (IDES 6.0). When I try to view the contents of this DataSource through Transaction RSA3, I get the following Short Dump Error.....
    Could someone pls help me with this.
    Thanks,
    SD
    ============================================================================
    Runtime Errors         CONNE_IMPORT_WRONG_STRUCTURE
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    Date and Time          18.03.2009 09:56:23
    Short text
         Error when importing object "MC11VA0ITM_TAB".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLMCEX" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
          not caught in
         procedure "MCEX_BW_LO_API" "(FUNCTION)", nor was it propagated by a RAISING
          clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         When attempting to import data, the
         structure of the complex object "MC11VA0ITM_TAB" was not compatible with the
         target object. The error occurred with component no. 31.
    Missing RAISING Clause in Interface
         Program                                 SAPLMCEX
         Include                                 LMCEXU06
         Row                                     1
         Module type                             (FUNCTION)
         Module Name                             MCEX_BW_LO_API
    Trigger Location of Exception
         Program                                 SAPLMCEX
         Include                                 LMCEXU06
         Row                                     263
         Module type                             (FUNCTION)
         Module Name                             MCEX_BW_LO_API

    Hi SD,
    The 11_Vaitm is a LO datasource, before checking its data setup tables need to be filled for it.
    For filling the setup tables, first you have to delete the existing setup table data and ensure all the delta queues are empty.
    Delete the setup tables: Go to TCODE LBWG and in the application give 11 and execute.
    Delete all entries in Delta Queue, TCODE RSA7 for application 11.
    Delete the entries in logistic queue: Check in TCODE SMQ1, if there are any entries for application .
    Refill the setup tables: SBIW -> Settings for application specific datasources -> Logistics -> anaging extract strucutre -> Initilization -> Filling the setup table ->Application specific setup of data -> SD-Sales order perform setup.
    Then try RSA3. Hope it helps.
    Regards,
    Pankaj

  • System Throws short dump while executing data source 2LIS_11_VASCL in RSA3.

    Hello Experts,
    I got short dump while executing data source 2LIS_11_VASCL in RSA3.
    The details are as follow.
    When importing object "MC11VA0SCL_TAB", the structure did not match the
    structure of the target object. The error occurred in component
    no. 567.
    This may be due to one of the following reasons:
    - the structure is actually different (the next field has, for
      example, a different data type) or
    - the same sequence of components were exported and imported,
      but the fields were from other include units.
    I have checked source and target fields and those are of same length and data type.
    Could you please give some points why this short dump occurs.
    Thanks
    Konda Reddy

    Hi,
    This error is not between BI and R/3.  It is within R/3.  You may have setup data and then modified the datasource.
    Delete setup data, generate your datasource again.  Setup data and try again.
    If you are on a live system with data setup after a downtime and you do not want to delete it, then bring your datasource to the original state when you setup data and pull data.
    Cheers....

  • Short Dump in Prod system in RSA3 for Datasource 2LIS_18_I0NOTIF...Help Pls

    Dear Guru's
    In our porod System in Tcode RSA3 when i give Dsource 2LIS_18_I0NOTIF and click on Extract i get Follwing Dump
    I searched for the note but i did not found any thing proper
    Here r Dump Details:-------
    Runtime Error          CONNE_IMPORT_WRONG_COMP_TYPE
    Exception              CX_SY_IMPORT_MISMATCH_ERROR
           Occurred on     13.08.2008 at   14:21:57
    Error when attempting to IMPORT object "MC18I00NTF_TAB".
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLMCEX" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    When attempting to import data, it was discovered that the data
    type of the stored data was not the same as that specified in the
    program.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_E
    was neither
    caught nor passed along using a RAISING clause, in the procedure
    "MCEX_BW_LO_API" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    When importing the object "MC18I00NTF_TAB", the component no. 2 in the
    dataset has a different type from the corresponding component
    of the target object in the program "SAPLMCEX".
    The data type is "D" in the dataset, but "F" in the program.
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "MCEX_BW_LO_API"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Try to find out why the type of the object is different.
    There are several possible reasons:
    |
    --- In the ABAP Dictionary, the type of the imported
    |   field has changed. Make sure that the type of the imported
    |   field matches the length of the Dictionary field.
    ||   If the data could not be restored from another source, this data
    |   must be read with the "old" structure, then converted and exported
    back with the new structure, so that future IMPORTs always work
    with the new structure.
    A new program version is active, and it no longer matches the
    dataset. Try to solve the error by generating the program "SAPLMCEX" again
    as follows:
    In the SAP System, choose the transaction SE38. Enter the program
    name "SAPLMCEX". Then choose the "Activate" function.
    Can any one please kindly help....
    Thanks

    Hi,
    so did you change anything at your datasource? Before transporting to prod, you need to delete the setup tables  and then you need to run a delta to pick the latest delta records, then transport, replicate and activate the comm-structure. That will not effect your delta in prod. But again, for me the dump looks like a mismatch between the extract structure and the setup tables. You might have changed something after the setup tables have been filled. And additionally usually rsa3 is doing a full and so pulling the data out of the setup tables.
    regards
    Siggi

  • Short Dump Error when we check the Data Source in RSA3

    Hi. Experts.
                       We are using  Data Source 2Lis_13_VDITM and when we try to check in RSA3
    for recorts it is going short dump. I am just providing the error information.
                  An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
    not caught in procedure "MCEX_BW_LO_API" "(FUNCTION)", nor was it propagated by a RAISING
    clause.
                   Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.
    The reason for the exception is:
    When importing the object "MC13VD0ITM_TAB", the component no. 96 in the dataset has a different type from the corresponding component of the target object in the program "SAPLMCEX".
                        The data type is "N" in the dataset, but "X" in the program.
            Since I don't have much knowledge in ABAP, Please help me out regarding this issue. Suggest me possible solution and let me know if you need any further information.

    Hi,
    Try adding a TRY CATCH block in the extractor function module to catch the exception.
    For the type mismatch you will have to make sure the variables are of same type or they can be type converted.
    Use the debug mode of RSA3 to find what data is being exchanged.
    You will need to change your extractor to avoid the dump.. or ensure that the value being passed to that object is correctly being passed(correct format)
    Cheers
    Kiran

  • IMPORT_ALIGNMENT_MISMATCH Dump while Adding fields in MC02M_0ITM in RSA3.

    Hi Experts,
       I need to add some Z custom fields in BW datasource 2LIS_02_ITM which we are doingby appending in structure MC02M_0ITM. I am activating structure and removing hide field check box also in RSA6 transaction. But when we are executing transaction RSA3 (Both Delta & Full load ) it is giving us IMPORT_ALIGNMENT_MISMATCH dump. we have removed all the queues from SMQ1 using program RMBWV302 before making changes. Please help me out in this. Following are dump details:-
    Runtime Errors         IMPORT_ALIGNMENT_MISMATCH
    Exception              CX_SY_IMPORT_MISMATCH_ERROR
    Date and Time          07/14/2010 05:23:40
    Short text
         Error when importing object "MC02M_0ITM_TAB".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLMCEX" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
          not caught in
         procedure "MCEX_BW_LO_API" "(FUNCTION)", nor was it propagated by a RAISING
          clause.
       Since the caller of the procedure could not have anticipated that
    exception would occur, the current program is terminated.
    The reason for the exception is:
    When importing object "MC02M_0ITM_TAB", the structure did not matc
    structure of the target object. The error occurred in component
    no. 40.
    This may be due to one of the following reasons:
    - the structure is actually different (the next field has, for
      example, a different data type) or
    - the same sequence of components were exported and imported,
      but the fields were from other include units.
    Please provide me some input about how to correct the same. Also what went wrong while adding new fields..
    Thanks
    Ankur Sharma

    All modified fields should be in new append structure not in any old append structure sue to new field need new space allocation.

  • Dump by 0Orgunit_ATTR in TCode RSA3 in ECC/ F4 selection for ORGEH missing

    Hi Gurus,
    i am facing a problem by executing 0Orgunit_attr in the quality system. In D System vevry thing is ok.
    By executing the 0Orgunit_ATTR extractor in RSA3 in ECC, i had a dump.
    The Error is as follow:
    Runtime Errors ITAB_DUPLICATE_KEY
    Date and Time 14/01/2011 11:10:12
    Short dump has not been completely stored
    Short text
    A row with the same key already exists.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLRSAODS" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    An entry was to be entered into the table
    "\FUNCTION=RSAR_ODS_GET\DATA=L_TH_ISOSMAP" (which should have
    had a unique table key (UNIQUE KEY)).
    However, there already existed a line with an identical key.
    The insert-operation could have occurred as a result of an INSERT- or
    MOVE command, or in conjunction with a SELECT ... INTO.
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several
    initial lines into a table with a unique key.
    After some researches by SDN i proceed as follow:
    1.I used program: RSAR_RSISOSMAP_REPAIR in SE38 to identify the objects. But no object were found.
    2.I checked table RSISOSMAP in SE16. It was empty.
    I noticed that in the extractor checker the selection button for ORGEH is missing. That means i can not use F4 to select and organizational Unit.
    Could you please help?
    Man Thanks in advance
    Gilo

    resolved with help of basis team

  • BI : RSA3 Extractor Dump

    Hi experts ,
    I am testing the number of data for 0FI_GL_4 in source system with tcode rsa3. but it is apparently giving me a dump "no memory no paging". 
    I want to know the number of data that should be loaded into BI. Kindly advise me is there any apparent way of testing the number of records in the source system.
    thanks & regards ,
    M.S

    RSA3 is an Extractor Tester - it is meant to test Extraction with regard to functionality and extract consistency...
    Also RSA3 will run in a dialog process and usually the session memory for a dialog process is limited which is why you get the dump whereas when you extract data - it runs using a background process whose session memory is higher...

  • Short dump in extract checker (RSA3)

    Hi,
    While extracting the structure 2LIS_11_VAITM in RSA3, it's going to dump and giving the message in dump is 'The data type is "N" in the dataset, but "C" in the program. '.
    The back ground is First I enhanced this structure with one Z field of data type NUMC18 and later changed this data type to CHAR18 and activated. Also replicated in BW side and it is CHAR18 in BW. But in RSA3 it's giving dump.
    Please let me know regarding this.
    Thanks in advance.

    Hi Shashank,
    Thanks for your reply. The source field is also CHAR18. Actually the source field is changed fron NUMC18 to CHAR18 in R/3. That's the reason why I changed it to CHAR18 in the structure and activated. I think some where it's not getting updated to 'C' from 'N. Any idea I am missing something somewhere?
    Thanks...

  • Extractor Checker(RSA3)getting DUMP

    Hi Friends,
                     When i try to execute the datasource 0CFM_DELTA_POSITIONS, it is giving the dump, actually i've given the parameters like this before going to be excuted:
    Data Records / Calls: 999999
    Diplay Extr. Calls: 10
    Update Mode: D
                    But if i give the less no fo Data Records/Calls 350 and display Extr. Calls 10, then it is showing the data around 4,000 change recors, so in this case, if the volume of data is high, then it is going dump.
               Ver:  ECC6
                Swap Memory: 16 GB
                 RAM: 4GB
    Awaiting for your inputs,
    Regards,
    BalajiReddy

    Hi,
    This problem comes when there is not enough table space for capturing your RSA3 data.
    You have to talk to your basis guy and ask him to increase the table space and also the time.
    Hope this helps
    Assign points if useful.
    Regards,
    Kiran

  • Short dump for rsa3

    Hi sapxperts,
      I am getting error ,short dump when i execute the RSA3 for inventory management data Source 2LIS_03_BX.
    Please somebody help with regards to Inventory management stuff .
    thank you.

    hi stalin,
    Heres how to proceed.
    execute tcode RSA3.Give your datasource name.In the below screen there is a Grid.
    There you can see a list of characteristics available.You can put some values there for a characteristics.
    For ex- If you see company code there. Try putting some values there.
    This will filter out the selection and lesser values will be extracted.
    hope it helps,
    regards,
    Parth.

  • Short dump in RSA3 --Z Data Source

    Hi,
    I created a Z data source based on view and i appended extract structure to insert ZZ fields.
    When i execute the data source it is showing me short dump how shall i proceed
    I checked the view conditions and it is extracting data and showing now error and i checked the enhancements i have written in CMOD and checked the program it is displaying No syntax errors
    Please advise me on how to correct the errors....
    If need further info of short dump please ask
    Runtime Error          DBIF_RSQL_INVALID_RSQL
    Exception              CX_SY_OPEN_SQL_DB                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLRSA3" had to be terminated because one of the
    Statements could not be executed. 
    Error analysis                                                                               
    An exception occurred. This exception is dealt with in more detail belo.The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', waS neither                                                           caught nor passed along using a RAISING clause, in the procedure "RSA3_GEN_GET_DATA" "(FUNCTION)"                                                                               
    Since the caller of the procedure could not have expected this exceptio to occur, the running program was terminated.           
    The reason for the exception is:                                      
    The data read during a SELECT access could not be inserted into the target field.                                                         
    Either conversion is not supported for the target field's type or the target field is too short to accept the value or the data are not in a form that the target field can accept.
    Information on where terminated                                                                               
    The termination occurred in the ABAP program "SAPLRSA3" in "RSA3_GEN_GET_DATA".   
    The main program was "RSFHGEN2 ".                                                                               
    The termination occurred in line 226 of the source code of the (Include)          
    program "LRSA3U03"                                                               
    of the source code of program "LRSA3U03" (when calling the editor 2260).          
    Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in   
    the                                                                               
    procedure "RSA3_GEN_GET_DATA" "(FUNCTION)" but was not handled locally, not       
    declared in the                                                                  
    RAISING clause of the procedure.                                                  
    The procedure is in the program "SAPLRSA3 ". Its source code starts in line 5     
    of the (Include) program "LRSA3$03 ".                                             
    Program
    002150                                                                            
    002160       CASE G_S_INTERFACE-UPDMODE.                                          
    002170         WHEN 'F' OR 'C' OR 'I'.                                            
    002180   * First data package -> OPEN CURSOR                                      
    002190           IF G_COUNTER_DATAPAKID = 0.                                      
    002200   * Open Cursor for dynamical SELECT                                       
    002210             OPEN CURSOR WITH HOLD G_CURSOR FOR                             
    002220             SELECT * FROM (G_S_OLTPSOURCE-EXTRACTOR)                       
    002230                    WHERE (L_T_DYNAMIC_SELECT).                             
    002240           ENDIF.                                                           
    002250   * Fetch first data package                                               
    >           FETCH NEXT CURSOR G_CURSOR                                       
    002270                        APPENDING CORRESPONDING FIELDS OF TABLE E_T_DATA    
    002280                        PACKAGE SIZE G_S_INTERFACE-MAXSIZE.                 
    002290           IF SY-SUBRC <> 0.                                                
    002300             RAISE NO_MORE_DATA.                                            
    002310           ENDIF.                                                           
    002320           G_COUNTER_DATAPAKID = G_COUNTER_DATAPAKID + 1.                   
    002330         WHEN 'D'.                                                          
    002340           PERFORM FETCH_GEN_DELTA IN PROGRAM (L_GEN_PROGID)                
    002350                           TABLES E_T_DATA                                  
    002360                                  L_T_DYNAMIC_SELECT                        
    002370                                  G_T_FIELDS                                
    002380                           USING  G_S_INTERFACE-MAXSIZE                     
    002390                           CHANGING L_FLG_NO_MORE_DATA.                     
    002400           IF L_FLG_NO_MORE_DATA = 'X'.                                     
    002410             IF NOT L_T_BDCPS[] IS INITIAL.                                 
    002420               L_T_BDCPS-PROCESS = SBIWA_C_FLAG_ON.                         
    002430               MODIFY L_T_BDCPS                                             
    002440                    TRANSPORTING PROCESS WHERE PROCESS = SBIWA_C_FLAG_OFF.

    Hello,
    This thread is answered. Was it the table space or something else?
    We may have a similar issue as recently posted in thread:
    "Short dump in SAP R/3: SQL statement buffer overflow?"
    Best regards
    Thomas

  • RSA3 returns dump

    Hi,
    I have a FM which seems to be correct because it compiles fine and returns the rows I want. But if I chech this one in the RSA3 transaction I get the error:
    When calling the function module "MYZFM", one of the parameters
    needed according to the interface description was not specified.
    This parameter was "E_T_DATA".
    Can anybody tell me which is the reason of this error?
    And, what happens whether I use variable in the FM Import Tab? How do I pass the values for these variable when running RSA3?
    Thanks in advance for your help.
    Regards.

    Hi David,
    I suggest you use RSAX_BIW_GET_DATA_SIMPLE as the sample FM to restructure your FM and it will then have all the necassary parameters.
    Below are necessary parameters required to include in FM:
    Please search over SDN to use the same FM for generic datasources. You will get better idea.
    Thanks
    Amit

  • Dump run time error "dbif_rsql_sql_error"

    Hi guru's,
    I have a genric data source with function module which feeds data to a genric ods in bw.
    But at time of data upload i see quality status in manage of ods green saying (0 of 0 records extracted) but it asks me to check dump in st22 which is as follows
    Runtime Errors     DBIF_RSQL_SQL_ERROR
    Exception     CX_SY_OPEN_SQL_DB
           Occurred on     21.11.2006 at 23:57:48     
    An SQL error occurred when accessing a table.
    What happened?
    What can you do?
    Make a note of the actions and input which caused the error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "ZL3_BW_SALES_ORDER_ITEM" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "ZL3_BW_SALES_ORDER_ITEM"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Database error text........: "ORA-01555: snapshot too old: rollback segment
    number 222 with name "_SYSSMU222$" too small"
    Internal call code.........: "[RSQL/FTCH/VBAP ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC     
    "SAPLZL3_BW_VARIANT" or "LZL3_BW_VARIANTU03"
    "ZL3_BW_SALES_ORDER_ITEM"     
    If you cannot solve the problem yourself, please send the     
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "wieap053"
    Network address.......... "10.50.197.53"
    Operating system......... "HP-UX"
    Release.................. "B.11.23"
    Hardware type............ "ia64"
    Character length......... 8 Bits
    Pointer length........... 64 Bits
    Work process number...... 1
    Short dump setting....... "full"
    Database server.......... "wieap007"
    Database type............ "ORACLE"
    Database name............ "P00"
    Database owner........... "SAPR3"
    Character set............ "en_US.iso88591"
    SAP kernel............... "640"
    Created on............... "May 21 2006 20:37:10"
    Created in............... "HP-UX B.11.23 U ia64"
    Database version......... "OCI_920 "
    Patch level.............. "129"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
    10.2.0.."
    SAP database version..... "640"
    Operating system......... "HP-UX B.11"
    User, transaction...
    Client.............. 001
    User................ "RFC_P92"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLZL3_BW_VARIANT"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLZL3_BW_VARIANT" in
    "ZL3_BW_SALES_ORDER_ITEM".
    The main program was "SBIE0001 ".
    The termination occurred in line 240 of the source code of the (Include)
    program "LZL3_BW_VARIANTU03"
    of the source code of program "LZL3_BW_VARIANTU03" (when calling the editor
    2400).
    The program "SAPLZL3_BW_VARIANT" was started as a background job.
    Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in
    the
    procedure "ZL3_BW_SALES_ORDER_ITEM" "(FUNCTION)" but was not handled locally,
    not declared in the
    RAISING clause of the procedure.
    The procedure is in the program "SAPLZL3_BW_VARIANT ". Its source code starts
    in line 5
    of the (Include) program "LZL3_BW_VARIANT$03 ".
    Source code extract
    002100                  a~werks
    002110                  c~edatu
    002120                  a~aedat
    002130                  a~erdat
    002140           FROM  ( vbap AS a
    002150                   INNER JOIN vbak AS b
    002160                     ON  a~vbeln = b~vbeln
    002170                     AND b~vbtyp = 'W'                      "C0006-R2
    002180                   INNER JOIN vbep AS c
    002190                     ON  a~vbeln = c~vbeln
    002200                     AND a~posnr = c~posnr
    002210                     AND c~etenr = '1' )
    002220           WHERE  a~vbeln IN
    002230                ( SELECT objectid
    002240                  FROM   cdhdr
    002250                  WHERE  objectclas = 'VERKBELEG'
    002260     *               AND    tcode      = 'VA02'
    002270                  AND    udate     IN l_r_aedat )
    002280           OR     a~erdat IN l_r_aedat.
    002290
    002300         ENDIF.                          "Full or Delta ?
    002310       ENDIF.                             "First data package ?
    002320
    002330     * Fetch records into e_t_data
    002340
    002350         FETCH NEXT CURSOR s_cursor
    002360                    INTO CORRESPONDING FIELDS
    002370                    OF TABLE l_t_data
    002380                    PACKAGE SIZE s_s_if-maxsize.
    002390
         >       IF sy-subrc <> 0.
    00241     0
    002420         CLOSE CURSOR s_cursor.
    002430
    002440     ** Do not insert the upload date in the timestamp table when testing on
    002450     ** the R/3 system
    002460     *      IF  SY-TCODE <> 'RSA3'
    002470     *      AND SY-TCODE <> 'RSO2'
    002480     *      AND SY-TCODE <> 'SE37'
    002490     *      AND I_READ_ONLY IS INITIAL.
    002500     *
    002510     *        ls_zl3_bw_timest-upload_date = sy-datum.
    002520     *        ls_zl3_bw_timest-oltpsource  = s_s_if-dsource.
    002530     *
    002540     *        INSERT INTO zl3_bw_timest VALUES ls_zl3_bw_timest.
    002550     *
    002560     *      ENDIF.
    002570
    002580         RAISE no_more_data.
    002590       ENDIF.
    Contents of system fields
    SY field          contents.....................          SY field          contents.....................
    SY-SUBRC          0          SY-INDEX          1     
    SY-TABIX      1     SY-DBCNT      1
    SY-FDPOS      0     SY-LSIND      0
    SY-PAGNO      0     SY-LINNO      1
    SY-COLNO      1     SY-PFKEY     
    SY-UCOMM     
    SY-TITLE      Data extraction using SUBMIT_JOB as batch process
    SY-MSGTY      E     SY-MSGID      BM
    SY-MSGNO      026     SY-MSGV1     
    SY-MSGV2          SY-MSGV3     
    SY-MSGV4     
    Active calls / events
    No.... Type........ Name..........................
           Program
           Include                                  Line
           Class
         9 FUNCTION     ZL3_BW_SALES_ORDER_ITEM     
           SAPLZL3_BW_VARIANT
           LZL3_BW_VARIANTU03                         240
         8 FUNCTION     RSA3_GET_DATA_SIMPLE
           SAPLRSA3
           LRSA3U06                                    74
         7 FORM         EXTRACTOR_FETCH
           %_T002T1
           ???                                          0
         6 FORM         EXTRACT_EAPI_INTO_QUEUE
           %_T002T1
           ???                                          0
         5 FUNCTION     RSC1_DELTA_BIW_GET
           SAPLRSC1
           LRSC1U03                                   390
         4 FORM         DATA_TRANSFER
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7                128
         3 FUNCTION     RSAP_DATA_TRANSFER
           SAPLRSAP
           LRSAPU06                                   137
         2 FUNCTION     RSAP_PERFORM_EXTRACTION
           SAPLRSAP
           LRSAPU19                                   135
         1 EVENT        START-OF-SELECTION
           SBIE0001
           SBIE0001                                    60
    Chosen variables
         9 FUNCTION     ZL3_BW_SALES_ORDER_ITEM
           SAPLZL3_BW_VARIANT
           LZL3_BW_VARIANTU03                         240
    I_DSOURCE          ZL3_BW_SALES_ORDER_ITEM     
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    I_INITFLAG          
                                   2
                                   0
    I_MAXSIZE          050000
                                   333333
                                   050000
    I_READ_ONLY          
                                   2
                                   0
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    E_T_DATA[]          Table IT_1937[0x103]
    I_T_FIELDS[]          Table IT_1917[13x30]
    I_T_SELECT[]          Table IT_1916[1x123]
    <%_TABLE_CDHDR>          ???
    %_DUMMY$$          
                                   2222
                                   0000
    SY-REPID          SAPLZL3_BW_VARIANT
                                   5454543545554544452222222222222222222222
                                   310CAC3F27F61291E40000000000000000000000
    SYST-REPID          SAPLZL3_BW_VARIANT
                                   5454543545554544452222222222222222222222
                                   310CAC3F27F61291E40000000000000000000000
    <%_TABLE_ZL3_VARIANT_CONF>          ???
    L_R_AEDAT[]          Table IT_1938[1x19]
    %_SPACE          
                                   2
                                   0
    S_S_IF-MAXSIZE          050000
                                   333333
                                   050000
    S_CURSOR          20
                                   0001
                                   0004
    L_T_DATA[]          Table IT_1939[0x111]
    SY-SUBRC          0
                                   0000
                                   0000
    SY-UZEIT          220930
                                   333333
                                   220930
    L_T_DATA                    00000000000000              ##
                                   2222222222333333333333332222222222222200
                                   0000000000000000000000000000000000000000
    ... +           40          ######
                                   0000002222222222222222222222222222222222
                                   00000C0000000000000000000000000000000000
    ... +           80                 000000000000000000000000
                                   2222222333333333333333333333333
                                   0000000000000000000000000000000
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
    L_T_DATA-AEDAT          00000000
                                   33333333
                                   00000000
         8 FUNCTION     RSA3_GET_DATA_SIMPLE
           SAPLRSA3
           LRSA3U06                                    74
    I_CHABASNM               
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_DATAPAKID          000000
                                   333333
                                   000000
    I_INITFLAG          
                                   2
                                   0
    I_ISOURCE          
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_MAXSIZE          000000
                                   333333
                                   000000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    I_RLOGSYS          
                                   2222222222
                                   0000000000
    I_UPDMODE          
                                   22
                                   00
    E_T_DATA[]          Table IT_1937[0x103]
    I_T_FIELDS[]          Table[initial]
    I_T_SELECT[]          Table[initial]
    SY          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    S_S_IF_SIMPLE-T_FIELDS          Table IT_1917[13x30]
    S_S_IF_SIMPLE-T_SELECT          Table IT_1916[1x123]
    G_T_FIELDS          Table[initial]
    %_DUMMY$$          
                                   2222
                                   0000
    G_S_RODCHABAS          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   22222222222222
                                   00000000000000
    SY-REPID          SAPLRSA3
                                   5454554322222222222222222222222222222222
                                   310C231300000000000000000000000000000000
    RSAL_S_LOGPARMS-MSGV2          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    G_T_LANGU          Table[initial]
    E_T_DATA                    00000000000000              ##
                                   2222222222333333333333332222222222222200
                                   0000000000000000000000000000000000000000
    ... +           40          ######
                                   0000002222222222222222222222222222222222
                                   00000C0000000000000000000000000000000000
    ... +           80                 0000000000000000
                                   22222223333333333333333
                                   00000000000000000000000
    S_S_IF_SIMPLE-INITFLAG          
                                   2
                                   0
    S_FNAME          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    S_S_IF_SIMPLE-DSOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    SY-XFORM          CONVERSION_EXIT
                                   444545544454545222222222222222
                                   3FE65239FEF5894000000000000000
    SY-XPROG          SAPCNVE
                                   5454454222222222222222222222222222222222
                                   3103E65000000000000000000000000000000000
    S_S_IF_SIMPLE-MAXSIZE          050000
                                   333333
                                   050000
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
    S_S_IF_SIMPLE-REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
    G_S_INTERFACE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                    000000   000000
                                   2222222222333333222333333
                                   0000000000000000000000000
    SYST-REPID          SAPLRSA3
                                   5454554322222222222222222222222222222222
                                   310C231300000000000000000000000000000000
         7 FORM         EXTRACTOR_FETCH
           %_T002T1
           ???                                          0
    SYST-REPID          %_T002T1     
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
    E_T_DATA          Table IT_1937[0x103]
    SY-SUBRC          0
                                   0000
                                   0000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    SY-MSGV2          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    SY-MSGNO          026
                                   333
                                   026
    %_DUMMY$$          
                                   2222
                                   0000
    SY-REPID          %_T002T1
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
         6 FORM         EXTRACT_EAPI_INTO_QUEUE
           %_T002T1
           ???                                          0
    G_TABIX          1     
                                   0000
                                   0001
    SY          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    L_T_DATA          Table IT_1937[0x103]
    C_SUBRC          0
                                   0000
                                   0000
    I_OSOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
         5 FUNCTION     RSC1_DELTA_BIW_GET
           SAPLRSC1
           LRSC1U03                                   390
    I_CHABASNM               
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_DATAPAKID          000000
                                   333333
                                   000000
    I_INITFLAG          
                                   2
                                   0
    I_ISOURCE          
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    I_MAXSIZE          000000
                                   333333
                                   000000
    I_PRIVATE_MODE          
                                   2222
                                   0000
    I_READ_ONLY          
                                   2
                                   0
    I_REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    I_RLOGSYS          
                                   2222222222
                                   0000000000
    I_UPDMODE          
                                   22
                                   00
    E_T_DATA[]          Table IT_1926[0x103]
    I_T_FIELDS[]          Table[initial]
    I_T_SELECT[]          Table[initial]
    SBIWA_C_FLAG_OFF          
                                   2
                                   0
    L_PROGNAME          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    L_FUNCTION          /BIC/QIZL3_BW_SALES_ORD__10001
                                   244425454354555444554545533333
                                   F293F19AC3F27F31C53FF24FF10001
    L_T_QRFCRCV          Table IT_1936[1x56]
    L_SUBRC          0
                                   0000
                                   0000
    S_READ_ONLY          
                                   2
                                   0
    L_DELTA_TYPE          E
                                   4222
                                   5000
    RSAOT_C_DELTA-OWN          E
                                   4222
                                   5000
    SYST-REPID          SAPLRSC1
                                   5454554322222222222222222222222222222222
                                   310C233100000000000000000000000000000000
    RSAOT_C_DELTA-ALE          A
                                   4222
                                   1000
    L_NO_MORE_DATA          
                                   2
                                   0
    L_UPDMODE          D
                                   42
                                   40
    SBIWA_C_UPDMODE_DELTA          D
                                   42
                                   40
    RSAL_SAVE_SUBRC          0
                                   0000
                                   0000
    L_POOLNAME          %_T002T1
                                   2553335322222222222222222222222222222222
                                   5F40024100000000000000000000000000000000
    S_S_ROIS-ISOURCE          ZL3_BW_SALES_ORDER_ITEM
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    G_FLAG_INTERFACE_INITIALIZED          X
                                   5
                                   8
    <%_TABLE_ROOSPRMSC>          ???
    %_SPACE          
                                   2
                                   0
    SYST          ########################################
                                   0000000000000000000000000000000000000000
                                   000100000001000100000000000A000000000000
    ... +           40          ###############A#######P################
                                   0000000000000004000000050000000000000001
                                   0001000000010001000100000000000000000003
    ... +           80          ###################g####################
                                   0000000000000000000600000000000000000000
                                   0000000000000000000700000000000000000000
    ... +          120          #######################################T
                                   0000000000000000000000000000000000010005
                                   0000000000000000000000000000000000060004
    ... +          160          ################ u#############   E0X X1
                                   0000000000000001270000000000000222435253
                                   00000000000000E0050020000C0000C000508081
    ... +          200          000         ####__S                 001
                                   3332222222220000555222222222222222223332
                                   0000000000000000FF3000000000000000000010
    ... +          240               80
                                   222223322222222
                                   000008000000000
    SBIW_C_TRUE          X
                                   5
                                   8
    SY-REPID          SAPLRSC1
                                   5454554322222222222222222222222222222222
                                   310C233100000000000000000000000000000000
    QS_NOSENDS          NOSENDS
                                   44544452
                                   EF35E430
         4 FORM         DATA_TRANSFER
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
           GP3Z7WZZ1QZLIWHNBB8PBL5TTS7                128
    SY-SUBRC          0     
                                   0000
                                   0000
    SY-REPID          GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
                                   4535355535544544443544355532222222222222
                                   703A77AA11AC978E22802C544370000000000000
    SPACE          
                                   2
                                   0
    SYST-REPID          GP3Z7WZZ1QZLIWHNBB8PBL5TTS7
                                   4535355535544544443544355532222222222222
                                   703A77AA11AC978E22802C544370000000000000
    %_DUMMY$$          
                                   2222
                                   0000
    P_S_REQUEST-UPDMODE          D
                                   42
                                   40
    SBIWA_C_UPDMODE_DELTA          D
                                   42
                                   40
    SBIWA_C_UPDMODE_REPEAT          R
                                   52
                                   20
    SRSC_C_UPDMODE_INITSIMU          S
                                   52
                                   30
    SBIWA_C_UPDMODE_DELTAINIT          C
                                   42
                                   30
    %_ARCHIVE          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          200          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          240          
                                   222222222222222
                                   000000000000000
    L_FNAME          RSC1_DELTA_BIW_GET
                                   554354445454455445222222222222
                                   2331F45C41F297F754000000000000
    P_S_REQUEST-REQUNR          REQU_43VWUSBH207E5H8W64KGNKSPN
                                   545553355554433343435334444554
                                   2515F436753282075588764B7EB30E
    RODKYF          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          160          
                                   22222222
                                   00000000
    L_T_ZL3_SALES          Table IT_1926[0x103]
    ROISGEN          ZL3_BW_SALES_ORDER_ITEM       PHD00
                                   5435455544455454455454422222225443322222
                                   AC3F27F31C53FF2452F945D00000000840000000
    ... +           40          PBW82     T                           /B
                                   5453322222522222222222222222222222222224
                                   02782000004000000000000000000000000000F2
    ... +           80          IC/CCPB0000000766           3Z7WZZ1QZLIW
                                   4424454333333333322222222222353555355445
                                   93F33020000000766000000000003A77AA11AC97
    ... +          120          HNBB8PBL5TTS7
                                   4444354435553222222222222222222222222222
                                   8E22802C54437000000000000000000000000000
    ... +          160                                           RFC_P92
                                   2222222222222222222222222222222225445533
                                   000000000000000000000000000000000263F092
    ... +          200               20060322161543            000000000
                                   2222233333333333333222222222222333333333
                                   0000020060322161543000000000000000000000
    ... +          240          00000
                                   33333
                                   00000
    ROIST          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +          120          
                                   2222222222222222222222222222222
                                   0000000000000000000000000000000
    %_PRINT              001SBIE0001_RFC
                                   2222333544433335544222222222222222222222
                                   000000132950001F263000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80                   X8 ###A###PX_PAPER          DRF
                                   2222222225320004000555545452222222222454
                                   000000000880000100008F010520000000000426
    ... +          120          C_P92                             LIST1S
                                   4553322222222222222222222222222222445535
                                   3F09200000000000000000000000000000C93413
    ... +          160          TEXT        1 5D              2 ###Y
                                   545522222222323422222222222222320015
                                   4584000000001054000000000000002000E9
         3 FUNCTION     RSAP_DATA_TRANSFER
           SAPLRSAP
           LRSAPU06                                   137
    I_ISOURCE          ZL3_BW_SALES_ORDER_ITEM     
                                   543545554445545445545442222222
                                   AC3F27F31C53FF2452F945D0000000
    I_S_REQUEST          REQU_43VWUSBH207E5H8W64KGNKSPNDZL3_BW_SA
                                   5455533555544333434353344445544543545554
                                   2515F436753282075588764B7EB30E4AC3F27F31
    ... +           40          LES_ORDER_ITEM       20061121210928RFC_B
                                   4455454455454422222223333333333333354454
                                   C53FF2452F945D000000020061121210928263F2
    ... +           80          W      PHD00     PBW82     000000D T  X
                                   5222222544332222254533222223333334252252
                                   7000000084000000002782000000000004040080
    ... +          120          X
                                   5
                                   8
    I_T_SELECT          Table IT_57[0x123]
    RODIOBJCMP                                        0000
                                   2222222222222222222222222222223333222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           80          
                                   22222222222222
                                   00000000000000
    L_S_LOGPARMS-MSGV3          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222
                                   0000000000
    RODCHA          
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           40          
                                   2222222222222222222222222

    Tell your basis guys
    "ORA-01555: snapshot too old: rollback segment"
    ie the job took too long for the current settings you have for rollbacks
    They will adjust the settings

  • Memory overflow in RSA3 but not in FM on which datasource created

    Hi
    I am getting the short dump in the generic datasource extraction ( To extract CDPOS and CDHDR data) which is based on a FM. when i directly execute the FM its not giving any dump and giving me correct data, but when execute through RSA3, it gives following error. Please help me how can i correct this ?
    STORAGE_PARAMETERS_WRONG_SET and TSV_TNEW_PAGE_ALLOC_FAILED errors
    Below is the code, highlited is the code which is giving problem.
    Declaration
          OPEN CURSOR WITH HOLD S_CURSOR FOR
          SELECT MANDANT OBJECTCLAS OBJECTID CHANGENR USERNAME UDATE FROM CDHDR
                 WHERE OBJECTCLAS EQ 'EINKBELEG'
                   AND OBJECTID IN L_R_OBJECTID
                   AND UDATE    IN L_R_UDATE.
        FETCH NEXT CURSOR S_CURSOR
               APPENDING CORRESPONDING FIELDS
               OF TABLE IT_CDHDR
               PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR S_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
        S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
      ENDIF.
    **************HERE IS SYSTEM GIVING DUMP
       SELECT * FROM CDPOS INTO TABLE IT_CDPOS
      FOR ALL ENTRIES IN IT_CDHDR
      WHERE OBJECTCLAS EQ IT_CDHDR-OBJECTCLAS
        AND OBJECTID EQ IT_CDHDR-OBJECTID
        AND CHANGENR EQ IT_CDHDR-CHANGENR
        AND TABNAME EQ 'EKKO'
        AND FNAME   EQ 'FRGZU'.
    **************HERE IS SYSTEM GIVING DUMP
    Further Processing
      LOOP AT IT_CDPOS INTO WA_CDPOS.
        READ TABLE IT_CDHDR INTO WA_CDHDR
         WITH KEY OBJECTCLAS = WA_CDPOS-OBJECTCLAS
                  CHANGENR = WA_CDPOS-CHANGENR
                  OBJECTID = WA_CDPOS-OBJECTID.
        WA_DATAPACKAGE-MANDANT = WA_CDPOS-MANDANT.
        WA_DATAPACKAGE-OBJECTCLAS = WA_CDPOS-OBJECTCLAS.
        WA_DATAPACKAGE-OBJECTID = WA_CDPOS-OBJECTID.
        WA_DATAPACKAGE-CHANGENR = WA_CDPOS-CHANGENR.
        WA_DATAPACKAGE-VALUE_NEW = WA_CDPOS-VALUE_NEW.
        WA_DATAPACKAGE-VALUE_OLD = WA_CDPOS-VALUE_OLD.
        WA_DATAPACKAGE-USERNAME = WA_CDHDR-USERNAME.
        WA_DATAPACKAGE-UDATE    = WA_CDHDR-UDATE.
        APPEND WA_DATAPACKAGE TO E_T_DATA.
        CLEAR: WA_DATAPACKAGE,WA_CDHDR,WA_CDPOS.
      ENDLOOP.
    ENDFUNCTION.
    Edited by: Tripple k on Oct 21, 2010 6:07 PM

    Hi Rahul
    I restricted to 1 data call and 1 record per call in RSA3, still i am getting the same problem.
    Regards
    Kamal
    > Hi,
    >
    > When your execute through RSA3, there is a limit to the number of records that can be held in the memory while extraction. So it may go for these dumps. You may restrict the number of records by changing Data Records / Calls & Display Extr. Calls while running RSA3.

Maybe you are looking for

  • Custom Email Alert Template Issue - Users not getting customized emails

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I have renamed the cust

  • Black background in  itunes 11.0.2

    up graded itunes to 11.o.2  on mt imac .  when i opened itunes the background is black and the letters are white . i also upgraded my macbook that didn't happen . how do i put the imac back to normal ?

  • Can't create an instance

    I got the below error on Solaris 10. Do you have any ideas? # ./dsadm create /users/lab/dsee/dsins1 ld.so.1: dsadm: fatal: libsasl.so: version `SUNWprivate1.1' not found (required by file /users/lab/dsee/ds6/bin/../../dsee6/private/lib/libldap60.so)

  • I restored my iPod and now all my music isn't syncing

    I restored my iPod because it had a button on the screen that wouldn't go away. Before I restored it, I backed it up on iTunes. Then I hit restore from backup and all my apps got put back on my iPod but only about 100 out of 400 songs were synced ont

  • I accidently deleted my settings app on my iphone how do I get it back?

    My settings button was deleted & I kinda need that. My phone was backed up after it was deleted so is there another way I can ge the app without restoring phone to factory settings? Thanks