Query on hierarchy

Hi Floks,
A small query....
Consolidation unit hierarchy going to change as and when period changes based on business need therefore in BW also Hierarchy going to change based on time dependency.
In this case how to go for each monthly reporting
Example:-First consolidation Sep08 has done based on respective hierarchy.
Hierarchy saved H1 period 1.9.2008 till 9999.
Now have done Oct changes related to cons unit hierarchy now unit hierarchy H1 changed to
H1- 01.09.2008 to 30.09.2008 and 1.10.2008 till 9999.
In above case 01.09.2008 to 30.09.2008 relates to Sep hierarchy
and 1.10.2008 till 9999 relates to oct hierarchy.
Now if I go for consolidation report at group level at hierarchy H1, how system identifies H1 01.09.2008 to 30.09.2008 relates to Sep balance and H1 1.10.2008 till 9999 relates to Oct balances and give normal report and comparative report.

There are several things to consider here.
The standard BCS (virtual infocube) has logic that reads the hierarchy for the last period defined in the query. So if the query is for Oct. only the hierarchy for Oct. is read for the resulting output. This is the 1.10.2008 - 9999 hierarchy.
To avoid confusion or inconsistencies, the cons group changes tasks post balances with posting level 02 (for posting level 00 balances), 12 (for posting levels 01 and 10 balances) and 22 (for posting level 20 balances) to transfer the balances of the Sep. hierarchy to the Oct. hierarchy. These are important because the logic will provide the correct results once these tasks have been executed.

