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

Similar Messages

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

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

  • 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

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

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

  • Report Report Interface: No applicable data found

    Hi.
    I m using the Report Report Interface and getting:
    No applicable data found
    while calling in GoTo the second Report.
    While removeing  the filters threre is data .
    What conditions needs to be met that there is data displayed?
    Thank You
    Martin

    Hi,
    Please execute the second report separtely with the same filter with which you are getting 'No applicable data found'.
    Please check whether executing second report gives you any data with same filter or not.
    If it doesn't give , then it means there is no data available to be displayed for that particular filter combination in cube.
    In that case you will have to filter the data which is available in cube or need to load the data as required.
    Regards,
    Amit

  • Not able to see the data in the report

    Hi All
          In my cube i am having data.But when i am running the report ,i am not able to see the data.
        The error its throwing is -No Applicable data found.
        what could be the problem,please provide me the idea to solve the problem.
    Thanks&regards
    syam prasad dasari

    HI,
    See that any restrictions are there in the report(Filters)....Give the same restrictions in Listcube and see if you are getting data or not.....
    Thanks

  • Unable to see data in the report or workbook

    Hello All,
    We are struggling to display data in the report level or workbook, however the data is available in Multiprovider.
    Error Message: "No Applicable Data Found"
    Steps Carried Out:
    1. Dropped the BIA Indexes for relevant cubes and Reactivated the Multiprovider, still did not work.
    2. When we checked for previous years like 2013, we are able to see data in the report.  To elaborate an issue, we loaded budget data for year 2015 as requested by user.  Restricted the same filters from the Query in the Multiprovider and able to see the data in the backend, however not data can be seen in the Report.
    3. Three Hierarchies are restricted in the Filters of the Query.
    It would be great, if any of you can help us to fix the issue.
    Best Regards,
    Sudhakar

    Hi,
    Have you used any exists?
    in exists is there any system date kind?
    Can you try to run your report thru RSRT and use debug option there.
    before reporting please check your all connected targets have data for reporting.
    mean at targets-->request tab, reporting symbol was there or not.
    Any master data objects included in multi provider?
    if yes then please check those, if any ACR was running then it may cause you.
    if possible try to develop simple query with as per needs(mean to see 2015 data only).
    As my guess selections/filters migth be hidden, please check those.
    Thanks

  • 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

  • DB link problem between active Data Guard and report application database

    My database version in 11.2.0.2.0 and OS is Oracle Solaris 10 9/10.
    I am facing a problem in my Active data guard Database for reporting purpose. Active Data guard information is as below.
    SQL> select name, database_role, open_mode from v$database;
    NAME DATABASE_ROLE OPEN_MODE
    ORCL PHYSICAL STANDBY READ ONLY WITH APPLY
    Problem detail is below
    I have created a db link (Name: DATADB_LINK) between active data guard and report application database for reporting purpose.
    SQL> create database link DATADB_LINK connect to HR identified by hr using 'DRFUNPD';
    Database link created.
    But when I run a query using db link from my report application database I got this below error.
    ORA-01555: snapshot too old: rollback segment number 10 with name "_SYSSMU10_4261549777$" too small
    ORA-02063: preceding line from DATADB_LINK
    Then I check Active Data Guard database alart log file and get below error
    ORA-01555 caused by SQL statement below (SQL ID: 11yj3pucjguc8, Query Duration=1 sec, SCN: 0x0000.07c708c3):SELECT "A2"."BUSINESS_TRANSACTION_REFERENCE","A2"."BUSINESS_TRANSACTION_CODE",MAX(CASE "A1"."TRANS_DATA_KEY" WHEN 'feature' THEN "A1"."TRANS_DATA_VALUE" END ),MAX(CASE "A1"."TRANS_DATA_KEY" WHEN 'otherFeature' THEN "A1"."TRANS_DATA_VALUE" END )
    But the interesting point if I run the report query directly in Active Data Guard database, I never got error.
    So is it a problem of DB link between active Data Guard and other database?

    Fazlul Kabir Mahfuz wrote:
    My database version in 11.2.0.2.0 and OS is Oracle Solaris 10 9/10.
    I am facing a problem in my Active data guard Database for reporting purpose. Active Data guard information is as below.
    SQL> select name, database_role, open_mode from v$database;
    NAME DATABASE_ROLE OPEN_MODE
    ORCL PHYSICAL STANDBY READ ONLY WITH APPLY
    Problem detail is below
    I have created a db link (Name: DATADB_LINK) between active data guard and report application database for reporting purpose.
    SQL> create database link DATADB_LINK connect to HR identified by hr using 'DRFUNPD';
    Database link created.
    But when I run a query using db link from my report application database I got this below error.
    ORA-01555: snapshot too old: rollback segment number 10 with name "_SYSSMU10_4261549777$" too small
    ORA-02063: preceding line from DATADB_LINK
    Then I check Active Data Guard database alart log file and get below error
    ORA-01555 caused by SQL statement below (SQL ID: 11yj3pucjguc8, Query Duration=1 sec, SCN: 0x0000.07c708c3):SELECT "A2"."BUSINESS_TRANSACTION_REFERENCE","A2"."BUSINESS_TRANSACTION_CODE",MAX(CASE "A1"."TRANS_DATA_KEY" WHEN 'feature' THEN "A1"."TRANS_DATA_VALUE" END ),MAX(CASE "A1"."TRANS_DATA_KEY" WHEN 'otherFeature' THEN "A1"."TRANS_DATA_VALUE" END )
    But the interesting point if I run the report query directly in Active Data Guard database, I never got error.
    So is it a problem of DB link between active Data Guard and other database?
    Check this note which is applicable for your environment
    *ORA-01555 on Active Data Guard Standby Database [ID 1273808.1]*
    also
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:8908307196113

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

  • How to make cube data avilable for reporting

    Hello,
    I have loaded data in to info cube from flat file, and created a query using BEx Analyzer. that query does not return results and gives an error msg "No Applicable Data Found".
    Padmanabha Rao had a same problem. In his thread, expert is recommending to check whether the data is available for Reporting by Rt clicking Infocube -> Manage -> Requests tab. Ideally, you'll be able see an indicator(Query icon) if it's available for reporting.
    My cube data is not available for reporting, how can I make it available for reporting?
    Regards,
    Tejas.

    Normally when the data gets loaded to cube, it will be available for reporting unlike DSO where you need to activate the data to make it available for reporting. There could be many reasons why the data is not available for reporting;
    1. May be there is aggregrates created on the cube and the data never been rolled up to the aggregates. If you see a summation sign next to the cube then there is aggregates created on the cube and you need to fill the aggregates first before you can have the data available for reporting in the cube. To do that, manage ->rollup and start, that will fill the aggregates.
    2. If there is any request in the cube which is still red, then any request after that won't be available for reporting until you either delete the red request.
    If the problem still persist, then I would just delete all the data from the cube and reload the data again.
    thanks.
    Wond

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

