Report Error: No Applicaple Data Found

Hi All,
Good Evening
BI 7.0 Report I have simply Drag and drop some Char (rows) and some Key(colum) then Executed but, i am not able to see the report.
It saying No Applicaple Data Found.
What to do, Please provide solutions, please.
Thanks & Regards,
Vijaay.

check whether data is loaded into target on which report is built....If data is there in the target then check the filters and restrictions in the query which is restricting the data to display..
hope it helps

Similar Messages

  • Report Query returning "No Data Found" with bind variables

    I put a simple query into Report Query:
    Select "bluefish". "name" as "name",
    "bluefish"."primary_flag" as "primary_flag",
    "bluefish"."status" as "status",
    "bluefish"."ID" as "ID" from "bluefish" "bluefish" where "bluefish"."ID" = :P3_XPRINTID
    When I test the query, data is returned; however, when I try to run the query using "Test Report" button, I get an error 01403 No Data Found. If I replace the bind variable with an explicit value, the report works.
    Anyone have any ideas as to what is causing this problem? I am using the Generic Report Layout, with various output types. I AM editting the query and defining the bind variable before I test the report (otherwise, the query wouldn't run).
    Charles

    Sometimes if you create a form/report/whatever using the wizards, it will create an After Submit process called something like Reset Page - basically you want to make sure you don't have any After Submit processes that call a Clear Session state (it may say something like Clear Cache for Page).
    In your branch, there is also a box that says Clear Cache - you want to make sure that does not have page Number 8 in it or it will clear your session state.
    Put the page in Debug mode and read through it - check to make sure your value is getting saved and maybe you can see what is going wrong.

  • BEx Analyzer Error "NO APPLICATION DATA FOUND".

    Hello Experts,
    I have a problem, when i am going to create a query in BEx analyzer.
    I got this Error "NO APPLICATION DATA FOUND".
    I already check that Particular InfoCube, The Cube is fine and also it contains Data.
    But the Problem begins Same.
    Thankyou,
    Kshitij Deshmukh

    Hello,
    I have solved this problem on my own.
    Solution: 1st check your target over query is excuting...there is data or no... in Tcode  "LISTCUBE".
    Then data is available... or not.
    If every thing is ok...then dorp the query....create anothor and checked by only 2 fields....if is working then ....comptele it.....if data is there then no problem....report should run...
    check ur data is ready for reproting.... i means reporting icon is available or not.????
    If the Problem begin Same "NO APPLICABLE DATA FOUND".
    Then the Problem in Loading.
    2. Click on cube choose manage tab...there will be reproting symbol....
    Need to check each steps if data is there or Report not running....
    Finally delete the request then again load the data..and icon should come automatically...
    3. There is R and below one excel sheet fighre...icon
    4. Go and make a Report in BEx Analayzer..
    Data will fetching Automatically....
    Thank you
    Regards
    Kshitij Deshmukh

  • Outlook 2010 Sending' reported error (0x8004010F): "Outlook data file cannot be accessed.'

    I recently moved my outlook directory to a different drive as my C: drive was getting full. 
    Everything went smoothly except for now I cannot send emails from any of my addresses with the error "Sending' reported error (0x8004010F): "Outlook data file cannot be accessed.'" that I've associated with outlook.   Recently I
    uninstalled all of Microsoft Office (student) and reinstalled it on the new drive, still getting the same error.  I've tried following the steps at http://support.microsoft.com/kb/2659085/en-us
    but when I go into the Control Panel to click on Mail (in this case Mail (32-bit) even though I run a 64-bit OS), the icon in the control panel is a piece of paper (leading me to believe it's broken) and when I click on it, nothing happens.  I don't
    mean my screen flickers or even thinks about doing anything with the swirly circle cursor... it does absolutely nothing.

    Hi Stintedvisions,
    Generally,
    “0x8004010f: Outlook data file cannot be accessed” error is occurred due to wrong configuration of Outlook profile. And as you said that you have been trying all Microsoft methods to resolve, but it’s still not working, then you should use
    the inbuilt utility of Microsoft called scanpst.exe. It can identify the bug and repair Outlook in minutes of times.
    Thanks
    Clark Kent

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

  • Sorting Interactive Report results in no data found message

    Hi,
    I've got an interactive report which returns results based on the :REQUEST bind variable - I've got a navigation list at the side where all the items link to the current page with different Request values. The IR works fine until I try to sort any of the columns by clicking the header and choosing ascending / descending, at which point it returns no data found.
    It starts working again if I change the last line to OR :REQUEST IS NOT NULL but this breaks the functionality of the report, I want to return only the selected statuses, or all if no request variable is present. I'm guessing that sorting sets :REQUEST to something temporarily and breaks it. My query is below, any ideas?
    SELECT   id,
             job_number,
             appt_start,
             domain,
             pwa,
             status,
             tstamp_created
      FROM   fail_jobs
      WHERE  (status = 'NEW' AND userid_created != 'SYSTEM' AND :REQUEST = 'ARD')
         OR  (status = 'ATR' AND :REQUEST = 'ATR')
         OR  (status IN ('ERR','REV') AND :REQUEST = 'REV')
         OR  (status = 'COM' AND :REQUEST = 'COM')
         OR  (status IN ('PCD','PCA') AND :REQUEST = 'PCD')
         OR  :REQUEST IS NULLThanks

    There are known issues with Interactive Reports referencing :REQUEST value, probably due to some inner logic that also handles it simultaneously - potentially causing malfunction or deadlocks.
    One workaround I've learned is to create a computation to assign :REQUEST to a temporary item (a PXX_REQUEST, for instance) and reference it in the query, instead of :REQUEST. This has worked fine for me in my experience.
    Let me know if that helps - pls sign the thread as 'Useful' or 'Correct' if so, hence more people can benefit.
    tks,
    Kleber

  • AA - Error Message: No data found in table j_1aat089 for depreciation area

    Hi friends,
    I am trying to execute ABAW transaction but I recieved the below error:
    "No data found in table j_1aat089 for depreciation area 00."
    Message no. 8Z874
    But Area 00 there is not configurate in my system.
    Does anyone has any hint regarding this issue?
    Thanks
    Daniel Dorta

    Hi Daniel,
    You are not using Inflation funcitonality, are not you? Check that in IMG - Financial Accounting (New) - Financial Accounting Global Settings (New) - Inflation Accounting - Inflation Methods - Assign Inflation Methods to Company Codes your company code is not assigned to any inflation methods.
    Regards,
    Eli

  • Error: No Logon Data found for Lotus Notes System

    Hi,
    I have created a lotus notes sytem and have configured the transport also.
    But even then i am not able to create appointment under collaboration.
    I get the error msg :
    <b>"No logon data found for the system 'system name' ".</b>
    And when i tried to change the <b>User Mapping</b> , it gives the error msg,
    " Error in accessing user mapping data for selected system"
    Pls help. Thanks in advance.

    Hi all,
    Here are a few solutions which may help you solve your problem
    1) Access the lotus system with its fully qualified hostname in the system credentials and in the Lotus transport as well.(Ping from portal side and Domino side to each other to check the connectivity as well as the heartbeat check i.e.Launch http://<hostname>:<port>/<servletDirectory>/CalendarServlet in the browser to check the connectivity)
    2) In the servlets.properties file,add the following(marked in bold)
    servlet.CalendarServlet.initArgs=saveperiod=50,width=7,AttachmentFolder= D:
    temp,useEmail=true,<b>debug=true,logResponse=true</b>
    This will help you find on the Lotus console what the possible error could be.
    3) Run the command 'load http' (coz the http protocol might not have been loaded) on the lotus console and restart the lous server.
    If this is the case then make the following entry in the notes.ini file.
    Against the list of ServerTasks add HTTP
    Regards,
    Prathamesh

  • 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

  • Getting a error ...data found in the main document but not in data source

    Good morning .....
    I am generating letters , calling wordpad from forms 6i......when it calls the wordpad document . it is saying that ...data found in the maindocument but not in the data source ...
    but when i see manually in that wordpad data source is present .
    please let me know .. if anyone know solution for this ......

    thanks for the reply Grant....
    yes it worked in simple case .. now i am trying to retrive a mutiple records in a single header .... so i used loops in the program ... i am getting this error now .
    i am calling lst files ...
    by using ole2

  • Disable a report link if no data found.

    I have a link from my portal report on a field. I want to disable the link if no data will be found. How do I do this.
    Rich

    Hey Rich,
    Using Portal links are easy but at times they can be very limiting. You actually have to go one step backwards and create the link yourself in the SQL statement. You would call a function in the sql statement to produce the link.
    SELECT
    display_link_update(asset_seq) as Update_Record,
    column2,
    column3,
    from table
    display_link_update is the function call and I'm passing one variable, asset_seq. Now the function can do the link creation.
    CREATE OR REPLACE FUNCTION "PROPERTY"."DISPLAY_LINK_UPDATE"
    (asset_seq1 in varchar2) return varchar2 is tag varchar2(4000);
    begin
    if asset_seq1 is not null
    tag:='Update Link';
    else
    tag:='Update Link'
    return tag;
    end;
    I hope this helps.
    Tom Watts

  • XL Reporter error "STRING 8005 NOT FOUND"

    Dear all,
    We have installed XL Reporter 6.80.01.29 on a computer with office 2007 and everything worked well.
    However, we have installed it on an office 2000 computer and we get an error when we try to launch it:
    "STRING 8005 NOT FOUND"
    Variable Objet ou variable bloc non definie
    Please, let me know if someone of you knows the solution !
    best regards,
    julien

    Hello,
    The solution is simple. You must read the B1 platform strategy --> desktop system platform. Browse this link :
    https://websmp210.sap-ag.de/smb/sbo/platforms
    There, you will find out the software requirement to install XL. Sizing guide is hardware and software requirement that is updated regularly. it is more detail and complete. Do not be despair.
    Rgds,
    JM
    http://groups.yahoo.com/group/SBO_Knowledge_Village
    [email protected]

  • XL Reporter error - MetaInfo.xml not found

    User encountered following error message when running XL Reporter reports on Excel 2003 running on OS Windows 7 with window administrator rights. However, same XL reports can be generated on Excel 2003 when running on OS Windows XP on another B1 client workstation.
    "An error occured during the process "Report Initialize"
    Description: (667) MetaInfo.xml not found!
    (Please contact the administrator to fix the repository connection)
    XL Reporter Startup Failed!
    Please advise.
    Thanks,
    Priscilla

    Hi Gordon,
    Where can I turn off the UAC? Is there any documentation on this?
    Thanks,
    Priscilla

  • SECATT script error / old SAPoffice data found

    Hello
    We are trying to run an secatt script to create 2500+ IDs. The script is erroring out because the IDs were previously in this system so the system wants to ask if we want to use the old SAPoffice data, however the script does not knwo how to deal with that so it errors out. usually you can just delete that record from your script and run again. However in this case all 2500+ have been in the system before so there is no way to get it to run. Has anyone found a fix for this? Is there a way to only delete the old SAPoffice data for these IDs?
    Thanks in advance!

    >
    Vince Vitale wrote:
    > Thanks
    >
    > Have you successful tried this before? Also if an one of the 2500+ were not created before I am going to get the error again but for the reverse reason.
    Vince,
    Kiran is correct, this can be achieve with SECATT.
    However, I would like to add some info that might be also helpful.
    Create and run the new script (Kiran's suggestion) that will address your first issue with the following execution options:
        a. S No Termination, Continue with next Script Command
        b. I Ignore Breakspoints (Default for Collective Execution)
    This will give you a log after the completion of the script.  The errors will be the users that were not    deleted previously and will be your source file for your existing SECATT script to add users.
    Run your original script with the new source file and you should be good.
    Good Luck!

Maybe you are looking for

  • How to pass hidden values to a report using reports6i

    Hi, I have created a fully running report and calling this report from a java based application. Now i wish to write a query which will filter the data on the basis of user id sent by java based application. This value can be in session or cookie. I

  • Portege R30-A-137 - Removing Windows 8 and installing Windows 7

    Hello, I have a Portege R30-A-137 notebook with Windows 8 installed and need to remove w8 and install Windows 7. According to documentation, computer has a preinstalled Windows 7 version, but i dont know howto install it. I only have windows 8 restor

  • Need a time compression plug-in.. ideas?

    Hi everyone, I'm working on a project where I need to do time compression of a song. In Avid's Audio Suite, I'd use Time Compression Expansion to change the speed of a clip without affecting pitch. How can I do this in Soundtrack? Thanks, Michael

  • Why don't I have the payment option of "None"? (Link inside)

    http://support.apple.com/kb/HT2534 That doesn't happen when I try to do that. I don't have the "None" option. >_>

  • Help, please: problem using brush in masking

    For some reason, when I use the brush tool, 100% opacity. 100% flow, when I paint with black it only partially reveals the background image. I have no special brush settings applied in the brush palette and the layer blend mode is set to normal. Any