Oracle Table Values are not displayed when tried to display with Essbase

Hi,
I was trying to create a report with Oracle RDB Table and Essbase by following the steps given in "Federating Essbase and Relational Data Sources in Oracle Business Intelligence Suite Enterprise Edition Plus" document at the location http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/fed_data/fed_data.html.
I am able to see the members from the Essbase cubes and I can also see the Oracle Table values, if they are displayed individually (i.e. different reports) but when I try to get one report with Essbase values with Oracle table records then Oracle table records are not displayed and when see the query log I don't see the query for Oracle table but I see obviously MDX queries for the essbase.
Please help.
Regards,
Paresh

Hi,
Smitha, you can defnetly use dynamic table in interactive form. I had similar problem and I acheived like follwing:Basically you have to bind the table .
If you want to have fixed number of rows in the interactive form, then in wddoinit method bind the internal table to ur table node. for exmaple: if u want 2 rows in the form loop times . So by default when you open the form you will get two rows for the table.
**************BIND THE ITAB ****************************
DO 2 TIMES.
APPEND LW_LFBK TO LT_LFBK.
CLEAR LW_LFBK.
ENDDO.
CALL METHOD lo_nd_t_lfbk->bind_table
EXPORTING
new_items = LT_LFBK.
If you want to have dynmic table then take a submit button in the form instead of normal button,
in onaction submit write a loop every time you click that new submit button it should add a new row.
use above coding in onactionsubmit instead of doinit.
Thats it.
Regards,
Ravi