Maybe you are looking for

  • How change plant, net price, OPu, and Material Number from ME32K

    Hi GURUs, May let me know how I should configure ME32K in order to allow users to change: - Material Number - Net Price - Order Purchasing Unit - Plant I have tried setting up field selections layout properly, even debug PBO, it is still greyed out f

  • Sending Error information

    hi All, We have in our implementation XI->TIBCO systems interaction. For the simplification of monitoring we are thinking of capturing the error information that was sent back to us (which we can view in the SXMB_MONI) and send it to TIBCO. Is there

  • Error 1053 comes out while starting oc4j service through windows services

    HI EVERYBODY I face some problem and I'll be very happy if i recieved any reply from u. here is my problem : I used the code which starts/stops OC4J-standalone as a Windows service using java service for install and uninstall the service(the code is

  • Nokia E61 Firmware version 3 telstra blackberry

    since upgrading to Ver 3 firmware my vers 3 blackberry service will not accept service books from telstra blackberry. Telstra say they will only support ver 2. How can I re install ver 2? Is it available on a website?

  • JAXB generating incorrect code with mixed type element extending abstract

    Hello, I am using JAXB v 2.0, and trying to generate proper Java classes, from the following snippet of my schema: <xsd:complexType name="abstract-query" abstract="true" mixed="true"> <xsd:annotation> <xsd:appinfo> <jxb:class name="QueryElement"> </j