"No Applicable data in Infoset"

Hi All,
Please could anyone help me in solving the issue for Infoset where I have four ODS's and three Info-Objects. But when I report on it no applicable data is found inspite all the data targets are loaded with the data. Previously there were only two ODS's and three Info-Objects (Master Data) and reports were showing the data but after addition of two ODS's no reports are showing data.
Any help much appreciated,
Thanks and Regards,
Drisya.

Hi Drisya,
   dont worry abt this.. the reason is  when you create  a infoset means.. that will display  in reporting is only common datas ..(which are matching.. )
that means.... for example.. my First ODS contain.. customer no, order number... and some other data fields...  and my Second ODS contain.. Sales rep number and Order number.. and some other data fields..  and my Third ODS contain...Area Code and Sales Rep number.. and some other data fileds...
ODS 1 Conatin these type of data ...........
C01    OR01   5000
C01    OR02   1000
C02    OR03   4000
C03    OR04   8000
ODS 2 Conatin these type of data ...........
SR01  OR01   5000
SR02  OR02   1000
SR03  OR09   7000
SR08  OR06   6000
ODS 3 Conatin these type of data ...........
A1   SR01    1/2/2006
A2   SR04    2/3/2007
A3   SR03    3/3/2005
A4   SR05    4/4/2006
in this situation...if you create a Infoset means.. you will get  only... the common datas.. that means...(first ods contan... several Customer numbers. and Order numbers... but second ods contain the commaon Ordernumbers are  only Two= OR01, OR02)
And again send ods to Third ods only one item is common  that means...(only SR01 is only common because it will consider from
First ods ->Second ods->Third ods
so, finally your answer is
C01  OR01  A1  SR01  5000  1/2/2006
SO,   plz check your  all ODS's  datas.....  and dont forget to assign points...
Thanks ====== Assign Points  in SDN
@jay

Similar Messages

  • No Applicable data in Jump Report

    Hi All,
    I am having some issue with jump report.We are able to see the data in multiprovider of both main and jump one..when we check in report for Asia region i am able to see data in main report but when we go to jump report i am getting No Applicable data Found.Other than Asia ,jump report is showing data for other regions.Query is based on multiprovider.Ther is no conditions also.please help me out.
    Cheers,
    Bhavani

    That variable is having this call function query.
    WHEN c_zvbesfss.
          CALL FUNCTION 'ZBWSP_GET_INFOPROV_YYSTEERQ'
            EXPORTING
              i_bwsp_infoprov        = i_s_cob_pro-infoprov
      I_BWSP_QUERY           =
              i_bwsp_iobjnm          = '0COMP_CODE'
            TABLES
              i_bwsp_var_range       = i_t_var_range
      T_YYSTEERQ             =
              e_t_range              = e_t_range.
    and call function is
    DATA: r_bwsp_inobj      TYPE RANGE OF rsiobjnm,
            l_bwsp_inobj      TYPE rsiobjnm,
            w_bwsp_inobj      LIKE LINE OF r_bwsp_inobj,
            w_bwsp_var_range  TYPE rrrangeexit, "variable structure
            w_yysteerq        TYPE yysteerq,    "Steering Table
            l_s_range         TYPE rrrangesid.  "Range expanded around SID
      CONSTANTS: zsppc_c_zero TYPE char1  VALUE '0'.    "for zero
    Processing the i_t_var_range table and filling up the range r_bwsp_comp_code
      LOOP AT i_bwsp_var_range INTO w_bwsp_var_range WHERE iobjnm = i_bwsp_iobjnm.
        w_bwsp_inobj-sign   = w_bwsp_var_range-sign.
        w_bwsp_inobj-option = w_bwsp_var_range-opt.
        w_bwsp_inobj-low    = w_bwsp_var_range-low.
        w_bwsp_inobj-high   = w_bwsp_var_range-high.
        APPEND w_bwsp_inobj TO r_bwsp_inobj.
      ENDLOOP.
        l_bwsp_inobj = i_bwsp_iobjnm.
        SHIFT l_bwsp_inobj LEFT DELETING LEADING zsppc_c_zero.
    If the above range is filled then
      IF NOT r_bwsp_inobj IS INITIAL.
    Fill the t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj
        AND char_val IN r_bwsp_inobj.
      ELSE.
    Otherwise fill t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj.
      ENDIF.
    Check the sy-subrc and if OK, then update the e_t_range table
    by processing t_yysteerq internal table
      IF sy-subrc = 0.
        SORT t_yysteerq.
        DELETE ADJACENT DUPLICATES FROM t_yysteerq.
        LOOP AT t_yysteerq INTO w_yysteerq.
          l_s_range-low = w_yysteerq-cube.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
        ENDLOOP.
    Delete e_t_range if any duplicates are updated.........
        SORT e_t_range BY low.
        DELETE ADJACENT DUPLICATES FROM e_t_range COMPARING low.
      ENDIF.
    ENDFUNCTION.
    I took abapers help but nothing found

  • Bex report issue - no applicable data found when we drill down on free char

    Hi All,
    We are facing some strange issue  with one of the report.
    when user run the report for a week  (02/02/2009  - 02/08/2009) and then drill down on particular char  its working fine (first time).after that when he is trying to change and execute the report for other week on the same instence ( 02/09/2008 - 02/15/2009) by clicking on refresh and passing new values to the variable  its showing up correctly at the time of drill down on free char its showing as *no applicable data found.*
    when he logoff the system completey and run the report for the week( 02/09/2008 - 02/15/2009) values it is showing up with values even tough he drill down on free char.
    issue basically when he was trying to drill on free char by chaging different date values  in the same instance by clicking on refreh and by entering diffrent values  its showing up as not applicable data found.
    but when he enters the values for different weeks  each time by closing the system and relogin report is working fine and showing up data eventough he drill down on free char.
    Please help me out!

    Dear
    Please check if any condition or exception you have created for that query.
    Or still problem exists check SP level.
    Regds,
    Sachin J

  • No Applicable data in the report

    HI -
    I got no applicable data in the result area,..
    So i searched for the previous posts...
    In that speacified ,.. if we remove the previous  Erroneous requests made in the infopack / DTP  ,..the problem solved....
    No i would like to know where can i do this step...
    This is very urgent ..
    Regards,
    Viswha.

    Hi Viswanath,
    I also encountered the same problem in BI 7.0, which doesn't happen in BW 3.5. I could finally work it out. Here are the steps:
    - Right click on the InfoCube > choose "Manage".
    - In the "Requests" tab, click the traffic light button in the "Request Status" column, set it to "Status OK".
    - The "Request for Reporting Available" column will show the "Request is available for reporting" icon automatically.
    - Try to execute your query again.
    Hope this helps.
    Regards,
    arie

  • Hiding table items in web report when "no applicable data found"

    Hi,
    i want to hide a complete web item from a web report using web table interface
    when i have the situation "no applicable data found".
    I cannot use javascript due to requirements in my solution.
    can i set some attributes in the START method in the class?
    i can see there is an attribute N_NO_DATA which tells if no data is found.
    Can i use this in the other methods to hide the complete table including table heading?
    Best regards,
    Jarle

    Hello,
    datas are available in the Cube, they are displayed when there is no filter or when only one single value is selected in the filter.
    The problem happens when two or more values are selected in the filter.
    Example :
    The field selected is Profit Center.
    Without filter the I can see :
    PC1
    PC2
    PC3
    etc...
    If I select in filter the value PC1, I can see :
    PC1
    If I select in filter the value PC2, I can see :
    PC2
    But If I select in filter the values PC1 and PC2, I can see :
    No Applicable Data Found.
    BR,
    Pedro.

  • How to upload data from Infoset to Infocube

    Hi Gurus,
    I am trying to upload the data from , Infoset to Infocube, but its not allowing me in the transformations, showing error "Error while activating transformation    "    Message no. RSTRAN510
    Infoset containing 3 Data store objects, 
    how the data gets loaded from infoset to Infocube?
    how the delta mechanism works, since i am having 3 DSO's , ?
    Thanks
    Shiva

    Hi,
    But we have option, while creating transformation between infoset and Infocube,
    Under Infocube, when we create transformation, we have the option from where we can uplaod,   in that we have INFOSET also,
    i could able to create Transformation, but not able to activate,
    let me know, may be we cannot load from infoset to infocube, since we have the option, i think there is some way of loading data from infoset to infocube,

  • Loading data from infoset to DSO

    Hi,
    Iam loading data from InfoSet  to DSO..the transformations were fine..no errors found.
    But could not activate the target DSO.
    Getting error.".Error while activating transformation"
    How to over come this??
    Thanks
    Ravi

    Hi Ravi Kanth,
    Please check the following links. Hope this helps.
    [/message/1410802#1410802 [original link is broken];
    [/message/2115621#2115621 [original link is broken];
    Thanks,
    Sruthi

  • Need to show No applicable data in the report.

    Hi All,
    We ave a key figure in the selection screen. And user will enter the value. based on the input, the report has to display less than or equal to the entered value as a result in the output of the report.
    Input NIV as 67,169.48 then below results -
    If user gives input NIV as 16,544.14 , the below output is showing.
    But we need to show zero as result or no applicable data in the report. Is it possible to achieve through FORMULA.Please help on this
    Thanks.

    Hi Jalina,
    Yasemin already asked few questions.
    but this is what we may do:-
    to create a formula variable and use it for user input. use this formula variable in a formula , if your NIV kf<= formula variable, then NIV KF, else, 0.
    then make a condition on this KF, not equal to zero to suppress this record.
    regards,
    Sakthi.

  • No Applicable Data Found

    Hello All
    I am having a strange problem in BI 7.0 when running a query in BEx I receive, as expected, a report filled with data. My problem occurs when I save this query as an Excel worksheet open the file and refresh it, with exactly same filters as the original query, I then recieve the message No Applicable Data Found! 
    I hope someone can help explain this?
    Thanks
    Phillip

    Hi Padmanabha,
    Check whether the records are in "A" --Active mode or "M" -modified..
    In some cases Changes to Master data Texts can be seen immediately..but attributes can't been seen unless and until the mode is "A"..
    Hope this might be of some use to you.. 
    Regards,
    Manga
    Message was edited by: Manga
    Message was edited by: Manga

  • Show "No Applicable Data Found" for Report 0SD_C01_Q22

    Hi Gurus,
    I just activated BI Content Report, 0SD_C01_Q22 and it's relevant InfoSource,  DataSource and so on. The data from R3 were loaded into the infoCube successfully.
    However, it shows "No Applicable Data Found" when I executed the query.
    I have tried to create a new query based on the same InfoCube but has NO limitation parameter. However the result was the same.
    Can anyone consult out?
    Cheers

    Hi my friends,
    I have tested it with a really simple report that has no selection condition. But the result is the same.
    Also, I have checked the data in infoprovider with LISTCUBE but the data are definitely available.
    By the way, I test it with an account hazing profiles as SAP_ALL and S_A.SYSTEM. The super user account should have enough authorization.
    So my friends, anymore ideas? Pls help out....
    Cheers.

  • Upload Applicant Data thru BDC

    Hi,
    Can I upload Applicant Data Through BDC.
    Samriddhi

    BDC is the program it behave what the way you write.
    You have to write code as per your need.
    For that you have to record in which way it will do action in genral process
    Please ask your abaper to do recording once again
    Regards

  • Message "No applicable data found" after executing the report

    Hi all,
    I have 60 records in a cube which is extracted from a function module. I am able to see the data in the cube but when I execute the report I am getting the message u201CNo applicable data foundu201D. Why is that so?
    Can any one please explain me what to do to bring data when the report is executed?
    When I execute the query there is only one field selection criteria 0P_FPVANT and this is mandatory. When I checked the data in the cube I didn't find any field 0P_FPVANT but I found a field Fiscal Period Variant with the technical name, 0FISPER
    I executed the query in RSRT and there also I am getting the same message, "No applicable data found".
    Please advise what do I need to do inorder to get data when the report is executed?
    Thank you.
    Regards,
    Pavan.

    I think so.
    Ok let me take the other report 0FIAR_C02_Q1003. For this report the selection criteria is
    Company code,
    Customer and
    Period/Fiscal Year
    Of these only company code is mandatory. In the data in the cube I see that for co. code BP01 data is available. So I executed the report with co. code as BP01 but no data.
    Then I gave co. code BP01 and Period /Fiscal year as 2008, 2008.03, still I see no data.
    I tried with values in all the fields that are available in cube
    co. code - BP01
    Customer - PCS-C10
    Period/Fiscal Year - 2008011
    Now with respect to Period/Fiscal Year selection field in report, in cube there are 4 columns
    Fiscal Year Period,
    Posting Period,
    Fiscal Year Variant and
    Fiscal Year
    I've tried all of them but when I enter values in all the fields still I am getting the same error, "no applicable data found".
    Please advise.
    Thank you.
    Pavan.

  • Data in InfoSet not Displaying after TR

    Hi,
    I just transported an InfoSet to Production. All the DSO's seem to be displaying data and working fine. But the InfoSet is not displaying any data.The InfoSet was working fine in QAS. How can i fix this?
    Thanks

    Hi,
    Try to re-transport the infoset and when transporting select overwirte option in STMS.
    Hope this helps.

  • No applicable data found.. Erro in standard cubes.

    Hi,
    I am getting an error during the utilization of standard cubes in BI 7.01.
    After the data load is complete, when i tried to execute the standard cube "Warehouse Workload History - Deliveres" , or
    any other standard cubes, NO DATA CAN BE FOUND.
    When using Bex Query Designer on Web, the message is : NO DATA CAN BE DISPLAYED. This could be due the current selection of variable or filter values.
    When using Analizer in excel, the message is : NO APPLICABLE DATA FOUND
    But if we create the same query from beginning, not using the standard cube, with the same fields and indexes and records,
    the values are displayed.
    We also try to save as the same standard report with another name and doesn`t work.
    My system is SAP EHP1 for SAP NETWEAVER 7.0 in SO Linux and Oracle Database.
    SAP_ABA , SAP_BASIS, PI_BASIS, SAP_BW is 701 level 07.
    BI_CONT is 705 level 01.
    please any advices

    Check whether the standard report is created on the Info-provider on which the data is loaded .You can see the same in the query properties next to the check query button in query designer as you are able to see data , by creating another query on the inforprovider .

  • Transported query from DEV to QAS no applicable data

    Hi all, any idea why queries transported from a DEV system to a QAS system will not execute?  I am getting no applicable data even though the data is in the cube. I am not having much luck with new queries either.  Please advise.  Anna Marie

    Hi Anna,
    Looks really strange...
    Are you sure data is reportable on your InfoCubes on QAS? (do you see the table icon on the right of all request ids?).
    Are you sure query is not filtering too much data? Please, check this by displaying filtered values with 'Display text elements -> All' on BEx Toolbar.
    Regards,
    David.

Maybe you are looking for

  • Office 2013 windows 'pop-under' when run as remote apps on Server 2008R2 from Windows 7 clients

    We have an environment with Windows 7 clients running Office 2013 via RDS on Windows Server 2008R2. When users double click emails from Outlook, they 'pop-under', forcing the user to relocate the window which has fallen behind the application's prima

  • Generate a BP number for Org. Unit in Org. Model

    Hi experts, For each organizational unit created in the organizational model a business partner is generated automatically. However, when I go to Org. Model and create a Org. Unit, it is NOT generating a BP number for it. Can anybody help me on this

  • Webdynpro abap iview creation error

    Hi All, I created a wdbdynpro abap application using transaction SE80, and test that application successfully. I want to display that application in portal, for that I created a SAP webdynpro iview succesfully. but when i was preview the created ivie

  • Help with Lego Digital Designer Troubleshooting

    I downloaded LEGO Digital Designer 4.0 the first day I got this computer, on December 4, 2010. I went on it today and it wouldn't load so I downloaded the new version, LEGO Digital Designer 4.2. But I double-clicked on it and it still won't load. Can

  • My macbook air does not automatically connect to my network when i go on safari

    I just replaced the hard drive in my macbook air, now when I try to log on to safari, it says I am not connected to my wireless network and I have to go to system preferences and pick my network and log on. Even though I lock the changes after I log