Data Not Populating for report

Hi,
i am using Oracle BI Applications 7.9.6, i just loaded few sample data using universal adaptor. In "Financials GL - Budget and Expenses" subject area, there are two facts: Facts-Budget, Facts-Actuals.
I could get the data with dimensions across these two fact columns independently like "one column from company dimension + one measure from Facts-Budget" and "one column from cost center dimension + one measure from Facts-Actuals", but when i apply the report with "one column from company dimension + one column from Facts-Budget + one column from Facts-Actuals", i am unable to get any data. I have checked the physical tables if data was coming and row counts are fine. Please suggest me on what should i check on.
Thanks,
Sreekanth.

Hi
could you please provide the error you are getting while running the report other way you can go through below mentioned link
OBIEE: Incorrectly defined logical table source doesn't contain mapping
i hope this will help you..
thanks & regards

Similar Messages

  • Loaded data not visible for Reporting?

    Hi all,
       In the info cube, the data is not visible for reporting, How can i make it available for reporting,
    When i select the Manage option from the context menu of the cube and select the Requests Tab, i get a pop up message that tells
    " There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoCube/ODS object that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000018049, number REQU_F4ZBFRMDGBULE9WCUN3R5UX5X."
    How do i find out the inconsistancies?
    PS: All the requesta are delta upload
    Thanks n regards
    Girikumar

    Hi Girikumar
    Use the RSRV transaction and check the inconsistency of the cube ..If any inconsistency is there repair that with the repari option in the toolbar..
    Let me knwo if it not resolved..
    Bye
    Shu Moh..

  • Data not populated for Enhanced field

    Hello,
    I had done enhancement by adding field to the LO Datasource.
    Written the code in the CMOD to populate the data. When i run init it worked fine and i am able to see the data for the enhanced filed.
    When i run delta iam not able to see the data for that field in RSA7, But i am able to see the data in RSA3.
    What is the reason that i am not able to see the data for the enhanced field in RSA7?
    Thanks in Advance!
    Regards
    M.A

    Hi M.A,
    This means that there is no delta data for that field.
    If there is no change in the data for that field then you cannot see any data in RSA7.
    Check in the Delta repetition in the RSA7 for any data for that field.
    Regards,
    ravi Kanth

  • Updated Date not populated for Vendor in R3 Tables

    Hi
    I made few changes for Vendor in R3 but it didn't update UPDAT field in LFA1 Table whereas i could see other data fields changed that i did in the screen.
    Could you pls. tell me why is it Or Is there any configuration required for updating Update field in R3 Tables....
    Thanks...

    Hi Harpal,
    There are two ways you can check it,
    1) Directly do the changes in vendor master transaction and before saving switch on debugging (/h) through command bar and simply debug the code and you can check where the data is getting updated.
    2) Once you do all the changes in vendor master through transaction, start another session and put transaction ST05, switch on the trace, after that go to earlier transaction and save. In the ST05 screen simply switch off the tract and display trace.
    In the shown trace check the update command on LFA1 table from there you can analyze which are all the fields it is writing to table.
    Regards,
    Durgesh.

  • Report Painter values are not populating for a particular cost center

    Report Painter(GR55) values are not populating for a particular cost center for the months of April 1 2011 where as for May onwards values are displaying correctly..We have check the transaction code KSB1 for this cost center there are some values posted for the period of April..
    Can any one help me to find out where exactly the issue is and how to resolve the same..

    Please check your variables in your report.

  • How to make data loaded into cube NOT ready for reporting

    Hi Gurus: Is there a way by which data loaded into cube, can be made NOT available for reporting.
    Please suggest. <removed>
    Thanks

    See, by default a request that has been loaded to a cube will be available for reporting. Bow if you have an aggregate, the system needs this new request to be rolled up to the aggregate as well, before it is available for reporting...reason? Becasue we just write queries for the cube, and not for the aggregate, so you only know if a query will hit a particular aggregate at its runtime. Which means that if a query gets data from the aggregate or the cube, it should ultimately get the same data in both the cases. Now if a request is added to the cube, but not to the aggregate, then there will be different data in both these objects. The system takes the safer route of not making the 'unrolled' up data visible at all, rather than having inconsistent data.
    Hope this helps...

  • Data not populating after DS enhancement

    HI pros,
    i have made Data source enhancement.
    i wrote the code in include program.
    when '0FI_GL_40'.
      CHECK NOT c_t_data[] IS INITIAL.
      LOOP AT c_t_data ASSIGNING <fs_data5>.
      SELECT SINGLE matnr FROM bseg INTO <fs_data5>-ZZMATNR
                             where BUKRS eq <fs_data5>-BUKRS and
                                   BELNR eq <fs_data5>-BELNR and
                                   GJAHR eq <fs_data5>-GJAHR and
                                   BUZEI eq <fs_data5>-BUZEI.
    endloop.
    but the data not populating into the report, the Multi provider is real time
    krish..

    Hi,
    Syntax
    ASSIGN mem_area TO <fs> casting_spec range_spec.
    Effect
    This statement assigns the memory area specified using mem_area to the field symbol <fs>. You can assign a data object or a memory area calculated from the address of a data object. After the assignment, the field symbol refers to the assigned memory area and can be used in operand positions. When used in a statement, it behaves like a dereferenced data reference, meaning that the statement works with the content of the memory area.
    The data type with which the assgigned memory area is treated, depends on the specifications in casting_spec. You can either execute an explicit casting or the field symbol takes on the data type of the data object specified in the assignment. A field symbol to which a memory area is assigned, has this data type after the assignment and behaves like a data object of this type.
    The assigned memory area mem_area must be at least as long as the data type specified in casting_spec and must have the same alignment. If the data type determined in casting_spec is deep, the deep components with their type and position must appear in the assigned memory area exactly like this.
    Use the specifications in range_spec to restrict the memory area that can be assigned to the field symbol.
    You have to assign it back to internal table to modify the content.
    Check in debug mode if you have still doubt.
    regards,
    Raju

  • Data not loading for new Fields InfoObjects from DSO to InfoCube

    Hi Gurus -
                   I have a DataSource that is providing data to existing DSO then to Infocube. My client asked me to added couple fields to DataSource and get the data to DSO and then DSO to InfoCube.
    Here is the Old scenarion:   DataSource -> DSO -> InfoCube.
    Here is the New Scenation:
         DataSource ( Added new fields) -> DSO (added new InfoObjects for Corresponding DataSource FIelds) -> InfoCube( Added new InfoObjects to mapped from DSO)
    I added the new fields to DataSource, added the corresponding InfoObjects to DSO and InfoCube.
    I successfully loaded data from DataSource to DSO. Data is populating for the new Fields/InfoObjects in DSO.
    But when I load data from DSO to InfoCube, I don't see any data for New Fields InfoObjects in the InfoCube.
    Data from DSO to InfoCube is loading fine for the Old InfoObjects Fields but not for the New InfoObjects I added in InfoCube.
    -Sonali

    Hi,
    Why dont u debug the load through DTP debugging and check what happens to the source field and target field once it passes through the transformation. You can easily trace back where the fields are becoming blank.
    The loads which you have mentioned earlier did it have values in Added Records/Transferred Records column for the cube.
    Regards,
    Mani

  • Possibele entries are not populating for the fields on the selection screen

    Hi,
    Possible entries are not populating for the fields on the selection screen for the query.But its working fine in Development and Quality Systems.
    Can any body help me out
    Regards,
    Amit.

    Hi,
    In the Selection screen,go to Settings->Value Restrictions tab->Read Mode Settings->Custom radio button and select the options Values in Master Data or Only Values in InfoProv or Only Posted values for navigation.
    After this setting,check whether you are getting the data or not.
    Rgds,
    Murali

  • Data not populating in database

    Hi All
    I am trying to insert data into a custom table but unable to do so...
    Steps followed
    1. Created a custom table
    2. Created an EO based on the table
    3. Created a VO associated with the EO.
    4. Created AM and associated the VO with it.
    5. Created page and associated it with the AM.
    Controller Code
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        am.invokeMethod("initEmployee");
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        if("Next".equals(pageContext.getParameter("event")))
           pageContext.setForwardURL("OA.jsp?page=/xx0801/oracle/apps/per/selfservice/val_assignment/webui/PhonePG", null, (byte)0, null, null, true, "N", (byte)99);
    if("Save".equals(pageContext.getParameter("event")))
      am.invokeMethod("createEmployee");
      }AMImpl Code
    public employeeAMImpl()
        public void initEmployee()
          OAViewObject vo = getEmployeeVO1();
            if(!vo.isPreparedForExecution())
               {vo.executeQuery();
            Row row=vo.createRow();
                vo.insertRow(row);
            row.setNewRowState(Row.STATUS_INITIALIZED);
        public void createEmployee()
        getTransaction().commit();
    ...A new row does get created in the table but the data columns are empty only the creation date, created by, last_updated_by etc are getting populated.
    Thanks

A: Data not populating in database

I have put the debug statement as follows:
public void createEmployee()
    EmployeeVORowImpl emp = (EmployeeVORowImpl)getEmployeeVO1().getCurrentRow();
   String name = emp.getEmployeeNumber().toString();  
   System.out.println("Emp Num: " + name);
    getTransaction().commit();
    }The employee number got printed in the messages. However the row still doesnot have any data except the created by, creation date etc
