Error in RSA3

Hi ,
I am trying to extrct data  from datasource 0CO_PC_PCP_03 in RSA3 and getting error as "The application program for the extraction of data requires a characteristic value for selection criterion PERIODE in order to deliver data. However, the request contains no such characteristic value"
help me pl.
regards,
murali.

Hi Murali,
Goto ROOSOURCE -> Give the datasource name (0CO_PC_PCP_03) and find out what type of datasource it is. If it is based on view/table then find suitable values for PERIODE from the table/view. If it is based on function module then you would need to look at the code and find out from which table PERIODE is extracted.
As for the data type for PERIODE you can fine from the extract structure of the datasource in RSO2.
Hope this helps.
Bye
Dinesh
(Do not forget to assign points!!)

Similar Messages

  • 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

  • Runtime error in RSA3

    Dear all,
      I have one doubt,
    When i checked in rsa3 with my std extractors am getting run time error,
    the data record around more than 10 lak records,
    Short text
        SAP paging overflow when storing data in the ABAP/4 memory.
    What happened?
        The current program requested storage space from the SAP paging area,
        but this request could not be fulfilled.
        of this area in the SAP system profile.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.

    Hi ,
    This error is because the amount of data you want to fetch is too much to handle by internal memory .Its a common error when we display data as ALV or tabular display works on internal table concept .
    There is a limit of 2GB for internal memory and more realistic figure is 500 MB and additional restriction is a hashed table should not have more than 2 million entries .
    Now in your scenario RSA3 is for debugging and extraction at ECC side .It cannot hold too much data in internal memory and will give dump .
    Best solution for this is to apply filter in selection screen and reduce the amount of data you are requesting .
    Regards,
    Jaya Tiwari

  • Errors in rsa3!!

    Hi Gurus,
    I added a field called zzstprs in 0mat_plant_attr, when iam checking in rsa3, given below errors! can any one help me pls!!
    RUN TIME ERRORS     TABLE_INVALID_INDEX
    error in abap statement when processing an internal tables..(probably abap programming error)
    my abap programme is :
    *declaration
    data : l_biw_marc_s like biw_marc_s,
    v_zzstprs like mbew-stprs.
    case i_datasource.
    when '0MAT_PLANT_ATTR'(001).
    loop at i_t_data into l_biw_marc_s.
    *data: L_tabix type i.
    data : l_tabix like sy-tabix.
    clear v_zzstprs.
    select single stprs from mbew into v_zzstprs
    where matnr = l_biw_marc_s-matnr and
    bwkey = l_biw_marc_s-werks.
    if sy-subrc = 0.
    l_biw_marc_s-zzstprs = v_zzstprs.
    *l_biw_marc_s-zzstprs = v_zzstprs.
    endif.
    modify i_t_data from l_biw_marc_s index l_tabix.
    endloop.
    endcase.
    U r help will be appriciated!!
    Regards,
    Jay

    Hi,
    Statement in bold was missing and also do not declare variables in the loop .  Modify the program as below and test in RSA3.
    data : l_biw_marc_s like biw_marc_s,
    v_zzstprs like mbew-stprs,
    l_tabix like sy-tabix.
    case i_datasource.
    when '0MAT_PLANT_ATTR'(001).
    loop at i_t_data into l_biw_marc_s.
    <b>l_tabix = sy-tabix.</b>
    clear v_zzstprs.
    select single stprs from mbew into v_zzstprs
    where matnr = l_biw_marc_s-matnr and
    bwkey = l_biw_marc_s-werks.
    if sy-subrc = 0.
    l_biw_marc_s-zzstprs = v_zzstprs.
    *l_biw_marc_s-zzstprs = v_zzstprs.
    endif.
    modify i_t_data from l_biw_marc_s index l_tabix.
    endloop.
    endcase.
    Regards,
    Prakash

  • 0GLACCEXT_T011_HIER error using RSA3

    I have a problem when execute RSA3 for data source 0GLACCEXT_T011_HIER
    The error information:
    Runtime Errors         SAPSQL_ARRAY_INSE
    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 b
        come across a statement that unfortunately cannot be executed.

    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 in RSA3 for Delta

    Hi,
    The data load for 0FI_AR_10 (payment history) delta load is fetching zero records after we did EPH4 (Golden Tax) Upgrade to the ECC 6.0 system.
    When we check in RSA3 for Delta it is throwing error as  ->  Message no. RJ012
    There is no other info. The data load looks successful in BW but with zero records.
    Please suggest.
    We are facing some what similar issue for 0CUSTOMER_ATTR as in the Ticket:
    [0CUSTOMER data from Unicode R/3 to Non-Unocode BW Error|0CUSTOMER data from Unicode R/3 to Non-Unocode BW Error]
    Thanks,
    Joe

    Hi
    Go to RSO2 and give the data source name 0FI_AR_10 -- there you ahve extractor BWFI3D_GET_FIAR_CM_PH(functional module) ---> reset the function and module and reactivate it
    mostely the problem will be solved.
    incase if it is not solved the reason might be as below
    These datasources have extraction type as F1 and the function module used is BWFI3D_GET_FIAR_CM_PH( Tcode: RSA2).
    When we go through the code of the Function module, there is a Case statement with update mode which is written in such a way that when the update mode is full it throws one type of error and when the extraction mode is others(which includes init, delta etc) it throws another type of error.
    This update mode field in the Function module will take the value when we run the Infopackage and we will get an error saying: 'Update mode when others is not supported by extraction API'(this error occurs as the update mode takes the value of c and executes 'when other' case).
    In extractor checker(RSA3), the default value taken by the update mode will be F (since we are not executing any infopackage and the update mode value will be F by default).
    So ultimately when that function module is executes it will throw an error no matter what type of load(delta or full) we select.The error will occur but it will be handled differently when you run in RSA3 and when you run the Infopackage.
    so i would suggest you to raise a note to SAP on the same
    and i will post if I find any solution going in future on the same.
    Very intresting Question
    pleasure answering
    Santosh

  • Error with rsa3 and 2lis_02_itm

    Hi Guys,
    I append the structure 2lis_02_itm with two field erdat-ekes and werks-ekpo.I added the code in the user exit ZXRSAU01.
    but when I run the rsa3 to check the extraction , I get the following error message :
    Error <b>analysis </b>                                                    
    When importing the object "MC02M_0ITM_TAB", the component no. 142 in the
    dataset has a different type from the corresponding component           
    of the target object in the program "SAPLMCEX ".                        
    The data type is "C" in the dataset, but "D" in the program.
    Thanks for your help

    Hi Roberto,
    Thanks for your answer!
    You have understood my problem! After the setup OLI3BW for MM-PUR in the table MC02M_0SCLSETUP and MC02M_0ITMSETUP there are not entry and in LBWE I've activated the extractors.
    The Extractor LIS for area MM Stock and SD work perfectly.
    The problem is only for 02MM! I've opened an OSS note but none answer!
    Can you help me, plese?
    Thanks a lot!

  • Error in RSA3 for 0GL_ACCOUNT_T011_HIER

    Dear All,
    I have tried to extract the data in RSA3 for the Data Source 0GL_ACCOUNT_T011_HIER. As the hierarchy name is mandatory, I have pressed F4 to get the hierarchy names. System gives following shortdump
    Runtime Errors: SAPSQL_ARRAY_INSERT_DUPREC
    Except            :  CX_SY_OPEN_SQL_DB
    Any one could you please tell me what could be the cause and the solution.
    With Regards,
    Balachander

    Hi Bala,
    Try this notes
    839094
    890680
    1158109
    852935     
    949194
    Hope this will give you some idea for your problem.
    Good Day!!!
    Regards
    Arun S

  • 0FI_AP_30 error in RSA3

    Hi Experts,
    I have activated 0FI_AP_30 in RSA5. when i check for data in RSA3 it through an error....
    Errors occurred during the extraction
    Message no. RJ012
    I checked in 0FI_AP_4 -
    there it is showing data.
    what would be the probelm.  Please help me.
    Thanks in Advance.
    Thanks,
    Manag

    Hi Durga,
    This is belongs to  BANK-ALYZE software component. we dont have that  component.
    Check SAP note 1069507
    kindly help me
    Thanks,
    Manag

  • 0CO_PC_10  error at rsa3

    Hi
    if i am ruuning rsa3 to see records for below datasources, its giving me error
    0CO_PC_10
    0CO_PC_PCP_30
    Errors occurred during the extraction
    Message no. RJ012

    Hi,
    Check your data source in RSA6, it is available over there and in active state.Activate the same if required or you may generate the same RSO2 as well.
    While checking have a look on extract structure as well.
    I hope it will help.
    Thanks,
    S

  • Datasource 0SCALE_TEXT error in RSA3

    Hello everyone,
    current BW setup (SAP NetWeaver BI 7.0 support pack SAPKW70019)
    I have installed the Qualifications infocube (0PAPD_C01) succesfully in BWD and now require to transport into BWQ system. When i attempted to transport in to BWQ the transport failed with log error
    Mapping between data source 0SCALE_TEXT and source system SALF100 is inconsistent.
    i checked to see if this datasource exists in BWQ and it does but the version is set to modified, so i then tried to transport an active version of 0SCALE_TEXT from BWD to BWQ but again this failed with the same error
    Mapping between data source 0SCALE_TEXT and source system SALF100 is inconsistent.
    after researching on SDN i found that i should check in RSA5 and RSA3 in qa to see if datasource is active and works. As far as i can see the datasource is active but in RSA3 when i execute extractor checker it throws error message
    Errors occurred during the extraction
    Message no. RJ012
    again i researched SDN but many posts are not relevant or have no answers. Please can anyone help to resolve this problem.
    Many Thanks
    Forhad

    Hi Forhad,
    Doesn't this thread help you either?
    CRM datasources inactive after transport
    Rgds,
    Sarah

  • Error in RSA3 - no target system for the delta update

    Hi friends,
    I have created one datasource but in RSA3 when i press F4 at target system it gives me msg like "The DataSource V_BW_DPP still has no target system for the delta update" what could be the reason? kindly help me.
    Regards
    Suyash

    Hi Suyash,
    First check whether the BW system is connected to R/3 or not by Right click on Source system in RSA1 and selecting the option Check.
    Also What is the update mode you have chosen in RSA3?. Is it full ( F ) or Delta (D) . If you have chosen delta then you  check in RSA7 whether the data source V_BW_DPP is appearing or not . If it is not appearing in RSA7 do init upload in BW system for the data source and then check in RSA3.
    Regards,
    Prakash

  • Payroll data source error in rsa3

    Hi,
        I have a requirement that I have to extract payroll data source 0hr_py_01 , But when I check the records in rsa3 tcode , I got the message  0 data records selected.
    So I gone through different forums , I used the sap notes 672514 & 397208. I used P_BAS_ALL in ALEREMOTE User profile but no use.  Plz solve the problem.
    can any one guide me plz
    Thank you
    Edited by: Srikanth.T on Feb 27, 2012 11:04 AM

    hi
    thank you for your replies, i checked the t-code pc_payresult , this does'nt have any data.  in rsa3 i found the records for 0hr_py_1 .
    this rsa3 problem was solved by giving authorization by basis.  by using su53 t-code
    can you suggest any solution thank you.
    Edited by: Srikanth.T on Feb 28, 2012 6:05 AM

  • 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.

  • 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)

