No applicable data : when selecting hierarchy node on 0GLACCEXT

Hi,
I using the ZCUBE (Copy of virtual cube 0FIGL_V10).
I have data for the 0GLACCEXT hierarchy (standard hierarchy tech name: INT, and also for custom hierarchies)
From the moment we use a selection in the rows on a node within the hierarchy of the financial statement item : 0GLACCEXT,  the result is No applicable data.
We are using the standard calculated key figure Balance sheet Value.
If i use the hierarchy (for INT) as a whole, we get data. If i restrict with hierarchy nodes for INT, then 'No Applicable Data'.
for the other custom hierarchies, i'm getting same result, i.e. 'No Applicable Data'.
Can somebody help with this issue.
Thanks,
V

Hi
Find out whethere data exists actually for the nade by executing the data for all the hierarchy nodes and find out whether data is coming when you execute for some other nodes
Regards
N Ganesh

Similar Messages

  • Run Time Error when trying to select hierarchy node

    Hy all,
    the situation is the following:
    i attempt to create a variable of type "hierarchy node" (for cost center cha) in my planning area, i used the replacement type "user defined value", check on "input allowed by user" and then i create the user entry, in selection condition i run match code and when i try to select a single cost center (not a hierarchy node) expanding the hierarchy tree the system goes dump with the following message:
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
    Short text of error message:
    Program is inconsistent -> see long text
    Technical information about the message:
    Diagnosis:
    An inconsistent program status has occurred. The program cannot be continued.
    System response:
    The system crashes.
    Procedure
             1.  Look in OSS for a note under the error message UPC099.
             2.  When you open a problem message, send the first pages of the
                 system crash message including the section 'Source code excerpt
                 ' with the message.
         Procedure for System Administration
        Message classe...... "UPC"
        Number.............. 099
    Selecting a hierarchy node (not a single cost center but a text node grouping more cost conter) this problem does not occur.
    I appreciate (and reward) any hints.
    Thanks in advance
    Fabio

    Hi,
    Go through the oss notes with error message UPC099
    Dump during hierarchy selection:<b>536694</b>
    Dump when reading a hierarchy with intervals :<b>423953</b>
    Regards-
    Siddhu
    Message was edited by: sidhartha

  • Why only gets one node when select many nodes of tree in DWCS4 on Mac OS

    I use tag <mm:treecontrol> to create tree in DWCS4 on Mac OS.
    When I select many nodes in tree, but I only get one node by method: selectedNodes.
    codes of created tree as following:
    <mm:treecontrol name='tree' size='20' multiple noheaders>
         <mm:treecolumn state='hidden'>
              <mm:treenode value='A' state='expanded'></mm:treenode>
              <mm:treenode value='B' state='expanded'></mm:treenode>
              <mm:treenode value='C' state='expanded'></mm:treenode>
    </mm:treecontrol>
    Who can  tell me reasons?
    Thanks!
    comments: if don't use tag <mm:treecolumn>, tree will not show on Mac OS.

    Hi macbig,
    I finally got to look at my sister's computer. The HDD "Repair Disk" found missing threads, missing directory records, etc. and ended with:
    Error: Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-
    up files.
    Then, I tried "Verify Disk" and it found invalid volume file count and ended with:
    The volume Macintosh HD was found corrupted and needs to be repaired.
    Error: This disk needs to be repaired. Click Repair Disk
    I guess running Apple Hardware Test is not going to happen. :/
    I've ordered online a new 2.5 disk, make a Maverick boot USB, and start from scratch. Do you have any other suggestions?
    As for the corrupted old hard drive, do you have any suggestions of how to get out the data somehow?
    Thank you so much!

  • BPC Excel: Select hierarchy nodes & exclude an account within

    Hello All
    u2013 in EVDRE, is there a way to define a column selection for a account hierarchy node, however exclude one of the accounts within this group? THis is simmilar to BEX query, where you can select a hierarchy node and then also select to exclude a member within.
    EG From the account hierarchy below, select the hierarchy node u2013 u2018group1u2019 , however exclude account 2.
    Account Hierarchy     
         Hierarchy - group1
              Account1
              Account2
              Account3
              Account4
    I have a couple of different column definitions, so this definition would need to be defined inside the column header area & not in the column member set.
    Thanks
    Glen

    Hello Nilanjan
    Firstly, thanks for your reply, much appreciated. One of the requirements is to have multiple column definitions in my report. To achieve this, i was planning to define the definitions inside the columns and adjust the colkeyrange to include all column definitions. This would mean that i would not use the column expansion and hence not have access to the suppress function.
    Is there a way of including the suppress function in a column definition?
    EG Include hierarchy node 'Parent - Group1" and exclude 'Account2'
    Account Hierarchy          
         Parent - Group1     
              Account1
              Account2
              Account3
              Account4
    Thanks, Glen

  • Cannot see table data when selecting data tab

    In SQL developer 2.1, when I look at table definitions I see the column names and types etc, then when I click on the data tab to see the data in that table, I don't see the data only row numbers, this does'nt happen in version 1.54. Any idea what it could be causing the data not to be displayed?

    I don't know if there is a synonym or not, I'll have to check. In the table browser when I click on a table I get the table columns in the main window with tabs on top for 'data', 'constraints' etc. when I select data, I see row numbers on the left, column names at the top but no data when there is data in the table (checked it using sql).
    I've gone back to version 1.5.5, thanks for your help.
    Arshad

  • Problem when selecting child node in Hierarchical Tree

    I have a hierarchical tree on a form populated thru a table query(form1). When I click on a child node, it opens form2 which contains a tab canvas. After closing forms, I return to the form1(containing Tree). At this point If I want to click on the same child node, I should be able to open form2 again. This doesn't happen.
    I have the following code in my When-Tree-node_selected trigger:
    Declare
    htree item;
    vnode_label varchar2(50);
    node_clicked FTREE.NODE;
    vnode_value number;
    vnode_depth number;
    v_type number;
    v_value varchar2(100);
    v_form_name varchar2(100);
    v_alert_return number;
    begin
    -- Find the tree itself.
    htree := FIND_ITEM('tree_block.tree');
    node_clicked := :SYSTEM.TRIGGER_NODE;
    vnode_value := FTREE.NODE_label;
    -- Find the value of the node clicked on.
    vnode_label := FTREE.GET_TREE_NODE_PROPERTY (htree,:SYSTEM.TRIGGER_NODE,FTREE.NODE_label);
    vnode_depth := to_number(ftree.get_tree_node_property(htree,:SYSTEM.TRIGGER_NODE,ftree.Node_depth));
    --Open form for node selected on tree and/or specific tab page
    if vnode_depth <> 1 then
    if :system.trigger_node_selected = 'TRUE' then CASE vnode_label
    WHEN 'Personal' then
    v_form_name :='HR_PERSONAL_INFO_UPDATE';
    WHEN 'Citizenship' then
    v_form_name :='HR_PERSONAL_INFO_UPDATE';
    WHEN 'Emergency Contact' then
    v_form_name :='HR_PERSONAL_INFO_UPDATE';
    if id_null(Find_form(v_form_name)) then
    open_form(:global.application_path || v_form_name,ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA);
    else
    go_form(v_form_name);
    end if;
    END IF;
    elsif vnode_depth = 1 then
    if :system.trigger_node_SELECTED = 'TRUE' then CASE vnode_label
    WHEN 'EMPLOYEE INFO' then
    v_form_name :='HR_PERSONAL_INFO_UPDATE';
    vnode_label := 'Personal';
    WHEN 'REPORTS' then
    v_form_name :='HR_REPORTS';
    vnode_label := '';
    if id_null(Find_form(v_form_name)) then
    v_form_name := :global.application_path || v_form_name;
    open_form(v_form_name,ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA);--,p_list);
    else
    go_form(v_form_name);
    end if;
    end if;
    end;
    Can anyone please help me? I don't want the user to double click. They should only click once.
    Thanks,
    Mercedes

    Right clicking does not change the current selection. The tree has no way to report what node was right clicked. Only work around is to left click the node you wish then right click it.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                       

  • Dynamically Selecting Hierarchy Nodes for each year

    Hi All,
    I have a strange query requirement. I am having a hierarchy which is divided based on region, quarter  and marketing campaign.
    Like below:
    APAC
             2010 Q1
                   Brand Marketing                      M09/2010-000074 (Node Technical Name)
                   Brand Advertising                   M09/2010-000075 
                   Events                                     M09/2010-000082
    EMEA
             2010 Q1
                   Brand Marketing                     M09/2010-000084
                   Brand Advertising                  M09/2010-000085
                   Events                                    M09/2010-000086 
    NA
        2010 Q1
                   Brand Marketing                     M09/2010-000098
                   Brand Advertising                  M09/2010-000099
                   Events                                    M09/2010-000106
    In my report output, I need to display the data in the below format. The Brand Marketing is cumilative of all regions (APAC, EMEA, NA).
                                                   Approved Amt
    Brand Marketing                    $2000
    Brand Advertising                 $1300
    Events                                   $8430   
    But my issue is next quarter the node technical names will change. So next quarter, my query should pick the nodes of current quarter based on node description.
    Right now what we are doing is hard coding in query the node technical names and modifying the query definition every quarter. After that download the query in Excel and apply excel formulae to cumulate the Brand Marketing, Brand Advertising, Events of all the regions. Then we will mail those files to Users.
    But we want to avoid that manual activity.
    Is there any way that we can enable query pick the marketing campaigns of current quarter and cumulate then for all regions
    Please let me know whether there is any alternative.
    Thanks

    Hi John,
    We are having a level based hierarchy, so the member key settings are disabled. Will they be helpful in case of level based hierarchy?
    Thanks,
    Sreekanth
    Edited by: JUPS on Sep 13, 2011 11:00 PM

  • How to fill depended collection of data when selecting a value from lov

    hi
    i am working on a master detail form. when i am selecting a Department name from LOV all
    corresponding Employee will filled in to table. how it is possible programatically
    caan u give some sample code
    Regards
    Rajesh

    hi
    i am using J developer 11g (adf)and i used an lov for searching for departments
    when i selecting a departments ,all emplyees from that department i want to fill
    in a table.
    here i can fill data in iin input text control . But i cannot fill array of data into a table
    can u give some advice and sample code
    regards
    rajesh

  • Select key date of time-dependent hierarchy before select a hierarchy node

    Hello experts!
    I have a Web Application which has a selection on 0ORGUNIT (organizational unit). The selection is on hierarchy nodes and the hierarchy is time-dependent.
    Because of the time-dependency I have to give a key date for the hierarchy. But I want to select the key date at runtime/execution of the query and additionally I want to select the hierarchy node and other selection criterias.
    Maybe there is a solution to get all this in one pop-up or maybe in two or another solution how I can implement this requirement.
    Thanks for help!
    Peter

    Hey!
    You don't have to use the same presentation-hierarchy like  the selection-hierarchy is which you use for the variable. While presentation-hierarchy always has a key-date, the selection-hierarchy has none. So you see all values for selection but just this which are valid for the presentation-hierarchy are selected. And there is a warning which you can supress over RSRT.
    This solution works for our problem, maybe not for yours, don't know.
    Best regards,
    Peter

  • Query with user-exit hierarchy variable and input ready hierarchy node var.

    Hello everyone.
    we are using several hierarchies (2005, 2006 and 2007) of the same info object 0FUNDS_CTR (one for each fiscal year). We would like to be able to use same reports regardless of chosen fiscal year (selected hierarchy) and ever more, to select node inside proper hierarchy. At the moment reports use 3 parameters:
    1) fiscal period from - fiscal period to
    2) hierarchy name
    3) hierarchy node
    Our goal is to get report with only 2 parameters:
    1) fiscal period from - fiscal period to
    2) hierarchy node
    since hierarchy name could be derived (user exit) from fiscal period.
    When user selects hierarchy node he is being asked to select hierarchy name (despite of user exit for hierarchy name) and key date (populated with current date).
    We would like to avoid step of user selecting hierarchy. Is it possible?
    Any other approaches to problem would be appreciated.
    Kind regards,
    Josko.

    Hi Jörg,
    As mentioned, I_STEP = 3 is  processed once per query, not once per varaiable.
    If this statement is placed within case-endcase for I_VNAM it never will be processed.
    Please take a look on this, it might be helpful..
    Regards
    Joe

  • 0GLACCEXT hierarchy nodes description not displaying

    Hi Gurus,
    Dear Moderator , Please close / delete this thread , I've posted this thread in EIM >> EDW >> General *
    Edited by: Nehabibo on Dec 14, 2010 4:40 PM
    Edited by: Nehabibo on Dec 14, 2010 5:17 PM

    Hi Ganesh,
    Please follow below mentioned steps to to get correct values in Balance sheet report ie for Assets and Liabilities.
    Double click on Transfer Rules of 0GLACCEXT (Hierarchy)
    Check Below mentioned fields are mapped correctly or no
    0HIENM  -
    HIENM
    0HIER_VERS----
    VERSION
    0DATETO----
    DATEFROM
    0DATEFROM----
    DATETO
    next Pls follow below mentioned steps carefully
    In the same screen First u can see Info source----
    0GLACCEXT
    Next You can find Segment -
    Hierarchy Header just beside that you will find  small symbol pls click on that and select Hierarchy Node and pls map fields as below
    0HIER_NODE----
    NODENAME
    SIGNCH----
    RSIGN
    0BAL_DEPEND----
    PLUMI
    0GLACCEXT----
    GLACCEXT
    Please map the fields as I have mentioned and load the data and check.
    Regards
    Albaik
    Edited by: albaik on Mar 15, 2010 7:01 AM

  • Locking hierarchy node

    Hi everybody,
    i have a problem with locking hierarchy nodes in the BEx (integrated planning). I have to show a certain hierarchy in the rows and i also have to select a certain node of this hierarchy before. Therefore i create an editable variable for this charactristic. After selecting a certain node of this hierarchy all nodes of this hierarchy will be locked so that nobody else is able to plan on this hierarchy. In my opinion it is not a normal reaction of the system. I really expect that only the selected hierarchy node and all the nodes assigning to this node must be locked, but not all the nodes of the hierarchy. Am i right? Has someone had the same experience? Is it probably a bug?
    I really look forward to getting an answer.
    Thanks in advance.
    Ali

    Hi Ali,
    locks depend on the selection used in the filter of the query (or restrictions in structure members). So make sure that your restrictions are in the filter (the default values play no role). In the filter you can use select options or hierarchy nodes (this is then called a selection hierarchy).
    If you are only using a presentation hierarchy this has not effect on locks.
    Remarks: If a selection hierarchy is used in a filter the characteristic values with respect to the hierarchy base characteristic will be resolved, i.e. in RSPLSE you will see (maybe long) lists of single values.
    Regards,
    Gregor

  • ADF Tree (10.1.3) Programmatically select Tree node

    Hi,
    i want to pre-select a specific treenode in an af:tree programmatically. I got it nearly working with using a CoreTree-binding in the backing bean using set setFocusRowKey method. After that, the node is selected properly, but when selecting another node in the tree via the UI, the programmatically selected node is not deselected, means in the display is see two selected nodes.
    Any ideas ?
    Tia,
    Andreas

    Hi,
    is this the same as
    Re: Facing a problem in programmatically setting focus on a node in <af:tre
    Frank

  • SEM-BPS: Variables of type hierarchy node user exit

    Hi,
    I read the "How to.." document "Variables of Type Exit".
    This document has example for variable type caracteristic.
    I need to use this kind of solution for global variables:
    I have the same variables in several planning areas. I have defined one ‘leading’ area containing the variable that should automatically set/adjust the corresponding variables in the other planning areas.
    I've created a SEM variable of type hierarchy node and with the replacement type user exit. There is a standard function module API_SEMBPS_VARIABLE_GETDETAIL which has to provide the selected hierarchy node in leading area to other areas.
    The function works ideally in test mode, but it doesn't work as the SEM user exit.
    Does anyone have experience in this problem?
    Thanks

    Your function module shall follow the expected interface (required for exit type). Function API_SEMBPS_VARIABLE_GETDETAIL is not for such usage.
    To see an example FM that is fit for a 'user exit' processing for hierarchy node, have a look at FM UPF_VARIABLE_USER_EXIT_HIER. There is inline documentation in the source code that shall help you create your own FM if required.
    cheers,

  • How to view the key mapping when viewing Hierarchy in Data Manager

    Hi! I previously posted a question on doing value mapping using the hierarchy code rather than the name. I have got that working now using concept of remote key. When I first loaded the hierarchy with remote key and check in Data Manager, I can see the hierarchy structure with the key mappings. However, when I subsequently went back to the hierarchy to have a second look, the keys are gone. Does anyone know how I can view hierarchy in Data Manager with the key mappings?
    Cheers!
    SF

    Hi,
    Go to Record mode, and open Hierarchy table. Now to select click on any hierarchy node record and then right click and select "Edit Key Mappings". This will show you existing keys as well as allow you to manually modify keys. You can only Check Remote keys on hierarchy in Record mode and in Hierarchy Mode "Edit Key Mappings" option will be disabled.
    Please revert if you face any issue.
    Regards,
    Shiv

