RSA3 Error

Hi All,
There are CRM datasources which are giving error in RSA3 - "Error during extraction".
These datasources are working fine in Development.
We have reactivated and retransported these datasources to Production but still the issue remains.
Please let me know how to solve this.
Regards,
Vaishnavi S

Hi Vaishnavi,
There are cases where it used to fail in RSA3 extraction, but will work fine when you run the Load (Infopackage) from BW Side.
There are 2 ways you can nail this down.
1. Run the Infopackage in BI side and see wat is the error message you are getting.
2. Try to goto the Debug mode, and find out where exactly it is failing
3. Check whether you have any customer enhancement (CMOD) is done and any issues in Syntax
Let me know if any of the above ways you are able to succeed.
Regards,
Chathia.

Similar Messages

  • RSA3 Error Message

    Hi Experts,
    When I am running RSA3 for a Datasource, I am getting this Message. Kindly tell me how to rectify it.
    Short text
        Error when attempting to IMPORT object "MC05Q00NTF_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 importing the object "MC05Q00NTF_TAB", the component 55 in the dataset
        had a different length from the corresponding component of the
        target object in the program "SAPLMCEX".
        The length is 10 in the dataset, but 8 in the program.
    Thanks in advance,
    With kind regards,
    Kannan Jagadeesan

    Hello Kannan,
    Seems like the Include to which you have made changes is not in proper state.
    Check if the same is working in development or not. And check for the transport logs if it has return code 0.
    If all is fine then try to activate the structures once again. Activate the datasource.
    Delete the stup tables and load it again. And Then try in RSA3.
    Looks like the structural changes are not imported or activated correctly.
    Regards
    Pratap Sone
    Edited by: Pratap Sone on Sep 21, 2009 7:43 AM

  • RSA3: error occured during extraction hierarchy

    Hi,
    I have created 2 sets using tcode cxsa, ZAAA and ZBBB. Table that used for this set is FIMC and the field is RBUNIT. After that, i create generic hierarchy datasource using tcode BW07, enter the table name and field,then execute (custom data source with name 'ZFIECCS_HIER_CONS_UNIT' created). I don't use option 'Hierarchies of Sets with Compounding' here.
    After that i try to use tcode RSA3, enter the datasource = ZFIECCS_HIER_CONS_UNIT, enter HIENAME = ZAAA or ZBBB but i get message error 'Error occured during extraction'.
    I try to debug this extractor and find error happen in FM GSBH_HIERARCHY_TRANSFER_SETS,  this happen because i_s_hiebas-hclass <> i_s_hiersel-hclass.
    Then i try to execute program RSA1HCAT using tcode SE38. I enter my datasource and execute. I found that ZAAA and ZBBB not in list of hierarchy that can be accessed.
    Anyone can help my problem?
    Regards,
    Satria Budiman

    Hi,
    Go to RSA6 and see if data source is using the correct version or not.you can select the data source and click on chek option on the top and see if its any error.
    If it is dump then there is no other option but to retransport it again.
    try to see if the extract struture used by this data source is active or not??
    See if you are getting the error in the test systems also or not.
    Issue could be with the reallignment also where a controlling master data is changed.
    Thanks
    Ajeet

  • Activating 0FI_AP_50 - RSA3 "Errors occurred during the extraction" Message no. RJ012

    Hi-
    I am trying to activate Data Source 0FI_AP_50, however, I noticed on the BW side when I tried to pull in data nothing would come back.  I stated tracing backwards and looked at Extraction via RSA3 in source system.  At that time I received the error: "Errors occurred during the extraction" Message no. RJ012.  The data source is active and data is available in the corresponding tables.
    Any suggestions?
    Thanks,
    Mark

    Hi Mark,
    Unfortunately I do not have SAP_ALL in my system for me. But as far as I remember you should follow below path:
    Goto Tcode SFW5:
    Expand second node - scroll down and choose ENTERPRISE_BUSINESS_FUNCTIONS - FIN_REP_SIMPL_1 - Reporting Financials - check it and Activate changes
    Then you might have to relogin again.
    One more important thing: try this in Development System only first. Also really important to contact your FI team for impact analysis.
    As far as I know these business functions are not possible to revert back
    Thanks
    Amit

  • RSA3 errors after BW 3.5 upgrade

    Dear All,
      I would like to get your comments on this and hoping to solve this issue...
      The scenario, ALL data loading works in BW 3.1 for all datamarts as infosource.. After upgrading to BW3.5, RSA3 produces an error using the said infosources (datamarts)...
      Sample error in RSA3 using a datamart infosource: Errors occured during the extraction..
      Has anyone encountered this scenario before?
      Thanks to all...
    - Arnold -

    Hi..
    Thanks again...
    During loading, the error is: SQL Error: 600
    Further analysis:
    The error occurred in Extractor .
    But for RSA3, the error for the said object: extraction error...
    Note: A re-activation has also been done for the said objects (transfer structure)

  • FM ABAP coding error

    i created GENERIC datasource  and i am trying to fill the values in that datasource using Fm.
    Within my FM i want to call FM- CRM_ORDER_READ to get the values.
    now when u execute CRM_ORDER_READ, i want the data from segments
    ET_ORDERADM_H : GUID
    ET_ORDERADM_H :  OBJECT ID
    & ET_ORDERADM_I : HEADER
    ET_ORDERADM_I :  ITM_TYPE
    now, when HEADER = guid extract ALL ITEM TYPES
    extract data for all guids.  (guid is something like order number which is key in between different segments.)
    my code below gives NO-Error and short dumps at execution in RSA3-
    ERROR IS : FM- CRM_ORDER_READ is called with ITM-TYPE. ITM_TYPE is not defined.
    can somebody suggest corrections:
    CASE I_DSOURCE.
    WHEN 'ZCRM_COMP_TEST_D2'.
    WHEN OTHERS.
    IF 1 = 2. MESSAGE E009(R3). ENDIF.
    LOG_WRITE 'E' "message type
    'R3' "message class
    '009' "message number
    I_DSOURCE "message variable 1
    ' '. "message variable 2
    RAISE ERROR_PASSED_TO_MESS_HANDLER.
    ENDCASE.
    APPEND LINES OF I_T_SELECT TO S_S_IF-T_SELECT.
    S_S_IF-REQUNR = I_REQUNR.
    S_S_IF-DSOURCE = I_DSOURCE.
    S_S_IF-MAXSIZE = I_MAXSIZE.
    ELSE. "Initialization mode or data extraction ?
    loop at s_s_if-t_select into l_s_select
    where fieldnm = 'ITM_TYPE'.
    move-corresponding l_s_select to L_R_ITM_TYPE.
    append L_R_ITM_TYPE.
    endloop.
      OPEN CURSOR WITH HOLD S_CURSOR FOR
         SELECT *  FROM CRMD_ORDERADM_H
            WHERE PROCESS_TYPE  EQ 'STT1'.
       ENDIF. "  this endif is for the IF S_COUNTER_DATAPAKID = 0.
               " this will ensure the base records are selected from header with a pariticular doc type for the
               " for the cursor
    FETCH NEXT CURSOR S_CURSOR
    APPENDING CORRESPONDING FIELDS
    OF TABLE E_T_DATA
    PACKAGE SIZE S_S_IF-MAXSIZE.
    IF SY-SUBRC EQ 0.
    Here select the guid of the header table which can be used in the FM
    DATA : LT_HEADER      TYPE            CRMT_OBJECT_GUID_TAB     .
           SELECT GUID FROM CRMD_ORDERADM_H
           INTO  TABLE LT_HEADER
                    WHERE PROCESS_TYPE  EQ 'STT1'.
       "CAll the FM here
           CALL FUNCTION 'CRM_ORDER_READ'
           EXPORTING
             IT_HEADER_GUID = LT_HEADER
           IMPORTING 
                                 ITM_TYPE = CRMD_ORDERADM_I-ITM_TYPE.
         " MOdify e_t_data .... transporting your fields from FM
       ENDIF .
       IF SY-SUBRC <> 0.     
    CLOSE CURSOR S_CURSOR.
    RAISE NO_MORE_DATA.
    ENDIF.
    S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
    ENDIF. "Initialization mode or data extraction ?
    ENDIF.
    ENDFUNCTION.
    any inputs??

    so i modified the code , it is bringing values for GUID & Object id (Order Numbers) but the field for ITEM_TYPE is always empty.
    what modification needs to be done in code so that it item_type is populated.
    (the logic is something like when GUID of   et_orderadm_h = Header of   et_orderadm_i, bring in all ITEM TYPES)
    so data in   et_orderadm_h is
    GUID--OBJECT ID
    111.......101
    112.......102
    and data in   et_orderadm_i is :
    GUID--Header guid.........item types
    911.......111........................ORD1
    912.......111........................ORD2
    913.......111........................ORD3
    914.......112........................ORD4
    915.......112........................ORD5
    916.......112........................ORD6..............
    IF S_COUNTER_DATAPAKID = 0.
           loop at s_s_if-t_select into l_s_select
             where fieldnm = 'ITM_TYPE'.
             move-corresponding l_s_select to L_R_ITM_TYPE.
             append L_R_ITM_TYPE.
             endloop.
            OPEN CURSOR WITH HOLD S_CURSOR FOR
            SELECT *  FROM CRMD_ORDERADM_H
            WHERE PROCESS_TYPE EQ 'ZSRV'.
    FETCH NEXT CURSOR S_CURSOR
    APPENDING CORRESPONDING FIELDS
    OF TABLE E_T_DATA
    PACKAGE SIZE S_S_IF-MAXSIZE.
    IF SY-SUBRC EQ 0.
    DATA : LT_HEADER TYPE CRMT_OBJECT_GUID_TAB .
           SELECT GUID FROM CRMD_ORDERADM_H
           INTO  TABLE LT_HEADER
             WHERE PROCESS_TYPE EQ 'ZSRV'.
       "CAll the FM here
           CALL FUNCTION 'CRM_ORDER_READ'
            EXPORTING
              it_header_guid = lt_header_guid
              it_requested_objects = lt_request_objs
              IMPORTING
                et_orderadm_h = lt_orderadm_h
                et_orderadm_i = lt_orderadm_i
                et_status = lt_status.
          ENDIF .
            IF SY-SUBRC <> 0.
              CLOSE CURSOR S_CURSOR.
              RAISE NO_MORE_DATA.
              ENDIF.
    S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
    ENDIF...
    any inputs???????

  • BUDAT error in the D.S Z_STOCK_TRANSIT_DATE (urjent)

    Hi All,
          I am getting one error when i am checking the dat source Z_STOCK_TRANSIT_DATE in rsa3(error : BUDAT Paramater is mandatory).One of my onsite member have checked this one and he told me that
    he tested the "Stock in Transit" implementation in BI QAS and ERP QAS using the BUDAT 8.3.2006. The BUDAT is the mandatory parameter in the infopackage Z_STOCK_TRANSIT_DATE. I received no error message when executing this infopackage however no records where selected in the ERP.
    But he is sure that there are 53 records in ERP QAS for the BUDAT 8.3.2006 because I checked this using transaction RSA3.
    I have to analyze why these 53 records are shown in transaction RSA3 (ERP QAS) and are not selected when executing the infopackage Z_STOCK_TRANSIT_DATE (BI QAS).
    Please help me out how to rectify this problem
    Thanks to all

    HI
      I have tried with the correct date.In the monitor screen it is showing green with 0 records.But from onsite team they are to to see the data in erp-qas(53 records).They have checked with the same format in erp&in bw
    Plz help out
    Thanks

  • Error in extracting data

    Hi All,
    I am checking data for a custom defined datasource in RSA3.error is "Please, select ABTEI with just one request"  where ABTEI is field of the datasource .
    what could be the reason?
    regards
    murali.

    Hi mahantesh,
    [email protected]
    but when i give some value in RSA3 for this filed,then i am not getting error.its just showing as "0 records selected".
    regards
    murali.

  • Master data error while loading data

    Dear Masters
    Im getting below error while loading delta update for master data(Attr) through infopackage to only PSA. Im in BI 7.0
    When I checked Error message, Im getting 2 errors. They are
    1) Update mode R is not supported by the extraction API
    2) Error in source system.
    I checked source system is fine. im getting data also in RSA3
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the
    Could you please help me to resolve this issue.

    Process chains might fail if the data source is not in sync between the source and the BW system. In such a case, go to the 'Source Systems' in transaction RSA1, find the datasource, right click and select 'Replicate Datasources'. Once this is done, the transfer structure needs to be activated as well. To do this in production, run the report RS_TRANSTRU_ACTIVATE_ALL with the source system name and the infosource name. This will activate the transfer structure.
    NOTE: For master data using direct upload the infosource name is the name of the info object itself.

  • 0PM_PRM_PLCS_1

    Hi All,
    Have couple of questions on the datasource(0PM_PRM_PLCS_1( Plant Maintenance Planned Costs). ) When i check the extractor in rsa3 i am getting only plan data from today 06.28.2010 to 12.31.2010 ( did maintain tpm_c05 table configuration). If i give yesterday date in the table configuration its giving an error at rsa3 " error occurred during extraction" .
    1. my req. is want to see all  the plan data from Jan.2010 to Dec.2010. Is there anyway to achieve what i want?
    2. I checked help.sap this extraction doesn't support Delta, but in rsa6 it is showing update mode is "D" and delta capable box is checked. Is it delta capable?
    can any one throw some light on this issue.
    thanks

    Hello,
    Regarding the first error you get extractor 0PM_PRM_PLCS_1 had been completely over-hauled. There are 2 notes available to solve this issue: 1243299 and 1285238.  Can you check if you have applied them?
    The extractor does not support delta see the online documentation at http://help.sap.com/search/highlightContent.jsp (do a search for 0PM_PRM_PLCS_1 at this link).
    Best Regards,
    Des

  • DBIF_RSQL_INVALID_CURSOR : Error extracting records in RSA3 for 2LIS_02_ITM

    Hi
    I'm extracting the data in R/3 system using tcode RSA3 for transaction datasource (2LIS_02_ITM). When i extracted the transaction data , it was giving time out error. Then i went into debug mode to find the error. While debugging the code it gave me a DBIF_RSQL_INVALID_CURSOR short dump.
    NOTE : Data extraction is working for all 02 transaction data like 2LIS_02_SCL , 2LIS_02_S012. It s failing for only 2LIS_02_ITM only.
    I have pasted the eror message below for reference. Urgent help required.
    From
    Bobby
    ERROR MESSAGE DUMP for DBIF_RSQL_INVALID_CURSOR
    Runtime Errors         DBIF_RSQL_INVALID_CURSOR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          09.04.2008 12:47:09
    Short text
    Invalid interruption of a database selection.
    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.
    Unable to perform database selection fully.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', 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:
    One of the database selections included a database Commit.
    The selection was then supposed to continue. Before a
    database commit, however, all outstanding database selections
    must be concluded.
    Possible causes in the application program:
    While a read process from a database cursor is taking place
    (within a loop SELECT/LOOP/EXEC SQL or before a FETCH command),
    one of the following statements is used:
    - MESSAGE (apart from MESSAGE S...)
    - COMMIT WORK
    - ROLLBACK WORK
    - BREAK-POINT
    - WAIT
    - CALL FUNCTION ... DESTINATION (synchronous RFC)
    - CALL FUNCTION ... STARTING NEW TASK
    - RECEIVE RESULTS
    - CALL DIALOG
    - CALL SELECTION-SCREEN
    - CALL TRANSACTION
    - CALL SCREEN, or any other statement that results in the display of a
    new screen
    Whenever a program runs in debugging mode, a "COMMIT WORK" can
    possibly be triggered during database selection. This abnormal
    termination can also occur in debugging mode even with a correct
    program.
    A "COMMIT WORK" during debugging may be due to the following reasons:
    1. A program or screen was regenerated during debugging
    and updated in the database.
    2. Each user needs a separate process in debugging mode, but
    the number of available processes is restricted. If this
    limit is exceeded, each debugging step then requires a
    "COMMIT WORK".
    The error occurs in a statement in which the table "MC02M_0ITMSETUP " is
    accessed.
    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                                     220
    Module type                             (FUNCTION)
    Module Name                             MCEX_BW_LO_API
    Source Code Extract
    Line
    SourceCde
    190
    at end of fieldnm.                   "PI 2000.2 SP_353722
    191
    if not <fs_field> in cond_select_tab.
    192
    cond_select = false.
    193
    refresh cond_select_tab.         "PI 2000.2 SP_353722
    194
    exit.
    195
    endif.
    196
    refresh cond_select_tab.             "PI 2000.2 SP_353722
    197
    endat.                               "PI 2000.2 SP_353722
    198
    endloop.
    199
    if cond_select eq true.
    200
    append &2 to e_t_data.
    201
    add 1 to counter.
    202
    endif.
    203
    endloop.
    204
    if s_maximum_size le counter.
    205
    exit.
    206
    endif.
    207
    else.
    208
    close cursor g_cursor.
    209
    s_flg_no_more_data = true.
    210
    exit.
    211
    endif.
    212
    enddo.
    213
    END-OF-DEFINITION.
    214
    end macro *****
    215
    216
    CASE s_estruc.
    217
              extractstruc   internal table    setup table
    218
    *-- MM-PUR
    219
    sel 'MC02M_0HDR'   mc02m_0hdr_tab    mc02m_0hdrsetup.
    >>>>>
    sel 'MC02M_0ITM'   mc02m_0itm_tab    mc02m_0itmsetup.
    221
    sel 'MC02M_0SCL'   mc02m_0scl_tab    mc02m_0sclsetup.
    222
    sel 'MC02M_0SGR'   mc02m_0sgr_tab    mc02m_0sgrsetup.
    223
    sel 'MC02M_0SCN'   mc02m_0scn_tab    mc02m_0scnsetup.
    224
    sel 'MC02M_0CGR'   mc02m_0cgr_tab    mc02m_0cgrsetup.
    225
    sel 'MC02M_0ACC'   mc02m_0acc_tab    mc02m_0accsetup.
    226
    *-- Application '03' (Inventory Management)
    227
    sel 'MC03BF0'      mc03bf0_tab       mc03bf0setup.
    228
    sel 'MC03BX0'      mc03bx0_tab       mc03bx0setup.
    229
    sel 'MC03UM0'      mc03um0_tab       mc03um0setup.
    230
    *-- Application '04'
    231
    sel 'MC04P_0MAT'   mc04p_0mat_tab    mc04p_0matsetup.
    232
    sel 'MC04P_0ARB'   mc04p_0arb_tab    mc04p_0arbsetup.
    233
    sel 'MC04P_0COM'   mc04p_0com_tab    mc04p_0comsetup.
    234
    sel 'MC04PE0MAT'   mc04pe0mat_tab    mc04pe0matsetup.
    235
    sel 'MC04PE0ARB'   mc04pe0arb_tab    mc04pe0arbsetup.
    236
    sel 'MC04PE0COM'   mc04pe0com_tab    mc04pe0comsetup.
    237
    *-- Application '05' (Quality Management)
    238
    sel 'MC05Q1_0INSP' mc05q1_0insp_tab  mc05q1_inspsetup.
    239
    sel 'MC05Q2_0INSP' mc05q2_0insp_tab  mc05q2_inspsetup.

    Hi Bobby,
    Did you already find a solution for this 'issue'?
    I encounter the same problem. In my humble opinion this has nothing to do with the difference between structures.
    When loading data in normal modus, there is no problem. When loading in debug, there is an error.
    I also tested with other data sources and the same issue occurs there while nothing has changed.
    If someone knows how to solve this issue, please reply.
    Thanks!
    Kind regards,
    Bart

  • Data source activated in RSA5 but error in RSA3

    Hi,
      I have activated data source 0CRM_OPPT_H in transaction RSA5 in our CRM system and can view this in RSA6. However when I run the extractor checker RSA3, the system generates error ( "Errors occurred during the extraction    Message no. RJ012").
      Upon debugging I found that this is caused by not having entry in table SMOXHEAD_S for this data source.
    Also when I go to transaction BWA1 I am not able to display this data source. Other master data sources that I activated earlier are working fine. Its the transaction data source 0CRM_OPPT_H or 0CRM_OPPT_I that are having issue.
      Please let me know any other steps that I may not be doing after activating the Business content data source in CRM system using transaction RSA5.
      Thanks
    Arunava

    Bhanu,
      Thanks again for your super fast reply. This really solved my issue.
      However for may days I have been trying to understand this BWA transaction ( BWA1 and BWA5) and figured out some fact( Like BWA5 puts the same entry of smxhead table to snmxhead_s table to make the whole thing work, Also we can extend the mapping in the BWA1 to include additional custom object with out the badi coding( is it possible?) .
      But this area still is a mystery and I would like to have a comprehensive article on this adapter layer and BDOC relationship. Is this possible for you to help here.
    I would really really appreciate.
    Thanks
    Arunava

  • Error while extracting data from datasource 0GLACCEXT_T011_HIER in RSA3

    Hi Experts,
    While trying to extract the data for the datasource 0GLACCEXT_T011_HIER in RSA3, am getting the below Dump.
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB
    Short text
        The ABAP/4 Open SQL array insert results in duplicate database records.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLFAGL_FSV" 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_OPEN_SQL_DB', was not caught
         in
        procedure "FSV_TEXTS_CONVERT" "(FORM)", 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:
        If you use an ABAP/4 Open SQL array insert to insert a record in
        the database and that record already exists with the same key,
        this results in a termination.
        (With an ABAP/4 Open SQL single record insert in the same error
        situation, processing does not terminate, but SY-SUBRC is set to 4.)
    Kindly help me out in resolving this error.

    Hi,
    This dump occurs if the storage of original files is not happening in a Content Server, which is recommended by SAP. You can check this easily if you go to transaction DC10 and check if the flag 'Use KPRO' is set for the used document type.
    SAP do not recommend storing such larger files in SAP DB. If you try to store any original in the SAP DB, the file will be stored in the table DRAO. That means you are consuming table space memory. For one original we can have maximum of 9999 rows in the table. To store larger originals in SAP DB more than 9999 rows in the table are needed and this is not possible. That's the reason behind this dump. Storing such huge files inthe SAP DB will also affect the performance of the system while accessing the original
    Refer the thread
    "http://wiki.sdn.sap.com/wiki/display/PLM/SAPSQL_ARRAY_INSERT_DUPRECwhilesaving+original"
    Thanks,

  • Error while running RSA3

    Hi Friends,
    I ran a load yesterday for Datasource 0HR_PT_3, it went fine, today i wanted to load for specific time, so i wanted to check how many records would i get. In rsa3 i am trying to run for that period, strangely i am getting an error "Infotype 2001 not read due to lack of authorization". Can someone suggets or help me how to resolve this?.
    Regards
    BN

    Hi,
      Check if the below threads are useful to you:
    Infotype 2001 not read due to lack of authorization
    No read authorization for info type 2001/0402 for pers. no. 00000018 betwee
    It seems that there are authorization issues, You need to have ST01 authorization trace on before you are able to check the issue, which need to be resolved by your team that provides authorizations before you proceed.
    Thanks
    Pawan
    Edited by: pawan190187 on Sep 2, 2011 11:09 AM

  • Syntax error while checking extractor in rsa3

    We are trying to check the extractor 2LIS_11_VAHDR in RSA3 , when we press the extraction button , we are getting following error :-
    SHORT TEXT:-
    Syntax error in sap "SAPLXRSA"
    ERROR ANALYSIS :-
    The following syntax error was found in the program SAPLXRSA:
    " " S001BIWS " must be a flat structure. You cannot use internal tables , s"
    " trings, references, or structures as components. "
    Please suggest .

    Hi Apoorva,
    Though you have not done the enhancement of the given Data source. Still System first check for CMOD .
    Make sure that all the  enhancements are working very much fine.
    Or just check for syntex error in se 38 for Program   ZXRSAU01.
    If there are any please correct it or comment it, then your data source will work very much fine.
    Regards,
    Krunal

Maybe you are looking for