Error in data selection of Infopackage

Hi,
My infopackage is failing with "Error in data selection". RSM 340 is the error message number.
Datasoucre: 0FI_AP_4
I have checked
1. Timestamp--consistent
2.Reactivated and replicated datasource
3.Checked SM58 in both BW and source systems and found it OK
I have taken Source jobs for 1 succesfull infopackage run and 1 unsucessfull infopackage run.
I see that Job log for unsucessfull has no call to customer enhancement and no data selection is done thereby.
i am attaching the job logs for 1 successful and 1 unsuccessful case. Please check and let me know the gap that is contributing to this error.

Hi nayab,
You and harish works at same location?
i seen same issue from harish as well.
http://scn.sap.com/thread/3578278
Thanks

Similar Messages

  • Error in data Selection

    Hi experts,
    I have added a field to 0emp_attr data source using DS enhancements, when trying to extract with full the job is getting failed stating  " error in data selection".

    Hi,
    Just see following thing
    1. Try to extract data in R/3 in RSA3 transaction.If it is working correctly no issue
    2. If RSA3 throw issue check the definition of your code and try to debug it.
    3. If RSA3 is fine check your Infopackage selection settings if it is ok or there is any error,If there is any selection try to remove it and load data.
    Thanks and regards

  • Cube to Cube "Error in data Selection" plz help

    Hi this is Ajay Reddy
    when am sending data from Cube to Cube am getting an error
    "Error in data Selection" plz help

    Hi,
    It needs a Note implementaion. I got similar problem in version BIW 7 and SP 11. We got the solution with on of the note . I am not able to recollect the note number.
    Any way check the notes 920971,155471 may help you or not.
    With rgds,
    Anil Kumar Sharma .P

  • "Error in data selection" while loading

    hi,
    while loading data from one ODS to another(datamart) I, after extraction of some data packages successfully I m getting an error:"Error in data selection"
    i saw its help messages were
    1)error 7 when sending an idoc
    2)sql error in accessing table no 13
    3)error in source system
    in the source ods i have loaded thru init from R/3..
    please help

    Hi,
    Take a look on the cosulting note : 610938.
    In place of R/3 system you have to consider BW itself when you are reading the note.
    With rgds,
    Anil Kumar Sharma .P

  • How to change date selections at Infopackage data selections in production sys

    Hi All ,
    we are loading data into Infocube from datasource ,one process chain for delta init with data transfor  ,which has data selections at infopackage say 06.2014 and other process chain for delta which has same selections at infopackage . Now I want change this data selections  at Infopackage level .
    I Have tried to change these dates in data selections at infopackage level , tho I have changed and saved to future date at delta initial with data transfor ,it's keep coming back to 06.2014. Of course data selection at delta Infopackage level is faded .
    I Want to set future date with delta int with disturbing delta loads . How to do it please .
    regards
    hari

    Hi Ram,
    We will  load delta Intial with data transfer every weekend , and we run delta everyday , because we do delta init with data transfer with selections say ( 01.20011 to 12.2003 ) every weekend , hope I need to create new delta infopack  with new data selections say ( 01.2004 to 12.9999) only  to get update data in Infocube.
    Please correct me if I am wrong .
    Regards
    hari

  • Error in Data selection in R/3 Generic Extraction Using function Modules

    Hi Friends,
    I have created a a generic data source using function module to load data from PA0000 and PA0001 Tables ,Function module is working fine when i execute it indipendently and  the data source is also working fine when i extract data using RSA3. it is showing correct no of records 157.
    When loading data into DSO from BW (using 3.x/7.0 flows) data is comming to PSA  all 157 records but in the RSMO the load status is showing yellow when i look into the step by step analysis it is
    data selection successfully started
    Data selection successfully ended
    All Data packets completed.
    are showing in red.
    after and hour time load getting failed and in the error message it is showing " job terminated in source system---> Request set to red"
    it is giving this message wir no RSM 78.
    Please let me know it

    Hi Jerry,
    Thanks for the immediate replay
    But here in my source system job is getting terminated.
    this is the status of job in Job logs.
    the job is running till this step not going ahead.
    Call customer enhancement BW_BTE_CALL_BW204010_E (BTE) with 157 records 
    Result of customer enhancement: 157 records                             
    Call customer enhancement EXIT_SAPLRSAP_001 (CMOD) with 301 records     
    Result of customer enhancement: 157 records                             
    Asynchronous send of data package 000001 in task 0002 (1 parallel tasks)
    pl. update me if any idea.

  • How to populate data selection in infopackage from spreadsheet

    Hello,
    I have to load data for thousands of missing CRM orders into BI via the BI-CRM extractor 0CRM_SALES_ORDER_I . We have list of those missing orders in a spreadsheet.
    How do I  populate these order numbers into the data selection tab of the data source?
    I tried adding multiple orders at a time..butit doesnt load any data. On the other hand, when I was loading a single order at a time, it does load all the data.
    Loading thousands of them manually will be a hectic job
    Also, I cannot use ranges as they are not at all in range
    Can somebody provide a workaround which hopefully will not involve any transports
    Thanks!

    This seems to be really cool! and I am able to open the editor in production too...
    The only problem is I really have not ides how we can pass the parameters here..how we get the program to look up a spreadsheet and populate those records
    Thanks for your input..it will be really helpful if you can provide me anymore information you have on htis..in the meanwhile, I will be doing some trial and error myself
    thanks!

  • Data Selection in Infopackage not picked.

    Hi,
    I have a generic datasource. I have data selections in the Infopackage. Say, I have Data selection for Plant as "5000". But, data for all Plants are getting pulled for all Plants. Why is this Selection not picked ?
    Thanks.

    hi, what type of datasource is yours.. is the selection parameter handled in the definition of ur datasource?

  • Data selection in infopackage to exclude 3 values

    Hi,
    I want to exclude 3 values for ZCOUNTRY field in the data selection of an infopackage. I don't want to do this using start routine(in transfer structure or update rules). I just need to do the coding in infopackage level. Can anybody plz tell me the ABAP coding for this in detail?
    Thanks,
    Chandan

    Hi,
    correct, but once you have defined an ABAP routine in your IPack for the country (select type 6 "ABAP" in the IPack selection of the country) why not to exclude the countries directly?
    I've never had this req but the hereunder should work (it should exclude countries US and CA from the selection)
    data: wa_range LIKE rssdlrange.
    READ TABLE l_t_range with key fieldname = 'COUNTRY'.
    MOVE l_t_range-iobjnm TO wa_range-iobjnm.
    MOVE l_t_range-fieldname TO wa_range-fieldname .
    MOVE 'E' TO wa_range-sign.
    MOVE 'EQ'    TO wa_range-option.
    MOVE 'US' TO wa_range-low.
    CLEAR l_t_range-high.
    APPEND wa_range TO l_t_range.
    MOVE 'CA' TO wa_range-low.
    APPEND wa_range TO l_t_range.
    p_subrc = 0.
    hope this helps...
    Olivier.

  • Abap Routine for Date selection in Infopackage

    Hi
    I have to write an abap routine for date selections in the infopackage,
    There are two date begda and enda.
    Do i code for BEGDA and fill in the begin date using routine and use another routine to fill the ENDA.
    JPJP

    Hi JP,
      If you have two info objects BEGDA and ENDA in the Info package for selection
      then you will have to write seperate routine for each of them.
      If you want to give single value for each date field then update only the field l_t_range- low otherwise if you want to give range then you can update the internal table fields l_t_range-low and l_t_range-high .
    Regards,
    Prakash

  • Error while data selection against 0Material_attr

    Dear Gurus,
    My Inventory Process Chain has one "0Material_attr" component which is failing constantly citing reasons  "Error occurred in the data selection . An error occurred in the source system.The error occurred in Service API ."
    Could someone kindly guide me.
    Thanks
    Sheeja

    Hi
    Check the DS at Source system/ REplicate the same at BI if needed and Activate TRules again / try to upload
    https://service.sap.com/sap/support/notes/366222
    https://service.sap.com/sap/support/notes/501053

  • Date Selection in InfoPackage Scheduler

    I am having problem in loading the data from the InfoPackage under the selection options for the "Date". When I try to enter a range of date like 12-2-2008 to 18-2-2008, I cannot load any data and it monitor screen return in 0 records, when I enter the date like 12-2-2008, the the data can be extracted out succesffully and return in 42 records.
    I try to extract the data in RSA3, I enter the same thing for the range of values: 12-2-2008 to 18-2-2008, I manage to extract the records for the date 12-2-2008 only, which is 42 records, but the correct amount records from the range of the date should be 120 records. But the log only show 42 records in this case, and the extraction did not perform successfully to extract the data between the date: 12-2-2008 to 18-2-2008. When I enter single value: 12-2-2008, the extraction return to 42 records.
    It will be appreciated if someone here can help me here. Thanks =)

    Hi Toffee,
    in RSA3 by default the no. of records will be 100 increase to 1000 ro 2000
    give the date range you may see all the records
    hope this helps
    thanks
    kishore

  • Data Selection at infopackage

    Hi BI Experts,
    I have created an ABAP routine for sales document type (0doc_type) on Data Selection Tab to restrict the volume of data extracting from transactional DSO to the cube and the infoobject is part of the selection table as well.
    In order to speed up the data extraction process, I also added an index (0doc-type) on the DSO. But, when I analysed the code on ST05, the database optimizer did not use the index on its SQL statement. It used the different document types specified in the ABAP routine on WHERE condition but did the TABLE FULL ACCESS /BIC/AZO_SOP_100.
    Do I need create index when defining selections at the infopackage? If so, why the database optimizer did not use it?
    Could you help me on this matter please?
    Thanks.

    Hi,
    if You use or have a full Table scann = read all the data in a table than an index makes obviously no sence.
    This is what the database thinks. All Data = no Index access necessary.
    You try to can overcome this  if You do not need all columns and build an index on the columns You need.
    Than, hopefully, you get a "full index scan".
    Best
    Martin

  • Automated filling of Data Selection in Infopackage

    Hello guys,
    I want to automate a process of filling data into BW 35. I'm using R/3 IS-U, the data model is for cleared items in FI/CA (0FC_CI_01). In order to load data in BW, I have to run FPBW in the source system with a date and a run id as parameters and then the infopackage in BW must contain in the Data Selection tab the exact date and run id as in the IS-U system.
    So...I know it's possible to run a process chain using an abap program which calls remotely fpbw with those parameters in the R3 system, but how could I complete automatically those params in the BW Infopackage Data Selection tab with the exact values that were given in R3?
    Thankfully,
    Tudor

    Hello Sairam
    , well I was hoping to find an answer on the SDN. In case I won't receive any answer, I'll put a message on the Marketplace.
    If I'll receive and answer (or if perhaps you'll do please mail me at [email protected]) I'll write back.
    Good luck,
    Tudor

  • Date selection in Infopackage

    Hi Folks,
      I have a new info provider. Its not been loaded yet. I have to load data from 01/01/2007 to current date. I have done init load from 01/01/2007 to 11/22/2007 by selection option. It went successfully. Now when I am doing delta loads its bringing changed data only from 01/01/2007 to 11/22/2007.Its not bringing data from Nov 22 i.e its not loading any new data from nov 22. In delta infopackage its automatically converting the selection date  01/01/2007 to 11/22/2007 which is similar to init.What I need is changed data from 01/01/2007 to current date.Any help.

    Hi,
    Do one thing.Do a full load with selection condition from 01/01/2007 to current date.Then do init without data transfer.Then run the delta.So what all changes happened in the data will be laoded into the Cube.
    I think since this is a new data target,there is no harm if u do without selection conditions in the init.
    Since if you do init with selection conditions,the delta will run with based on the seletion paramteres which you gave in the init.
    Thanks & Regards,
    Suchitra.V

Maybe you are looking for