Data not getting displayed in Report

Hi All,
I am creating a report the query of which fetches around 1500 rows and is working fine , when I am running the same query in the report created data is only getting displayed on the first page and the report contains only 1 page.
Can anyone help what the problem is about and how to go about it.
Thanks
Ashwini

Hi,
Please check any conditional format trigger exists in the report, which you might created before. The conditional code doesn't seems deleted automatically and still take the conditional effect, even if you delete the conditional format from the menu. You need to delete it from Program Units manually.
By setting the vertical elasticity to Variable, all records should display normally. Are you able to view the page navigation button, once you run the form? or are you getting any error message?
Regards
MP

Similar Messages

  • Budget is not getting displayed in Report S_ALR_87013558

    Hi Friends,
    For project the budget is not getting displayed in Report S_ALR_87013558 though the budget is planned by TCode: CJ30 and released also by TCode: CJ32
    Is there any setting in customising in information systems to display in the report.
    Please treat this as quite urgent.
    Regards,
    Manohar N

    Hi Sridhar,
    Thanks for the input.
    But still Budget is not appearing in the report, even after running CJBN & CJEN.
    I had a look into CJ30 but the overall Budget is available. Is there any change required in the report.
    Regards,
    Selva

  • Adhoc Query data not getting displayed on Portal

    Hi,
    I have a problem with custom Adhoc query data not getting displayed on the portal.
    It was getting displayed initially but after a user made some changes to the query its not getting displayed.
    The query is displaying data perfectly on R/3 but on portal ..Its giving the message no data found.
    Can anyone help me on this.
    Also if anyone can tell me how do i debug an Adhoc query from potal.
    Is there any tool to debug an Abap program from portal.
    I dont want to use trace,
    Thanks
    GT
    Message was edited by: GT

    Hi GT
    find out the EXACT query u want to launch if it's display
    in BW buisness explorer then change the iview property
    for that query in portal . right click on iview
    BEx Web Application Query String -> assign correct query
    regards,
    kaushal

  • Profit center text not getting displayed in report

    Hi all
    Iam using 0profit_ctr in my query.But in report the text associated with it is not getting displayed.When i see the masterdata the text is displayed properly.
    Please let me know how to rectify this.
    Thanks
    Bhanu

    Right click on the master object, and click "Activate Master Data"
    Hope this will resolve the issue.
    Ishdeep.

  • Hier Node with character (e.g. 11100A) is not getting displayed in report

    Hi All,
    I have loaded the Finanacial Statement Version Hier in BI. It is perfectly loaded in the InfoObject 0GLACCEXT.
    Some Hier Nodes contain charcters in the Node name like 1100A and 1100B and rest are all number like 1100, 1200, 11000 etc.
    While I run the Report the Hier Nodes with nos (like 1100, 11000) are perfectly getting displyed in the report. But the Hier Nodes having the characters (like 1100A and 1100B) are not getting displayed into the Report and all the GLs under it are going into Unassigned node in the Reports.
    Plz help me.
    Regards,
    Sandeep

    Sandeep,
    Your hierarchy is made up of characteristics with the values 1100, 11100A etc.
    In your hierarchy is RSH1, does each node have the specific characteristic value Node 1
    -1100
    -11100A etc
    Or is it a range i.e.
    Node 1
    1000 : 11100A
    Regards
    Gill

  • Data not getting displayed in query

    Hi
    I have master infoobject with keyfigure units as percentage, and data is loaded and working fine.
    data is not getting displayed in query, i am getting the error message, that exception aggregation has to be maintained for 0calday.
    how do i resolve the issue
    Regards

    solved

  • Data not getting displayed in ALV grid when run in background

    Hello experts!
    Could anyone help me out please?
    I need to display an ALV grid in the background. My requirements are as follows:
    I first display an ALV grid in the foreground based on some input parameters. The user selects a few records for updating it and clicks on the "update" button. On the click of this button another report must be called and here the ALV report is displayed in the background.I am using "reuse_alv_grid_display" to display the grid.
    I am using Import/Export to get the selected rows in my called report. When i execute this report in the foreground i get the ALV grid along with the data. But when i execute it in the background, i get only the grid with the fieldnames and not the data when i check in SP01.
    Thanks in advance!
    Smitha

    Hi Smitha,
    If you are able to see in SP01 and only see the output layout or "List contains no data" shows clealry that the data is not getting passed in the called program or the data is not being used correctly in the called program.
    Cheers
    VJ

  • Master page Dynamic data not getting displayed in consecutive pages

    Hi,
       I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.
    Layout is
    Master page
          Sub form
                 Field1 -TextView
                 Field2 - TextField      bind with Node1--->Attribute1
                 Field2- TextField       bind with Node2---->Attribute2
                Field n - TextField
    all the text fields are bound to various nodes from RFC
    Body Page
             Sub form
                  Table -Grows Dynamically
    When i run the application all the fields are displayed perfectly in the first page.
    when the table data goes more than one page the problem arises
    The Text fields in the master page is  not displaying the values in the second page ,but the text views and the table values are fine.
    The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?
    Thanks in advance,
    Siva

    Hi
    I Would like to give a suggestion eventhough i don,t have answer to you question.
    Master Page is used for static content as per SAP and Adobe like company logo and  company address footer section and placing  watermarks etc....
    I feel because of the Dynamic behavior in master page it Leeds this problem.
    Regards
    Malli

  • Module Pool - Table Control - Data not getting displayed in Control

    Hi,
    I have a table contol in my module pool program. In my processing I am filling an internal table & then in my PBO I am linking the internal table to table control. The issue is that even though the internal table is getting filled correctly (found through debugging), the data is not getting populated in table control. Nothing is populated on screen. I am writing part of code below
    Declaration:
    Types: begin of ty_control,
            SELECTED TYPE C,
            TEXT TYPE DPR_CAUSE_T-TEXT,
          end of ty_control.
    CONTROLS :  TBL_CONT TYPE TABLEVIEW USING SCREEN '9001'.
    DATA:       lt_table_cont type TABLE OF ty_control with header line.
    Fields in TBL_CONT:
       TBL_CONT-SELECTED
      TBL_CONT-TEXT
    PBO Flow Logic:
      MODULE STATUS_9001.
    MODULE fill_data.
      LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
      ENDLOOP.
    PAI Flow Logic:
    Loop at lt_table_cont.
       MODULE UPDATE_DATA.
    endloop.
    MODULE USER_COMMAND_9001.
    PLZ let me know what might be the problem. I have been trying to figure out but cant.
    Thanks.

    Hi Sonali,
               When ever you need to do anything with the table control, i mean if u want to display data in table control or you want to validate the data entered in table control Should be done within Loop and Endloop.(PBO or PAI's which ever is appropriate)
    Here the data is not bieng displayed in ur table control because you have not used the MODULE fill_data  between
    LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
    ENDLOOP.
    so do it like this
    LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
    MODULE fill_data 
    ENDLOOP.
    this will solve your problem.
    Regards,
    Syed

  • Data not getting displayed in every page ...

    Hi,
    I'm facing a peculiar problem. I have a template where i want to display a certain table in every page but i can't place it in header. As far as i know it should get displayed if I select "Repeat as header row at the top of each page".
    This table is under a group <?for-each@section:G_HEADERS?> ... The problem that i'm facing is the table is getting displayed in the first page but not on subsequent pages ... i even tried putting a simple table with a static text .. but its behaving simillarly .... I tried Table-> Heading rows repeat but to no avail ..
    Please help me if someone has any solution ...

    Do you have a single page or multiple pages?
    You should be able to put a table in the header. Read up in the user guide on
    <?start:body?>
    <?end body?>
    Which allows you define the header/foot inside the Word body.
    In the 5.6.2 user guide it is on page 6-13:
    Creating RTF Templates -> Defining Headers and Footer -> Multiple or Complex Headers and Footers.
    In the word header you can use <??> command, but you have to spell them out and
    not use form fields - becaue Microsoft Word does not allow form fields in headers.
    Klaus

  • Sold-to-party Text data not getting displayed; Urgent

    I am current using a BI content 0CRM_COMP which contains sold-to-party, i have loaded this ODS, but when i view the data in bex i could only see the Key value and not the Text, even though i change the display mode to Key and Text both the columns displays only the Key value. is it because the master data is not loaded, i have also tried to load the Business Partner master data attributes and text till no use. Please help
    Note: These business partners are created in CRM and are nor from R/3

    Hi,
    Just check whether for this infoobject has master data and text option ticked or not in infoobject.
    If text option in there then search for the data scource0CRM_SOLDTO_TEXT or something like that which contain text for this particular infoobject and then laod the text for the same.
    Just got to the modelling tab -> infoprovider-> Application component in which you infoobject is present-> right click insert object as dat target-> give the name of your object this will give you data target one for master data one for text->activate data source and replicate in BW if not presen in BW-> make infosource on the text data source->make update rules for the text target and load.
    Or as Anil said sold to party is reference to customer load text into the custome with the same method iot will work fine.
    Hope it helps
    Thanks

  • Cube data not getting displayed in OBI

    Hi
    After importing a cube in OBI when I am trying to fetch the data it says " The criteria doesn't result in any data" .
    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.
    Is there something I am missing to introduce in cube.
    Appreciate any guidance.

    The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.Well if the cube's not fully populated then it's not wonder you don't get results. You wiill need to specify exactly the dimension members for which there is actually a valid data intersection point.
    Other than that make sure that your hierarchies are represented as what they actually are in the RPD. I.e. ragged hierarchies are ragged and unbalanced ones unbalanced.
    Cheers,
    C.

  • Data not getting displayed in controls present in the tabs

    Hi,
    I am facing problem in binding data to different controls
    exisiting in different tabs of a page from database. I can see the
    values of the controls in first tab, but not in other tabs. And at
    the same time, I can get the values of the datagrid even if is
    present in the later tabs....
    please guide me......

    To do what you want, set creationPolicy="all" on the
    TabNavigator.

  • Data not getting displayed in SNI monitor Web-UI screen

    Dear all,
    We are running the program ROEMPROACT2 in ECC to transfer planned independent requriement entered in MD61, the message ProductActivityNotification_In is successful in ECC and SNC.
    SLG1 shows warning message "Item 1: ShipFromLocation and VendorParty are both not specified" but we not able to see the planned demand in SNI Details - Product view.
    Request please let us know if we have missed out on any config.
    thanks,
    mahesh.

    Hi Mahesh,
    currently i am facing the same issue as mentioned by you above. will you please let me know how it got resolved?
    Thanks ain advance.
    Regards,
    aruna

  • Data is not getting displayed in the report from an Infoset.

    Hi All,
    I am having a report  based on an infoset. This report is displaying the data in the Dev. envmt. When it is transported to the QA, it is not displaying the data in the BEx as well as RSRT, in the QA envmt. The patch levels of both the Dev. and QA are the same. The Queries are same in the Dev and QA also.
    While trying to display the data from the infoset (rt.click- display data), i am able to view the data, in the QA.
    Could anyone please suggest why the data is not getting displayed in the query designer.
    Thanks & Regards,
    A.V.N.Rao

    Hi Ashish,
    I ran the "ZPS/!ZPS" in RSRT where ZPS is the infoset name. In Dev, it displayed the values. In QA, it displayed the below messages:
    ECharacteristic 0TCAKYFNM does not exist. Check authorizations
    WThere are calculated elements. These results are bracketed [  ]
    and below that, it displayed the values for Number of records. But, it has not displayed the values for the other figures.
    Does this has any impact in QA.
    Thanks & Regards,
    AVN Rao.

Maybe you are looking for

  • Mapping Clearing agent

    Dear Experts, In exports, we ship our consignemts from one location A to other location B with a road tranporter (say by lorry) for which we create a shipment document (transportation module is avail). From the location B our clearing agent clears th

  • Font changes when i try to create a pdf from a word doc

    I am trying to create a pdf from a word doc. I have tried multiple times and each time i do the font i used in the word doc gets changed on the pdf

  • Block article for procurement not for STO

    Hi We want to discontinue a particular article, but we have stock of this article in Distribution Center. How can we prevent this article for external procurement and at the same time we want to send this article to store for sale using stock transfe

  • Jquery slider and effects works slow in firefox in comparision with Chrome and IE.

    I am working on HTML conversion of a website and following all the standards. But the jquery banners and sliders are working very slow in Firefox in comparison with Chrome and IE. I tested it on different servers, but result is same.

  • Hiding the osx Partion in Windows

    Hello after installing Windows 7 using boot camp I noticed that the mac osx partition is visible in the windows install. I am little nervous about this and was wondering if there is any way to hide this from my windows 7 install? Thanks