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.

Similar Messages

  • Suppress the enter-query mode when no-data-found after execute a query.

    HI,
    Greetings of the day, Can any one suggest me that how to Suppress the enter-query mode when no-data-found after execute a query on the form by a button.
    whenever i execute query on form and result is no data found then form :system.mode is still in enter-query mode.
    i want that if result is no data found then form comes back it initial state.
    i will thank full of him who will help me..
    Thanks in Advance..

    Put this in your Key-ExeQry trigger:Execute_Query;
    If Get_block_property(:System.current_block,query_hits)=0 then
      Exit_form; --this cancels the Enter-Query mode; Does not exit the form.
    End if;You may want to trap and prevent the "FRM-40353: Query cancelled" message, and change the "FRM-40301: Query caused no records to be retrieved. Re-Enter" message. To do that, you need an On-Message form-level trigger:Declare
      Msg_Code Number        := MESSAGE_CODE;
      MSG      Varchar2(150) := SUBSTR('   '||MESSAGE_TYPE||'-'
                             ||TO_CHAR(Msg_Code)||': '||MESSAGE_TEXT,1,150);
    BEGIN
      If Msg_Code=40301 then
           -- 40301: Query caused no records to be retrieved. Re-Enter
        Message('  NO RECORDS FOUND',No_acknowledge);
      Elsif Msg_Code=40353 then -- Query cancelled.
        null;
      Else
        MESSAGE(MSG,NO_ACKNOWLEDGE);
      End if;
    End;

  • Button on toolbar after executing the report i.e. after result display

    Hi, after executing the report result is being displayed.Now at this stage I want a button on the application toolbar clicking on which will allow a perform to get triggered.
    I tried in following manner:
    SELECTION-SCREEN: FUNCTION KEY 1.
    *INITIALIZATION.
    TABLES: SSCRFIELDS.
    *MOVE icon_mail TO sscrfields-functxt_01.
    *form SEND_EMAIL .
    IF sy-ucomm = 'FC01'.
         PERFORM SEND_MAIL_ASSET_STATUS.
    ENDIF.
    But it's not ok.The above way is not working.
    Please note: I want button on toolbar only after executing the report i.e. after result display.
    How can I do this?
    Kindly guide.
    Best regards.

    hi
    if you are using alv than just pass 3 values to function call
         I_CALLBACK_PROGRAM                = SY-REPID   " program name
         I_CALLBACK_PF_STATUS_SET          = 'STATUS'  "PF-STATUS
         I_CALLBACK_USER_COMMAND           = 'UCOMMAND'  " subroutine name
    and check the value of UCOMM in subroutine

  • No Applicable Data Found during query execution !

    Hi friends,
    I know this question has been posted on sdn so many number of times and i have gone through all of those thread. i checked all the things menssioned in the previous thread and did accordingly, but not able to resolve this issue. Here is the details of the problem encountered:
    I am trying to execute a query <b>wihout</b> any selection crieteria. after runnig for 10-15 secs i am getting the following message:
    "No Applicable Data Found."
    I went to the Infocube manage and checked all the requests are green and "Request for reporting availble" option is also checked for each and every request loaded.
    I checked the LISTCUBE Tcode and checked that the data is there.
    Any idea how to fix this thing?
    manmit

    Thanks Bhabu for ur quick reply..actually i am in Production and so i can not remove that filter from the query design. we are using "Current calander month" as the filter. and when i go to the LISTCUBE. how can i put the same filter in LISTCUBE as i can see the date in the list cube upto only 2006 year.
    I think it is not getting data because of this filter...as the current month filter takes the data of current month and there is not data for this month in the cube i guess. plz correct me if i am wrong..
    assigned points for ur help already...
    Manmit

  • 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

  • Display 0 value for not applicable data found in Company Code Hierarchy

    Dear Expert,
    How to display 0 value inside company code hierarchy which has no data applicable data found in BW Report?  I have created queries with Profit Center(PC) Hierarchy and inside this hierarchy there are several PC. Based on data in BW Cube some of the PC has no applicable data found. But my report should display all the PC inside this hierarchy with 0 value for no applicable data found. What should i do to default 0 value for no applicable data found for that PC so that my report will be display all PC in that hierarchy?
    Best regards and thank you,
    Lin

    Hi Lin,
    Right now what value you are seeing when executing the query?
    Thanks & Regards,
    Vipin

  • Executing the report in the background

    Hi Frnds,
    I want to execute a report in background.After executing the report I want to receive a mail.
    I think this is possible through reporting agent.
    so i need the steps for this how to do...pls do the need ful..waiting for reply..
    Thanks and Regards
    Rajasekar.

    Hi,
    there are two parts of it -
    a. you have some exceptions & you run report in background & are informed if exception occurs, for that kind of scenario look at -
    http://help.sap.com/saphelp_bw33/helpdata/en/d3/a850390aa3b608e10000000a11402f/content.htm
    b. Without exception you can play with WEb template & get informed -- I am not very sure.see this --
    http://help.sap.com/saphelp_bw33/helpdata/en/9e/9f653ade969f4de10000000a114084/content.htm
    If you are on BW350, it can be achieved by Information Broadcasting feature. see this -
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm
    Hope it helps
    regards
    VC

  • "No Applicable Data found" message in BEx Analyzer Query

    Can anyone help me on this problem? I have encountered this problem when i tried to view the results in analyzer after i completed the database with all the data.
    Query - Demo: ICDEMOBC00_Q01 - Key Date: 31.12.9999     
    Calendar Day     
    Customer ID     
    Material number     
    Key Figures     
    Sale representative     
    No Applicable Data Found.

    You key date 31.12.9999, is this the date you entered in a variable?  If so I presume you don't have data on your system for this time period.
    If you take the date filter out of the report do you see data?
    Also check if there are any conditions on the report that may be active.
    Regards
    Gill

  • How to replace "No Applicable data found." message with other message ?

    Hi all BW Gurus
    I have a very specific requirement wherein the user wants to see different message instead of "No Applicable data found." in Web result of query.
    I think this should be possible with Table Interface Class but i am not sure how to go about this.
    If anybody can help me in this regard with sample ABAP code to be written in Table interface class it would be highly appreciated as the requirement is very urgent.
    Thanks in Advance
    Regards
    Swapnil.

    Hi  Swapnil,
         If you are using Web Application Designer means... Through Java Scripting you can solve ur problem.... if it BEX means  through Macros  you can solve ur problem...
           let me know,  if you are using Wad means.. i will give the  java script.... for  displaying different message....
    thanks
    @jay

  • How will be outbound data structure in sap xi after executing the stored pr

    Hi All
    can any one please tell me how will be outbound data structure in sap xi after executing the stored procedure by sender JDBC adapter?
    Thanks in advance
    regards
    Rams

    Hi..
    My stored procedure is select and it will be OUTBOUND in PI.
    is it will be same as following
    <resultset>
    <row>
    <column-name1>column-value</ column-name1>
    <column-name2></column-name2>
    <column-name3>column-value</ column-name3>
    <column-name4></column-name4>
    </row>
    <row>
    <column-name1>column-value</ column-name1>
    <column-name2></ column-name2>
    </row>
    </resultset>
    Regards
    Rams
    Edited by: Rameshkumar Varanganti on Oct 15, 2008 12:04 PM

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

  • 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

  • Error after executing the edidlinv

    Hi All,
    Following is the error message i am facing after executing the batch edidlinv
    edidlinv_1~20120229104954~process~invc_head, invc_detail, invc_xref, invc_merch_vat, invc_non_merch, item_master, sups, partner, vat_code_rates, v_restart_store_wh~-1405~ORA-01405: fetched column value is NULL~CURSOR FETCH: cursor=c_invoice, ps_driver_name=STORE_WH, ps_num_threads=1, ps_thread_val=1, ps_restart_invc_id=8678.
    Regards,
    Sushanth.D

    please open the pro*c source in an editor, lookup the cursor mentioned, and study it and/or run it in sqlplus, to understand why no data is found.
    E

  • No applicable data found - Error in BEx

    Experts,
    I have data (material, qty and amt related with future commitments) in cube. I see that data activated in cube and available for reporting. But when I execute report (no filters) I can see that some material is no displayed and if I run report selecting that material it says no applicable data found. This is so wierd problem. Anyone come across this type of situation? Any suggestions or comments please? Thanks.
    Regards,
    Nimesh

    Hi,
    you are facing this issue only for few materials.....then it's not a data issue.
    If you are looking the values of the basic key figure or some RKF's or CKF's.
    It could be possible that the RKF's are defined in such a way that it would be giving only specific materials only.
    you said you have activated the master data..... have you run an attribute change run after that??
    Do you have any conditions at the report level??? just check that...
    Thanks

  • Message when no data found in set block property

    hi,
    ı use oracle forms 10.1. when ı use the code below
    SET_BLOCK_PROPERTY('MY_BLOCK', DEFAULT_WHERE,     'YEAR=2012') ;
    EXECUTE QUERY;
    if there is records for year 2012 it works fine. Bu if there exists no record ı get message saying no data found. And then it clears the block. I want to clear block with no messages.
    is it possible? thanks...

    Yes. you can add your own message on form level. User ON-MESSAGE trigger and write down the given code :-
    DECLARE
      msgnum NUMBER       := MESSAGE_CODE;
      msgtxt VARCHAR2(80) := MESSAGE_TEXT;
      msgtyp VARCHAR2(3)  := MESSAGE_TYPE;
      ALERT_BUTTON Number;
    BEGIN
      IF msgnum = 40301 then
    --HERE YOU CAN WRITE ONLY NULL-------
    /* SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,'There are No records available for the Query selected by you  !!! ');
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE; */
    null;
    Elsif msgnum = 40355 then
              SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,msgtxt);
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE;
    Elsif msgnum = 40657 then
              SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,msgtxt);
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE;
    elsif msgnum = 40400 then
              message('Operation completed Successfully');
      END IF;
    END;

Maybe you are looking for

  • Down payment due amount issue

    Dear Experts, kindly guide me with reference to the down payment amount and work flow. I have already raised this issue on Amout check on Down payment Invoice Is there any possibility to handle the down payment invoice amount paid and remaining while

  • A few of my pages don't work with Firefox nor Chrome. How do I fix this?

    I created my website from scratch (enjoyaquatics.com) but unfortunately a few of my pages don't work with Firefox nor Chrome. How do I fix this? Everything looks and works GREAT on Safari but not Firefox, Chrome, nor Internet Explorer.

  • In lab view from RS-232 serial port we want to read and diplay that value

    Hello,          In lab VIEW 8.0,we want to read some data values via RS-232, how to read those values, we tried with visa read for read, but that is not displaying the buffer values.

  • Segment space mangement

    Hello Folks, For Oracle 10g its recommended Segment space management as auto by oracle but do it have any limitations I understand for changing from manual to auto need to recreate tablespaces,is it worth change from manual to auto i mean do it provi

  • When I double click on Firefox Icon, it doesn't start

    when I double click on Firefox icon the clock glass appears on my pointer but the Firefox doesn't start. but some days like today it opens and doesn't have any problem. I predict that I will have this problem again after I close the Firefox's window.