Similar Messages

  • Drill Down BeX Query with hierarchy in WEBI

    Hi,
    I am using a Bex Query with Hierarchy in my WEBI report. Is it possible to drill down ? I am not able to use Scope of Analysis because it is disabled. I am very new to WEBI. Please help me out.
    Thanks in Advance.
    Lakshmi Mohan

    http://www.google.co.in/url?sa=t&rct=j&q=drill%20down%20bex%20query%20with%20hierarchy%20in%20webi%20%20%20&source=web&cd=2&ved=0CDQQFjAB&url=https%3A%2F%2Fcw.sdn.sap.com%2Fcw%2Fservlet%2FJiveServlet%2FpreviewBody%2F137316-102-1-277519%2FWeb%2520Intelligence%2520on%2520SAP%2520implementation%2520best%2520practices.pdf&ei=xofcTpSgF5DJrAeaxpiIBw&usg=AFQjCNHuwDIpvxciPKJyEdoz3GiVjRKgqA
    http://www.scribd.com/doc/62293080/40/Query-Drill-for-hierarchies

  • BI Query with Hierarchy in VC does not get correct values

    Hello Gurus,
    I am building a model in VC for Performance Score card using Query as data service.
    I have  the following problem.
    When I execute query in BEx with Hierachy_node variable , it is getting correct values, but the same is getting incorrect values in VC.
    The Hierarcynode variable I am using is a TOP node, then the values including child nodes are also should be displayed, which is working fine with BEx query but not in VC.
    When I execute the query with hierarchy node value as child node I am getting correct values both in VC and in BEx.
    The correct values are not shown only when I use top nodes.
    Please help me in this regard.
    Thanks in advance
    Ganesh

    Hi
    We are facing the same issue. Is this issue resolved? Pls let us know the solution
    Regards
    Aruna

  • How do I stop IN CLAUSE when query a hierarchy of object.

    I have a base class which is annotated with
    @Entity(name="UdmHierarchyObject")
    @Table(name="UDM_HIERARCHIES")
    @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
    public class UdmHierarchyObject ...
    I have a single table hierarchy of objects which use the following annotation:
    @Entity(name="Lookup")
    @DiscriminatorValue(value="Lookup")
    public class Lookup extends UdmHierarchyObject ....
    Now I may have MANY classes that extend the base and this is were I am worried. When I query, EclipseLink always creates an IN CLAUSE including all the subclassed entities, which I don't really need. And I worry about it's size.
    An example query produces the SELECT below.
    select l from Lookup l join l.data d
    where l.hierarchyObjectName = :name and d.name = 'Code'
    order by d.value"
    2008-05-28 14:06:31,773 DEBUG [oracle.toplink.sql:135] - ClientSession(22145060)--Connection(23069842)--
    SELECT t1.ID, t1.JPA_DISC, t1.OBJECT_NAME, t1.OBJECT_TYPE, t1.UPDATED_ON, t2.ID, t2.HIERARCHY_NAME, t2.PARENT_ID, t2.REFERENCE_ID FROM UDM_DATA t0, UDM_HIERARCHIES t2, UDM_OBJECTS t1 WHERE (((((t2.HIERARCHY_NAME = ?) AND (t0.DATA_NAME = ?)) AND (t2.ID = t1.ID)) AND (t1.JPA_DISC IN (?, ?))) AND (t0.OWNER_ID = t1.ID)) ORDER BY t0.DATA_VALUE ASC
    bind => [StateCode, Code, Lookup, EventTypeCode]
    The actual query is fine, however I don't always need the t1.JPA_DISC IN (?, ?) part because I am providing sufficient filtering.
    Is there a way to suppress this in the query, or should I not be bothered with a large IN CLAUSE?
    You comments would be appreciated.

    The issue is you are querying a branch class, so only the children of this branch must be filtered. Unless you are noticing real performance issues with the IN, I would not worry about it too much.
    Otherwise, you could consider using joined inheritance, or some level in between joined and single table (JPA does not support this, but TopLink does if you customize your descriptors).
    You could also customize your TopLink descriptors using a DescriptorCustomizer to change how subclasses are filtered. You would need to set the ClassDescriptor's InheritancePolicy's withAllSubclassesExpression.
    -- James : http://www.eclipselink.org

  • No data Found for Query with hierarchy in 2004S SP10 in JAVA Stack

    Hello,
    I have typical issue while running the simple query in ABAP Web and JAVA Web (RSRT) with One row and one column. The char in the row is restricted with external hierarchy.
    If I run in ABAP web, I get the results.
    If I run in JAVA Web, No data found message displayed.
    Does any one come across this issue. Tried to get SAP note but not clear solution.
    If any one give me information where I can find the values used for query variable in the dictionary tables I might help in my investigation.
    Advanced thanks.
    Ramana

    Hello,
    Sorry I missed a point.
    The char on which the hierarchy is resferencing char. Effectively using the hierarchy of referenced char.
    Thanks.

  • Frm-47313 Invalid Query for Hierarchy tree

    Hello. i am trying to create a hierarchy tree with the following query:
    SELECT 1, level, n.name, null, hn.nde_id
    FROM cerpt_nodes n, cerpt_hierarchy_nodes hn
    WHERE n.id = hn.nde_id
    AND hn.hir_id = 1
    CONNECT BY PRIOR hn.nde_id = hn.nde_id_parent_of
    START WITH hn.ntp_code='ROOT';
    I check the table and column names, they are correct. I tried to create tree with scott.emp table, I have no problem. The only different is this query has nested tables and where clause. Is that I cannot use WHERE clause and nested tables? Can anybody tell me what I have done wrong? Thank you very much

    I had problems with joins in the same SQL statement using the Connect Prior By statement. Try creating a view over your nested tables then create the SQL statement for the tree using the view.
    I ended up having a lot of problems using the tree control. I ended up modifing my database design to accomodate the short falls of the Connect Prior By statement.
    Hope this helps.
    Jamie

  • Bex Query with Hierarchy on Workbook problem please help

    Hi all,
    I have a problem, Im trying to copy information from specific cells on a query that I opened using Analyser, heres the situation:
    Account            Amount    New Col
    22110200           15 dlls
    -22110201          4 dlls
    -22110202          5 dlls
    -22110204          6 dlls
    121101010000   1dlls          4 dlls
    121101020000   1dlls          5 dlls
    121101040000   1dlls          6 dlls
    4,5 and 6 dlls are amounts from the first 3 accounts, I tried simpy copying the information but for some reaseon when the report reloads the informacion is lost.
    Also I using Hierarchy to display the values so if I copy the value from cell Q700 the value will change is the levels on the Hierarchy are expanded.
    Is there anyway to do this? please help.
    Thanks in advance

    Hi,
    Thanks for the answer, Is it possible to call the Macro when the user Expands a node? or it needs to be called from a button or combination of keys?
    Thanks again

  • Update Query For Hierarchy Table

    Hi All
    I have a Hierarchy table that has news categories. I want use a query than when user deactivate a category, all child category has been deactivated. For example
    1- Politics
    1-1- National Politics
    1-2- International Politics
    1-2-1- Asia
    1-2-2- Africa
    2- Economic
    If Politics has been deactivated, all child must be deactivate. (1-1, 1-2, 1-2-1, 1-2-2)
    Please help me
    With Best Regards

    This is table structure script:
    SET NUMERIC_ROUNDABORT OFF
    GO
    SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT, QUOTED_IDENTIFIER, ANSI_NULLS ON
    GO
    IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmpErrors')) DROP TABLE #tmpErrors
    GO
    CREATE TABLE #tmpErrors (Error int)
    GO
    SET XACT_ABORT ON
    GO
    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
    GO
    BEGIN TRANSACTION
    GO
    PRINT N'Creating schemata'
    GO
    PRINT N'Creating [dbo].[Modules]'
    GO
    CREATE TABLE [dbo].[Modules]
    [Module_ID] [int] NOT NULL,
    [ModuleName] [varchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [ModuleTitle] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [Status] [int] NULL
    GO
    IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
    GO
    PRINT N'Creating primary key [PK_Modules] on [dbo].[Modules]'
    GO
    ALTER TABLE [dbo].[Modules] ADD CONSTRAINT [PK_Modules] PRIMARY KEY CLUSTERED ([Module_ID])
    GO
    IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
    GO
    PRINT N'Creating [dbo].[Categories]'
    GO
    CREATE TABLE [dbo].[Categories]
    [Category_ID] [int] NOT NULL IDENTITY(1, 1),
    [Module_ID] [int] NOT NULL,
    [ParentID] [int] NULL,
    [Name] [varchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [Title] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [Priority] [int] NULL,
    [ThumbnailImage] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [Status] [int] NULL
    GO
    IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
    GO
    PRINT N'Creating primary key [PK_Categories] on [dbo].[Categories]'
    GO
    ALTER TABLE [dbo].[Categories] ADD CONSTRAINT [PK_Categories] PRIMARY KEY CLUSTERED ([Category_ID])
    GO
    IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
    GO
    PRINT N'Adding foreign keys to [dbo].[Categories]'
    GO
    ALTER TABLE [dbo].[Categories] ADD CONSTRAINT [FK_Categories_Modules] FOREIGN KEY ([Module_ID]) REFERENCES [dbo].[Modules] ([Module_ID])
    GO
    IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
    GO
    IF EXISTS (SELECT * FROM #tmpErrors) ROLLBACK TRANSACTION
    GO
    IF @@TRANCOUNT>0 BEGIN
    PRINT 'The database update succeeded'
    COMMIT TRANSACTION
    END
    ELSE PRINT 'The database update failed'
    GO
    DROP TABLE #tmpErrors
    GO
    This is table data
    SET NUMERIC_ROUNDABORT OFF
    GO
    SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT, QUOTED_IDENTIFIER, ANSI_NULLS, NOCOUNT ON
    GO
    SET DATEFORMAT YMD
    GO
    SET XACT_ABORT ON
    GO
    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
    GO
    BEGIN TRANSACTION
    -- Pointer used for text / image updates. This might not be needed, but is declared here just in case
    DECLARE @pv binary(16)
    PRINT(N'Drop constraints from [dbo].[Categories]')
    GO
    ALTER TABLE [dbo].[Categories] DROP CONSTRAINT [FK_Categories_Modules]
    PRINT(N'Add 14 rows to [dbo].[Categories]')
    GO
    SET IDENTITY_INSERT [dbo].[Categories] ON
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (1, 1, NULL, 'News', N'اخبار', 1, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (2, 2, NULL, 'Article', N'مقالات', 2, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (3, 3, NULL, 'Galleries', N'گالری', 3, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (4, 1, 1, 'Politics', N'سیاسی', 1, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (5, 1, 1, 'Economic', N'اقتصادی', 2, '', 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (6, 1, 4, 'NationalPilitics', N'سیاست داخلی', 1, '', 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (7, 1, 4, 'InternationalPolitics', N'سیاست خارجی', 2, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (8, 1, 7, 'Asia', N'آسیا', 1, '', 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (9, 1, 7, 'Europe', N'اروپا', 2, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (10, 1, 7, 'Africa', N'آفریقا', 3, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (11, 2, 2, 'Scientic', N'علمی', 1, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (12, 2, 2, 'Art', N'هنری', 2, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (13, 3, 3, 'Culture', N'فرهنگی', 1, NULL, 1)
    INSERT INTO [dbo].[Categories] ([Category_ID], [Module_ID], [ParentID], [Name], [Title], [Priority], [ThumbnailImage], [Status]) VALUES (14, 3, 3, 'Religion', N'مذهبی', 2, NULL, 1)
    SET IDENTITY_INSERT [dbo].[Categories] OFF
    PRINT(N'Add constraints to [dbo].[Categories]')
    GO
    ALTER TABLE [dbo].[Categories] ADD CONSTRAINT [FK_Categories_Modules] FOREIGN KEY ([Module_ID]) REFERENCES [dbo].[Modules] ([Module_ID])
    COMMIT TRANSACTION
    GO
    Thanks for your help

  • Restriciting BI query for Hierarchy authorization for a defined group

    Hi Friends
    We are trying to restrict the Display with respect to the company codes group.
    We have defined the authoirzation for BI w.r.t to the company code and groups ( collection of co.codes ) ..We have defined the authoirzation object under Rsecadmin and restricted the display for only group eg: GH3 . However when we ran the query we can see all the companies / groups. Also tried with putting the GHR group under Hierarchy authorization but still have the same result.
    Can you please let me know what is going wrong
    thank for all your help..

    We have defined the authoirzation for BI w.r.t to the company code and groups ( collection of co.codes ) ..We have defined the authoirzation object under Rsecadmin and restricted the display for only group eg: GH3 .
    Did you check if the infoprovider(s) which your query is hitting upon has company code and company groups checked as authorization relevant in RSA1?
    Thanks
    Sandipan

  • BW-Query with hierarchy variable and webi-prompt

    Hi,
    I think I've got a quite simple question.
    I've got a SAP-BW-Query and a hierarchy variable, and some none hierarchy variables.
    All Variables work in the webi-prompt.
    For the none hierarchy variables I've got the chance to search for values in the LOV, but I can't search for
    values in the hierarchies.Can I enable this function to search?
    Kind regards
    Lars

    Hi
    I post the error once again. I made an easier query and i saw that last time the forum did some strange things.
    A database error occured. The database error text is: Die MDX-Abfrage
    SELECT { [Measures].[DC59N8GR349ETCCV3ZHIFFWGC] } ON COLUMNS
    FROM [ZTESTM01/Z_ZTESTM01_TEST5_VARIABLE]
    SAP VARIABLES [!V000002] INCLUDING [0FISCPER].[V62009001]
    konnte nicht ausgeführt werden. Fehler Specify a value for variable
    MMEP_FISCPER. (WIS 10901)
    The query runs perfect in RSRT.
    When i put the statement
    SELECT
    { [Measures].[DC59N8GR349ETCCV3ZHIFFWGC] } ON COLUMNS
    FROM [ZTESTM01/Z_ZTESTM01_TEST5_VARIABLE]
    SAP VARIABLES [!V000002] INCLUDING [0FISCPER].[V62009001]
    in MDXTEST, it gives a result.
    Best regards,
    Florian

  • Query for Hierarchy Path from child to parent for a given child key by user

    CREATE TABLE EMP_ID
      HEAD_ID  NUMBER(4),
      TAIL_ID  NUMBER(4),
      NAME     VARCHAR2(20 )
    Insert into EMP_ID  Values  (1011, 1008, 'C11');
    Insert into EMP_ID  Values  (1008, 1003, 'C8');
    Insert into EMP_ID  Values  (1012, 1003, 'C12');
    Insert into EMP_ID  Values  (1020, 1003, 'C20');
    Insert into EMP_ID  Values  (1025, 1003, 'C25');
    Insert into EMP_ID  Values  (1015, 1012, 'C15');
    Insert into EMP_ID  Values  (1012, 1005, 'C12');
    Insert into EMP_ID  Values  (1005, 1017, 'C5');
    COMMIT;now my requirement is like this
    if choose the head_id as 1012 and tail_id as 1017
    it should traverse the path form tail to head and print the path as shown below
    c12/c5/c17/c12such that it shows that tail_id has been used as head_id in the same hierarchy path previously.
    here the hierarchy is as shown below
    1015
          1012
                1005
                    1017

    Rede,
    Is this what you want?
    CREATE TABLE EMP_ID
      HEAD_ID  NUMBER(4),
      TAIL_ID  NUMBER(4),
      NAME     VARCHAR2(20 )
    Insert into EMP_ID  Values  (1011, 1008, 'C11');
    Insert into EMP_ID  Values  (1008, 1003, 'C8');
    Insert into EMP_ID  Values  (1012, 1003, 'C12');
    Insert into EMP_ID  Values  (1020, 1003, 'C20');
    Insert into EMP_ID  Values  (1025, 1003, 'C25');
    Insert into EMP_ID  Values  (1015, 1012, 'C15');
    Insert into EMP_ID  Values  (1012, 1005, 'C12');
    Insert into EMP_ID  Values  (1005, 1017, 'C5');
    Insert into EMP_ID  Values  (1017, 1012, 'C17');  ---- ==== This was missing in your setup example
    COMMIT;QUERY and OUTPUT
    SELECT *
      FROM (
    select
      connect_by_iscycle as CYC
    ,dt.head_id
    ,dt.tail_id                     
    ,sys_connect_by_path
                      (  dt.name
                      ) AS EMP_PATH                   
    from   emp_id dt
    start with dt.head_id = 1012
    connect by  NOCYCLE  dt.head_id= prior dt.tail_id)
    CYC     HEAD_ID     TAIL_ID     EMP_PATH
    0     1012     1003     /C12
    0     1012     1005     /C12
    0     1005     1017     /C12/C5
    1     1017     1012     /C12/C5/C17
    0     1012     1003     /C12/C5/C17/C12If you just want the PATH printed
    SELECT *
      FROM (
    select     
    max(sys_connect_by_path
                      (  dt.name
                      )) AS EMP_PATH                   
    from   emp_id dt
    start with dt.head_id = 1012
    connect by  NOCYCLE  dt.head_id= prior dt.tail_id)
    /C12/C5/C17/C12vr,
    Sudhakar B.

  • Query Design - Hierarchy Question

    Hi guys,
    I am making a query with Cost and Profitaccounts. All the accounts are listed up in a hierarchy.
    6>61>610, 6>61>611,6>62>621 etc
    Under each 3digit account we have vendor information.
    Now one users wants me to create a query that only shows the 1digit accounts with directly the vendor information underneath it.
    How do you do this?
    Thank you,
    Filip

    Hi Filip,
    if you want to display the 1 digit accounts then give the restriction by selecting it in the filter and give the range of fixed values.and if you want to display the heirarchial values then select the particualr dimension and right click and go to properties and select the hierarchy level and give for the display which node you want to display and hide the other fields by hiding them and you can gieve the selction also on hierarchy nodes by creating the hierarchy node variables.if this is not you are looking for exactly then post your question more clear way then we will help in resolving your issue.
    assign points if it helps.
    Regards,
    ashok.

  • Query designer:hierarchy order

    Hi Experts,
    In BW3.5 using query designer I have to add new varible on the selection screen of report to select WBS hierarchy,the standard hierarchy which we have now is not in sorted order....Users wants this hierarchy to be displayed as sorted by numbers ie in Numerical order.
    Can anyone tell me how can I create it ..aslo I saw some varibales have assigned 'Z' hierarchies how they are created and from where they are added to query designer.....your inputs will be very helpfull...
    Thank you!

    hi,
    Check this link..
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6736e07211d2acb80000e829fbfe/frameset.htm
    Hierarchies are created for a particular object in Admin Workbench in RSA1.
    Select the characteristic for which you want to create a hierarchy and choose Create Hierarchy from the context menu. The Create Hierarchy dialog box appears. The InfoObject name appears by default. 
    Enter a hierarchy name and description (short, medium, long). Other fields may be displayed depending on which hierarchy properties were selected for the hierarchy basic characteristic.
    In query for an object you can create a variable and assign hierarchy(if exists for that object) as per your requirement.
    Regards
    Lavanya

  • Is there a way to query organisational hierarchy via webservices / IMS API?

    Hi,
    I'm trying to figure it out for a while but with no success... What I'd like to do is getting information on organisational hierarchy (a user's subordinates) via either the WS API or the IMS / SCORM one...
    Is there a way to do this?
    thanks
    peter

    I haven't heard of a way to do this. A persons manager is being stored, but as far as I know the whole hierarchy is being build when needed.
    Anders

  • SAP BW Query Combine/ Hierarchy

    Hi All,
    I do have a umbrella/Combine hierarchy and I want users to be able to select sub node text node and not the main node.
    Hierarchy design below
         --c
    H--
         --b
    How do I get users to see and select the sub node and not the main node in a report. I have created variable however I can see sub node.
    Have anyone come accross this issue before
    Regards Jon

    If I understand you correctly, you want to restricted the user so that the user can only see some sub-nodes and not all nodes.
    You may maintain proper authorization for the user and give the user only these nodes which you want him to see.
    For BW7.x, you use analysis authorization. The Tcd is RSECADMIN.
    Regards,
    Patricia

Maybe you are looking for