Edited by: Subhasish on Jan 12, 2011 3:38 AM

I have put the debug statement as follows:
public void createEmployee()
    EmployeeVORowImpl emp = (EmployeeVORowImpl)getEmployeeVO1().getCurrentRow();
   String name = emp.getEmployeeNumber().toString();  
   System.out.println("Emp Num: " + name);
    getTransaction().commit();
    }The employee number got printed in the messages. However the row still doesnot have any data except the created by, creation date etc
Edited by: Subhasish on Jan 12, 2011 3:38 AM

  • Best practices for loading apo planning book data to cube for reporting

    Hi,
    I would like to know whether there are any Best practices for loading apo planning book data to cube for reporting.
    I have seen 2 types of Design:
    1) The Planning Book Extractor data is Loaded first to the APO BW system within a Cube, and then get transferred to the Actual BW system. Reports are run from the Actual BW system cube.
    2) The Planning Book Extractor data is loaded directly to a cube within the Actual BW system.
    We do these data loads during evening hours once in a day.
    Rgds
    Gk

    Hi GK,
    What I have normally seen is:
    1) Data would be extracted from APO Planning Area to APO Cube (FOR BACKUP purpose). Weekly or monthly, depending on how much data change you expect, or how critical it is for business. Backups are mostly monthly for DP.
    2) Data extracted from APO planning area directly to DSO of staging layer in BW, and then to BW cubes, for reporting.
    For DP monthly, SNP daily
    You can also use the option 1 that you mentioned below. In this case, the APO cube is the backup cube, while the BW cube is the one that you could use for reporting, and this BW cube gets data from APO cube.
    Benefit in this case is that we have to extract data from Planning Area only once. So, planning area is available for jobs/users for more time. However, backup and reporting extraction are getting mixed in this case, so issues in the flow could impact both the backup and the reporting. We have used this scenario recently, and yet to see the full impact.
    Thanks - Pawan

  • Data not available for a particular field - when exectuing report on MP

    hai sdn,
                I am executing a report on multiprovider where 3 ods's are linked.i'm getting data into all the fields except for one field.(sales doc type).I have checked all my linking in the identification also. i cross checked by using the Tcode : listcube and executed the report - here i'm getting the data but in the report i'm not getting.Can any one help me out with this.
    Itz urgent..................
    Thanks in advance.

    Hi Sunita,
    0DOC_TYPE has key and text in the (business explorer Display), but you are saying you have it as text and key. Make it inline with what is there in the info object definitione.
    Note you have 2 options in Extras of the multiprovider.
    1. Key and Text
    2. Text and Key.
    Hope this helps you.
    Regards
    Ananth

  • Baseline date & Payment terms are not populating for Intercomany vendor

    Hi,
    When we post intercompany invoice & check the vendor line items in FBL1N,it is expected to have data payment terms & Baseline date from the posted Invoice.this is occuring fime with single company but this data is blank for Intercompany which is creating issues for further steps.
    Anybody has faced such issue? What may be the resolution?

    Hello,
    Why are you directly executing these programs?
    You will not expect these program to execute directly by going to SE38.
    I would have configured the relevant payment methods in the country with DME structure or classical RFFO* programs, which in turn pick up the inherent programs at the time of running F110.
    For example, if you need to generate BACS file for country GB, either you copy the GB_BACS to ZGB_BACS or use GB_BACS directly in FBZP settings.
    Make sure that you have maintained OBPM1 / OBPM2 / OBPM3 and OBPM4 settings properly.
    The system automatically gives the access to system RFFOAVIS_FPAYM. Prepare a variant against this program in F110. Relevant file gets generated to folder path mentioned in OBPM4 will get generated. The file get generated can be seen in AL11.
    Hope this is informative and solves your issue.
    Regards,
    Ravi

  • Data not available in report S_ALR_87013604

    Hi All,
    For some company codes the data is not executed for the report S_ALR_87013604. We have three controlling area and assigned with compnay codes. only a few company code are excuting data. Is this a chance of inactive profitanalysis for some company codes in OKKP.
    Suggest me on this

    Hi,
    Please find the below information on the report:
    This report enables you to compare the costs posted on the individual cost elements with the expenses recorded in Financial Accounting.
    In the report you can search for those accounts for which a reconciliation between Financial Accounting and Controlling is required. Reconciliation is necessary, for example, if you have executed a cross-company code allocation within CO.
    The report only displays the accounts that require reconciliation. The system uses the group currency as the report currency.
    Kind Regards
    Umapathi G

  • GL Data not available on report

    Hi All,
    I have a report which has been working fine. The report was based on cost for controlling cube which is based of WBS elements(cost).
    Now the report has been added with a column which gets its data from GL cube. I have added the 2 cubes in a multiprovider but cannot see the data for the column from GL.
    This same GL cube is being used on multiple other queries and has no problem.
    What could be the reason for the GL data not being displayed. I have also restricted to the respective infoproviders.
    Appreciate all the help.
    Kind Regards
    James

    hi,
    first of all check in tcode LISTCUBE for MP if you are getting data for any of the columns from GL cube.
    also check the characteristics from controlling cube and GL cube which are common and whether they have the same length ,  data types and values. The join at the MP level may not be working correctly which is why the data may be missing.
    regards,
    Arvind.

  • Maybe you are looking for

    • UDO: Add and Remove rows to/from Matrix.

      Hi all, Yes, I know there are lots of topics about adding and removing rows but I was having trouble with these and I need some expert's opinion. I'm working with a Document type UDO, with 1 header table (ADAT_ONR) and 1 child table (ADAT_NR1 -  Matr

    • Error "No field catalog available"

      hi im using REUSE_ALV_GRID_DISPLAY wni try to excute my program im getting the error as " No field catalog available" can any one help me in this issue?

    • DPS (Andriod devie): Nested overlays are working on other (horizontal) orientation

      Hi, As per the requirement, we have to set multiple overlays on few pages. E.g. if on vertical orientation there is multiplay overlay (scrollable frame in Object State) then on horizontal orientation the button (button to dispaly the object state) do

    • Emailing a link to a folder

      I was just trying to figure out how to send someone a link to a folder on a shared drive via email and thought I'd share my find. There were a few suggestions around, such as using afp:// or file:/// for a file, but nothing of those really worked wel

    • Switching Suite versions?

      I currently have Production Premium CS5.5.  I am considering going with Design and Web Premium when I go to CS6.  If I don't uninstall the old suite version when I upgrade will the apps that are in the old suite still work?  For example will Premiere