Similar Messages

  • Service order values posted to WBS, values are not displaying in CJii3

    Hi,
    We have posted thevalues from service order to wbs.
    values are not displaying in cji3.
    Regards,

    Hi,
    If the data has been successfully loaded into BPC, then it should be visible in BPC report.
    You need to make sure that you are looking at the correct data region. Check in RSA1 and check which data region has the data. Maintain the same region in the report as well.
    Hope this helps.

  • Themes are not present when trying to make a card.

    Themes are not present when trying to make a card.  ??

    Greetings,
    You need to reinstall iPhoto. 
    Questions:
    What version of iPhoto are you running (iPhoto > About iPhoto)?
    What version of the Mac OS are you running (Apple > About this Mac)?
    General steps:
    Remove the following files to the trash:
    Macintosh HD > Library > Application Support > iPhoto (if present)
    Macintosh HD > Library > Application Support > NetServices (if present)
    Macintosh HD > Library > Receipts > iPhoto (anything with iPhoto in the name)
    Macintosh HD > Applications > iPhoto
    Insert the iLife install disk you have or the Applications disk that came with your computer and reinstall iPhoto: http://support.apple.com/kb/HT2604
    Once installation is complete go to the Apple > Software update and repeat this until no additional updates are offered.
    Hope that helps.

  • Forms values are not displayed correctly

    This is happening on the client view. I have a custom form and after some Windows updates on user's laptop, the text field values started stopping to display in the form. If I click on View mode then the text values shown and change back to Edit the form
    now text values show up in the text field.
    Another thing is when trying to print the view out, text values are not shown up at all. I tried to upgrade user to IE11 and same issue. Using Firefox then text values are shown in print preview but not in Editing. I don't want users to use different browser
    rather than IE.
    Any thoughts on this would be much appreciated.

    Hi,
    Since the issue happens after some Windows Updates, I would suggest the user log on another machine and see if the issue persists. If the issue only happens on this laptop, you can manually uninstall the update patch you doubt to test
    the issue. Go to Control Panel->Programs and Features->View installed Updates->”right click” and “uninstall”.
    Meanwhile, add the SharePoint sites to a trusted zone in IE settings.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • EA Version 4.0 - Partition high-values are not displayed (NULL)

    The partition high values are not schon in the "partitions" tab of the table. Only NULL was displayed.

    Sorry i slept, this is referenced partitioned table. Only in the parent rtable there will be the high-values displayed.

  • New created values are not displaying after upload

    Hi
    I have created 2 key figures(Infoobject),4 new nodes and leafs(Hierarchy), to include the new logic at R/3 end as well as BW end.Every thing is fine even after doing full upload(repair).
    When i execute the query the data is not populated in its respective infoobjects and hierarchy nodes and leafs.
    Even 1 infoobject which is used for Counter value is not showing the counting as it's defined as aggregate to the info object Count and that included to ODS which is responsible for counting. after full upload it's not showing the counter values.
    After full upload(Repair) all these entries are not displaying in the report against the data which is present at RSA3 level.
    Can any one tell me how to make them available in the query even after data is uploaded / available in the bw.
    Gaurav Upadhyaya
    Edited by: Gaurav on Aug 26, 2008 10:55 AM

    Hi,
    You can´t see hierarchies in an infoprovider, so this is ok. A hierarchie is a part of an infoobject. But you say  you have 2 new kefigures and they are not filled. I suppose you added both keyfigures to your DSO/Cube and to the datasource (in your source system). Have you extended the transformations between datasource <-> DSO and DSO <-> Cube too? Are the keyfigures correctly connected (in the transformations)? If yes, check your PSA after loading. Are the keyfigures filled here? If no, check the RSA3 in your source system. Are the fields for you keyfigures filled there?
    Pls. check this all and tell us, what the result is.
    Regards

  • Chart values are not displaying.

    Hi Gurus,
    We are in BI NW2004s SP11. Actually our web templets are publishing in EP.
    For some of the charts are not displaying any values.
    IGS_RFC_DEST version is 7000.0.8.1.
    Can any one give me suggestion to fix the problem.
    Thanks in advance.
    Thanks
    Raju.k

    Hi Arun,
    Some of the charts are in Line and Bar. When i check in IGS test here it is showing bar chart.
    Still i am facing the problem. Is there any NOTE to apply? please suggest me.
    Thanks in advance.
    Thanks
    Raju.k

  • Table values are not visible

    Hi,
    I have designed the GUI, which contains JTable.
    Every time the table is loaded with some values dynamically, after doing some operation.
    The table values are first stored in the vector and set to DefaultTableModel.
    The DefaultTableModel contains two vectors, in which first vector will have row values and
    second vector has column name (or heading, always it is four).
    The problem is only 40 row's values are visible in GUI.
    Not able to move the scroller down to see the table values after the 40th row.
    Please suggest me in what way i can correct this problem.
    Thanks & Regards

    calvino_ind wrote:
    kathyayini wrote:
    Its not stupid.
    I know that there are more than 40 rows.
    Because i have displayed the values which are loaded into table and also i am writing the table as excel file.
    Don't act to smart.he wasn't acting smart, but actually acting dumbYeah as if your first comment asking whether he added a JScrollPane was much smarter, especially because the OP mentioned that he has a scroller in the GUI...
    Be it as it is, you could post the relevant code snippet here.

  • Unposted values are not display in input-ready queries - BRAIN 485

    Hi experts,
    After installing the support package level from "7.00 SP16" to "7.00 SP21" we meet an issue in our input-ready queries.
    When we use the setting "Access Type for Result Values" according to master data in a query with time characteristics in columns, the system error BRAIN 485 occurs & no cells are not displayed.
    Any idea ?
    Thanks in advance,
    Laurent

    Hi raj,
    Thanks for your reply.
    Please tell me with which BEx patch you have faced this issue.
    We are on BI7.0 SP 19.
    Thanks.
    Regards,
    Rik

  • Place Holder values are not displaying when calling the report

    Hi,
    I have a Place holder column in my report and i am assigning the values in a formula column. When i run the report from report builder place holder column is showing the value. But when i deploy the same in application server and i try to invoke from a form it is not the value of that place holder column. Why is this happening? Please, help me in resolving the same.
    Thanks & Rgds,
    M T

    Yes Gayatri. You are right. When i run the report from report builder it is working perfectly. The same report i deployed in application server and invoking from a form report is not showing the values for place holder columns.
    Why is this happening?
    How to resolve it?

  • Tcode VL10G  quantity field values are not displaying ?

    Hi All,
    In TCODE - VL10G - Sales and Purchase Order display  -
    After passing the input values it displays the results with minimum fields in the ALV layout.  When I add Quantity fields to the layout - WMENG -Order quantity and any other Quantity related fields it is not displaying values in the results. Even though the values exists in the table.
    Can anyone tell me what could be the reason? In the input screen u2013 passing the values in USER ROLE tab has anything related to this issue?
    I tried to debug and could not find code related to VBEP table or other table which has quantity fields.
    Please let me know if any ideas? Thanks in advance.

    Hi,
    We are using - SAP ECC 6.0 system.
    Any hint how I can solve this?
    Thanks.

  • Heirarchy values are not displaying correctly in report.

    Hi,
    I am having a heirarchy field in my report.
    I have 2 local RKF's in my report and 2 manadatory variables(which are FISCAL YEAR AND CAL MONTH).
    When i am executing the report , it is displaying the Heirarchy values with respect to one restricted KF.
    The heirarchy values correspoding to other RKF are not getting displayed properly, it is showing as (NOT Assigned).
    Its giving the correct values for the RKF's but not showing the  heirarchy values.
    I hided the 2nd RKF, then also its showing in the same way.
    Please help me on this,
    Thanks in advance!

    Hi, Saro,
    >
    I have taken a std. report to customize, and the name of the report is Asset Retirements from Fixed Asset module.
    From the existing base query, i have added some query to customize it.
    I have summed  the cost column in the report using summary column.
    For example, im passing a parameters which displays 5 lines in the report output. Im getting the cost value correctly in all the 5 lines, but when i tried to sum all the 5 lines, it is taking the first line of cost value and it is not summing the cost value of all the 5 lines in the report. I dont know why this problem occurs.
    Summary column should be place one level up of the query and set the following values under summary
    Function
    Source
    Reset As

  • Keyfigures values are not displaying

    Hi Experts,
    There is an issue that when the user is trying to execute the report (maybe workbook) he is not able to see the keyfigures values.Keyfigures are not hidden and they are in display mode in designer.He is getting blank values
    But when I execute the same report in Bex Analyzer I can able to see the keyfigure values.But if I rerfresh the report which the user has executed I am not able to see any values for keyfigures.
    Can anybody suggest something on the same issue.
    Thanks in advance.

    Do you see blank values for all the KFs or some specific key figures. Try running the query for some different selection and let us know if you can see the result.
    To check the authorization, check the InfoObject property for all the IO used in the query. Check the BEx tab and there is checkbox called this object is authorization relavent. If this is checked for any of the infoobject, you must have those IOs in the selection screen as mandatory variables. You can not run the report keeping selection for this IOs blank.
    Parallely also check with your security team if any authorization is assigned to those IOs which are authorization relevent. Check if you are given all the required roles to see the values.
    If the answer to my first question is YES, which is all the KFs are blank  and that is true for any other selection, there could be a possibility that query is corrupted in Production. That happened to me once. The solution given by SAP was to save the query again in Production and reembed in teh workbook again.
    - Danny.

  • Table values are not passed to context.

    Hi,
    Im trying to build a online(WD ABAP) form with a BAPI which is having import, export and tables parameters.
    I have binded Datasource with main node and Template source I have binded with the form which I created with the form interface using context fromBAPI. Then I got all importing and exporting parameters. And tables I have got under Changing Node of Data View in the form. But there is one other node called Data is created automatically under changing node and under that DATA node I got Table and under that I got again Data Node created and there I have all the attributes.
    I dragged table on to the form. But when Im tesing the form by submitting, Im not getting table values which are entered in table. But all other values which are binded to importing parameters Im able to get the values.
    Can some one tell me how to get the values from table to context? And can I have dynamic table in the form to map to the context so that I can update the data through BAPI?
    Warm Regards,
    J.Smitha.

    Hi,
    Smitha, you can defnetly use dynamic table in interactive form. I had similar problem and I acheived like follwing:Basically you have to bind the table .
    If you want to have fixed number of rows in the interactive form, then in wddoinit method bind the internal table to ur table node. for exmaple: if u want 2 rows in the form loop times . So by default when you open the form you will get two rows for the table.
    **************BIND THE ITAB ****************************
    DO 2 TIMES.
    APPEND LW_LFBK TO LT_LFBK.
    CLEAR LW_LFBK.
    ENDDO.
    CALL METHOD lo_nd_t_lfbk->bind_table
    EXPORTING
    new_items = LT_LFBK.
    If you want to have dynmic table then take a submit button in the form instead of normal button,
    in onaction submit write a loop every time you click that new submit button it should add a new row.
    use above coding in onactionsubmit instead of doinit.
    Thats it.
    Regards,
    Ravi

  • Parallel depreciation area not posted  when trying to settle an order.

    Hi,
    We have requirement of using parallel currencies in one of the cocode.So I havee set up parallel currencies in AA as well.
    We have three currencies EUR as Local currency, USD as Group Currency and CHF as Index-based Curremcy.
    I have set up Depreciation areas
    01 Book depreciation areau2014posts in real timeu2014leading ledger 0L
    02 Book depreciation area for CHFu2014posts Dep only u2013Z1 european ledger
    10u2014Statutory Depreciation areau2014Do not post
    19u2014Derived Dep area (01-10)
    29u2014Dervied dep area (02-01) Posts APC onlyu2014Z1 european leading ledger
    30-Consolidated Balancesheet in local currencyu2014do not post
    31u2014consolidated balance sheet in group currencyu2014do not post
    32u2014Book dep in Group currency u2013do not post--assigned USD in OABT
    42-Book dep in Group currency-do not post --assigned CHF in OABT
    I have selected Indentical and TTr check box for dep areas 02,31,32, & 42.
    I have done the consistency check and it shows no errors in depreciation area set up.
    When Trying to settle an internal order in KO88 to a fixed asset I am getting the below error message.
    *Data inconsistency: Parallel depr. area is not posted Message no. AAPO104*
    Diagnosis
    For chart of depreciation ZCH, you defined this area (or these areas) as parallel depreciation areas for depreciation area 01. In the current transaction, however, not all of these areas are posted. This is not allowed.
    Procedure
    Check if the transaction type is limited to certain depreciation areas. If there is such a limitation, add the missing depreciation areas for the transaction type.
    Check if the asset that is being posted manages all these depreciation areas.
    I have checked the transaction types and they are not limited to any depreciation areas. I have activated depreciatio areas in the asset class and maintained the account determination nad assigned g/l accounts.
    Please help me if I have missed any settings.
    Thanks & Regards
    Nirmala

    Hi,
    AAPO104 is generally a customizing error:  the check points to consider are generally the following regarding parallel currencies: I think you have checked most of them already...
    * The parall. dep. area must have the same settings as the original area (e.g. allowing APC).
    * The parall. dep. area must set for identical values take over.
    * The parall. dep. area must set for identical parameter take over.
    * The parall. dep. area must be assigned to the currency type which is defined as parallel in FI in trx. OB22 (e.g. 30).
    * The parall. dep. area must be activated in the asset class (transaction OAYZ)
    Furthermore, a problem can also be that in OABT you have a parallel area customized, taking value from another area, which is customized and seen in T093. If for example this parall.area is missing on your Asset Under Construction but is there on the final asset this obviously will create the error AAPO104, too.
    In any case check your settings are correct in regards to parallel depreciation areas. They must manage same values as original areas. If they don't it cannot be a parallel area.
    Maybe you also need to consider the information in SAP note 317806.
    Also, looking at your different depreciation areas above, it looks that you have set up a ledger scenario (areas 01 , 02 and 29). I wonder, do you have a correct set up for the parallel currency for your ledger scenario? If I am not mistaken, I don't see a derived parallel currency area. Could this be the problem?
    Regards,
    Brigitte

Maybe you are looking for

  • VERY SLOW Mac Book Pro after Mavericks update...

    I have recently updated my MacBook Pro to Mavericks and everything is slow. I use IMovie and my computer freezes. What should I do?

  • Missing or inaccessible method:

    Hi everyone, I am using Oracle Coherence 3.7.1 on OEL5. I am trying to perform filtering in CohQL but it gives me an error and I have not solved this issue yet. CohQL> select count() from customers Results 8 CohQL> select key() from customers Results

  • RH in Mac OS X Leopard environment

    First a question: Is anyone running RoboHelp (i.e., building a project) in Mac OS Leopard? If so, do you need a Windows emulator? I'm guessing success would be more likely on an Intel-based Mac than on a PPC machine. I opened some WebHelp output pack

  • Java.lang.String:   How can we replace the list of characters in a String?

    String s = "abc$d!efg:i"; s = s.replace('=', ' '); s = s.replace(':', ' '); s = s.replace('$', ' '); s = s.replace('!', ' '); I want to check a list of illegal characters(Ex: $ = : ! ) present in the String 's' and replace all the occurance with empt

  • Library doesnt sync with Ipod Library

    Whenever I make changes in the itunes library (changing genre, artists, etc), the ipod's library doesn't change...any advice?