Maybe you are looking for

  • Skype to go number in mexico

    I just set up my skype to go number for my cell phone in Mexico.  I try the number that they gave me and it ends up being a wrong number.  What can I do, can somebody help me with this problem?

  • Oracle 9i Query Issue

    Dear All, i have problem i am making a project in VB.NET the query is not working then i copied the query and tun it on SQL Plus but it gives me zero counts please see the query bellow SQL> SELECT COUNT(*) FROM WO WHERE TO_CHAR(SCHEDULED_DATE,'DD/MON

  • Ultrabeat logic express 8

    Hi there I recently posted a topic about logic express 8 drums and got no reply,maybe i should have mentioned ultrabeat Anyway i just want to assign channel strips to the drum parts i.e Kick main,snare 1/2 etc.On the ultrabeat interface i know how to

  • Can't add new server in site set up

    In DW6 I can't add a new server in the Servers section of the Site Setup dialog box because there is no plus sign. Only an explanatory sentence shows-- rest is just missing. Have to use DW4 to set up a site then open it with DW6.

  • How to Logon to Web Dynpro developer studio in real time scenario.

    Hi,      1. How to Login to Web Dynpro developer studio in real time scenario.          Do we have login pad and User id to enter developer studio.          Is the user id for login maintained in UME of J2EE engine.      2.  How to stop and start j2e