Maybe you are looking for

  • Windows Movie Maker won't play on DVD player

    I have the OS7 now The instruction say that a burned MASTER disc will play on DVD players and most computers???  I have used Mp4 and WMV formats with Windows Movie Maker, but none will play on DVD players but play well on computers??? I had formally

  • Bounce in Place on logic pro

    I tried to bounce in place a couple of midi tracks, put the opttion is greyed out Im unable to action this. Can anyone help as I am bew to logic and am going through a tutorial at the moment. The other thing is how do I change logic from a 32 to 64 b

  • Error at Withholding tax

    Hi,    I am calculating withholding tax on down payment. At the time of down payment the system has calculated WHT properly and i have also posted invoice, then also system has calculated WHT.  I want to clear this down payment against invoice. As pe

  • Korean symbols in JFileChooser

    Hi, I have a big problem with Korean characters in JFileChooser. When I browse to a folder with Korean symbols, all I see are some "???" instead of the real symbols. Can anybody tell me what should I do to display them correctly in the JFileChooser ?

  • Mountain Lion and Lion very slow on Macbook 13' 2010 Middle

    The problem is the Mountain Lion and Lion very very slow, but Snow Leopard was fast. The Lion bit faster, the Mountain Lion is much slower. Animations are choppy and slow, but sometimes fast, but mostly random stuttering. If i have multiple windows o