Hierarchies on web

Hello gurus,
I have a bps planning layout with a bw hierarchy, and it works fine on tr. bps0. But on web it doesn´t show as hierarchy.
Do I have to costumize something to make it works?
Thks.
Vitor
P.S. Points it will be regarded.

hi....when you open WAD, on the left hand side you have different web items. Check in that for hierarchy list.
On query designer, When you click the characteristic, you can see on the right hand pane......tab page called hierarchy.

Similar Messages

  • Hierarchical Filter Web Item causes validation warning.

    When I validate my web template which contains a hierarchical filter web item agianst the server I get the following warning (W1):
    Mapping for Service item_validation_service for Object HIERARCHICAL_FILTER_ITEM missing
    Maybe this also relates to my problem of not having the possibility to choose a characteristic for the hierarchical filter (see my post <a href="https://forums.sdn.sap.com/thread.jspa?threadID=209968&tstart=0">https://forums.sdn.sap.com/thread.jspa?threadID=209968&tstart=0</a>)
    How can I fix this mapping issue?
    Thanks to any answers in advance.
    Best regards,
    Philipp

    Hello,
    Your first problem is that ABAP SP does not equal Java SP. This is not a valid scenario.
    Please update both to <b>the same SP level</b>.
    After it, please retest your problem. I think that the problems will be solved (at least this one with validation service).
    Short explanation to validation service:
    Every template created in WAD will be validated before saving it. We have two validations:
    1. one is locally with the meta data this checks if:
      - all used parameters are on its place,
      - all parameter values are valid,
      - all defined items are existing...
    2. second one is extended validation on the Java Server: this one checks i.e. following:
      - are all used data providers valid
      - are all used characteristics valid
      - item dependent validation (e.g. if one item needs a dependency between to setting - this can be checked here)
    The first one will be executed in Front-End and in ABAP Back-End. The second one in Java. Because your Java stack is /probably/ lower than ABAP, this validation does not work.
    I hope I have explained it clearly.
    Regards, Karol
    BI Development

  • Unbalanced BW hierarchies in Webi

    Hi all.
    I have an issue with interpreting unbalanced hierachies from BW in WebI.
    The issue occurs when importing a SAP Bex Query, containing an Infoobject
    bearing a hierarchy - in this case 0ORGUNIT. The problem occurs when trying to
    show 0EMPLOYEE per Organizational Unit. The employee should only be
    displayed when they are directly linked to the orgunit (as known from Bex) however in WebI all employes are shown at the highest levels in the hierarch. This obviously returns a long list of employees per hierachy level.
    It ought to be possible only to show 0EMPLOYEE when they are directly
    related to the Organizational Unit in the hierarchy.
    I tried to built a hierarchy in the Universe, where the hierarchy
    dimensions are listed chronologically, and placed 0employee at the
    buttom. This didn't work either as the hierarch is unbalanced and not
    all branches have the same amount of nodes.
    Anyone know of a fix to this. I'm aware that WebI traditionally was intended to report on non-dimensional data however I would expect that there is a workaround for this issues or do I really have to move to an OLAP based client (Pioneer or Crystal) ??.
    Steps for Reconstruction    
    1) Create a Bex query containing an Infoobject with a hierarchy
    2) Create a universe based on Bex Query
    3) In the universe create a hierarchy (Tools -> Hiearchy) based on the
    hierarchy level dimensions from the infoobject
    4) In Webi create new web intelligence report based on the universe
    5) Add a keyfigure, ex. Employee and the first level of your hierachy.
    6) Run query and enable drilldown
    8) How to show orgunit (and employee when the employee is directly
    related to a given orgunit)?
    Regards
    /Frank

    hi,
    please can you send me the screen shot of universe how you have design and also let me know hierarchies and infocube you are you are using
    regards
    Pinto

  • Extract Hierarchies in BO 4.1 WEBI using Java Restful Webservice

    Hi ,
    We are using Bo4.1 SP3.
    Whether can we extract hierarchies from web intelligence report?
    Whether there is any URL to extract hierarchies?
    Regards,
    Kavitha S

    Hi Anthony,
    Sorry for late reply.
    Thanks for your reply.
    I got hierarchies by using below URL
    GET <webiURL>/documents/{documentId}/links/{linkId}
    Regards,
    Kavitha S

  • BW hierarchies issue with BOBJ Reporting tools

    Hi All,
    Brief about the requirement:
    Our client was using Mainframe and other tools for their reporting. Now as they have planned to go for SAP, purchased SAP BW 7 and SAP BOBJ XI 3.1 for warehouse and reporting purposes.
    Initial Road map planned for implementation was
    o     to use Crystal for operational and formatted reporting
    o     to use WebI for Ad hoc and interactive reporting
    o     to use Xcelsius for Dashboards
    Once we started analysing the requirements, we observed that client requires hierarchies extensively for reporting and they donu2019t want to compromise in that for reporting. At this situation we have explored the options and came to know from the SAP sites that BO got limitations in case of BW hierarchies. But we not able to articulate the what is the exact issue. Is it with only WebI or Crystal also?
    What we have articulated is we cannot report the hierarchies in BO in terms of nodes - > Sub nodes -> sub nodes instead we can do as fixed columns. Please add me if i am missing anything else.
    And also please let us know options. Options that we were thinking are Implement with BO XI 3.1 considering Advanced analysis tool then upgrade to BO XI 4.1.
    Please suggest us, what is the BW & BO hierarchy issue and right tools to use.
    Thanks & Regards,
    Bala

    Our client uses XI 3.2 but is experiencing issues with Hierarchical BEX queries returning blanks - the mdx is fine - just webi that seems to have a problem and I'm also trying to determine in exactly which instances this occurs.
    XI 4.x supposedly resolves mots issues but here again details are not known.
    I.e. hopefully someone can point to an info source that describes in more detail what issues are likely to occur re hierarchies and webi.

  • WebI issue with hierarchy display and aggregation

    Trying to wrangle what looks like a defect in WebI's handling of hierarchy display and aggregation. We just completed an update cycle and are running BOBJ 4.1 SP4.
    The hierarchy is a standard FM Commitment Item hierarchy in which both the nodes and leaves are Commitment Items (i.e. it uses InfoObject nodes, not text nodes). An example of one of these nodes looks like this in BW:
    Cmmt_Item A - Node
        Cmmt_Item B - Leaf
        Cmmt_Item C - Leaf
    Let's pretend Commitment Item A has $50 posted to it, B has $20 and C has $30. Analysis for OLAP handles this by adding a virtual leaf line to distinguish postings that are on the parent node like so:
    Cmmt_Item A - Node       $100
        Cmmt_Item A - Leaf    $50
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    So you see both the total for the node ($100) and a line for each Commitment Items with KFs posted to them. Our users like this. They can easily see the aggregation and the breakdown.
    WebI, on the other hand, will display it like this:
    Cmmt_Item A - Node       $150
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    It doesn't create a separate line for the value of the parent node, but it does add it's value into the aggregate. Twice. Modifying the table with the 'avoid duplicate row aggregation' checkbox yields output like this:
    Cmmt_Item A - Node       $100
    Cmmt_Item A - Node        $50
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    We're about halfway there. While the top row now shows the correct aggregation and it creates a new line to show the distinct amount on the parent node, that new line appears on the same level as the parent. It's no longer clear that there's an aggregate and a breakdown. And attempting to expand or contract a node will now crash the report with one of those 'Error 16' messages.
    Has anyone encountered this issue with hierarchies in WebI? This report was built from scratch in 4.1, so I'm not sure if this affects older versions or not. Or if it would affect any hierarchy that uses InfoObject nodes instead of text nodes.

    Without a fix, the simplest workaround I can think of would be to restructure the hierarchy. It can't use postable nodes, so Cmmt_Item A  - Node from my example would need to be converted into a text node and the postable characteristic added as a child on the same level as the B and C leaves.
    This looks like it would affect anyone using hierarchies with postable nodes in a WebI report.
    Another oddity in WebI's behavior here - even though the postable nodes show incorrect sums the sum at the root node is correct. So extending my examples from the original post:
    Root Node                    $100
        Cmmt_Item A - Node       $150
            Cmmt_Item B - Leaf    $20
            Cmmt_Item C - Leaf    $30

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts,
    We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable.
    The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 SP2 (fix pack 2.3). I want also to point out that the fix pack 2.3 has been applied to all BOE related components: the SAP integration Kit, client tools, and enterprise (server and client).
    The universe used in our scenario is based on a BEX Query with two hierarchies (non-time dependent hierarchies, intervals allowed) loaded on their corresponding characteristics. One of these characteristics is restricted with a hierarchy node variable (manual input, optional, ready for input, multiple single values allowed). 
    Prerequisites for replicating the problem:
    1)     When building the web intelligence query select several levels from both hierarchies (they have seven levels each) and    the   only amount of the InfoCube that the BEX query (that was used to create our universe) relies on.
    2)     In the hierarchy node variable prompt select a hierarchy node entry (not an actual InfoObject value that exists as transactional data in the InfoCube )
    By executing the query built above, all characteristics are returned null (no value) and the key figure with value u201C0u201D. No error messages, no partial results warnings.  Now if we go back to u201CEdit queryu201D and select levels of only one of any of the two hierarchies the query runs normally (by selecting the exact same value for the hierarchy node variable prompt).
    Any ideas on the matter?
    Regards,
    Giorgos

    Hi,
    Have you ever got a solution for this problem?
    I have a similar one.
    Thanks,
    regards, Heike

  • Suggestion for web module

    My workflow of capturing, editing, managing and publishing images on the web could be greatly enhanced if Lightroom's web module had the capability of creating and managing hierarchies of web galeries. Since this is not possible at the moment I still have to use another software to create my online photo gallery. Isn't this an obvious feature that's missing?

    I second this idea.
    This is especially important for the situations when I have a hierarchy of the directories with photos. In this case I would like to be able to tell LR to produce web galleries with preserved hierarchy, instead of making a web gallery in each directory, and then designing the "top" gallery(ies) separately.

  • Standard WebItems in WAD

    Hi all.
    plz can anybody tell me the standard webitems like report, navigation pane, filter pane .plz don't lgive any link try to explain with simple word. already i refered many document but i am unable to get it. plz try to explain with simple words.
    Thanx

    Hi,
    Please check the belpw link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/47/a0623a12753377e10000000a421937/frameset.htm
    Web Item Group: Standard
    ●      Analysis
    ●      Chart
    ●      Report
    ●      Navigation Pane
    ●      Filter Pane
    ●      Button Group
    ●      Dropdown Box
    ●      Radio Button Group
    ●      Checkbox Group
    ●      List Box
    ●      Hierarchical Filter
    Web Item Group: Advanced
    ●      Web Template
    ●      Container Layout
    ●      Container
    ●      Tab Pages
    ●      Group
    ●      Single Document
    ●      List of Documents
    ●      Map
    ●      System Messages
    ●      Information Field
    ●      Input Field
    Web Item Group: Miscellaneous
    ●      Data Provider - Information
    ●      Text
    ●      Link
    ●      List of Exceptions
    ●      List of Conditions
    ●      Menu Bar
    ●      Properties Pane
    ●      Ticker
    ●      Context Menu
    ●      Script
    ●      Individual Enhancement
    Integration
    The Web items above are available as master Web items in the Web Items window in BEx Web Application Designer. You choose a master Web item from the list, assign a data provider to the Web item, if necessary, and set the parameters. You have now created your own Web item. You can either add it to your Web template or save it for later use.
    Thanks,
    Venkat

  • Hierarchy variables in UDT

    Hi all,
    We have a User hierarchy ... in that we have User Group,User Territory,User Terr in User names.
    These User Group,Terr are populating through Customer exit.
    This hierarchy is working fine Till Bex but when i create Universe on top of this in UDT, they should come as Prompt for the user to
    select Which user hierarchy he want.
    Ex:If user selects User group as part of User hierarchy then again he can be asked to choose User group.
    Please tell me how to do this.

    Hello Farzana,
    in the XI 3.1 OLAP Universes (UNV) a hierarchy variable is supported but keep in mind that the Universe will generate the Universe based on the model at the time when you create the Universe and there will always be limitations when it comes to hierarchies in Web Intelligence.
    The recommended approach to connect to BW for Web Intelligence is to use the direct link to the BEx queries.
    If you really want to use the hierarchies from BW you should look at the Analysis products and not Web Intelligence
    regards
    Ingo Hilgefort, SAP

  • Overview City Model, Dashboards, Reports BW and Ad-hoc reporting

    Hello everyone,
    We have different informations views from CCLM.
    Overview City Model, Dashboards, Reports BW and Ad-hoc reporting.
    I would like to know Which cubes and tables are Involved in each one of theses reports.
    I know Ad-hoc reporting (RAGS_CC_REPORTING) use the next tables: AGS_CC_QUALITY, AGS_CC_OBJECTS, AGS_CC_ATTRIB, AGS_CC_VERSION. AGS_CC_LAST_USG, AGS_CC_USAG, AGS_CC_SIMIL,  any more?
    About City Model, I think It use table AGS_CC_CRIT and AGS_CC_QUALITY and Cube 0SM_CCITY, but I am not sure if its totally true or there are more.
    About DashBoards I think it use Cube 0SM_ESRSG, cube 0SM_CCLM ??, table AGS_CC_QUALITY ?? but I am not sure....
    The goal is to know, for example ATC quality in table AGS_CC_ATC_SYS you can´t view in the ad-hoc reporting...
    thanks and regards.
    Gerardo.

    Our client uses XI 3.2 but is experiencing issues with Hierarchical BEX queries returning blanks - the mdx is fine - just webi that seems to have a problem and I'm also trying to determine in exactly which instances this occurs.
    XI 4.x supposedly resolves mots issues but here again details are not known.
    I.e. hopefully someone can point to an info source that describes in more detail what issues are likely to occur re hierarchies and webi.

  • Authorized Roles

    Authentication type: JAAS
    Use Role-based Authorization: checked
    Authorization Type: JAAS
    We have an application that will be accessed by users with role A in "Edit mode" and users with role B in "Query Mode". Role A also has sub role C. (meaning all users with role C will have access to role A as well)
    What we have done so far:
    OID is set up with all three roles A, B, C in the hierarchical order
    web.xml has all three roles defined
    Application Definition editor for the view has the following values:
    Authorized Roles/Permissions A, B
    Insert Allowed EL Expression #{jhsUserRoles['A']}
    Update Allowed EL Expression #{jhsUserRoles['A']}
    Delete Allowed EL Expression #{jhsUserRoles['A']}
    When a user with role "C' logs in they are not able to see the page. But when I include C in the Authorized Roles/Permissions like this
    Authorized Roles/Permissions A, B, C it works.
    My question is since role C is a subrole of A won't it automatically pick up that permission? Is hierarchical role structure not supported in Jheadstart?
    Thanks,
    -Sree

    Sree,
    Hierarchical role structure is not supported in Oracle's JAAS implementation, and subsequently not in JHeadstart (all we do is using the JAAS API's for this type of security).
    Steven Davelaar,
    JHeadstart Team.

  • Mainframe Reporting

    Does anyone have experience with reporting on Mainframe data with OBIEE? My thoughts are that DB2 data should not be an issue with a DataDirect DB2 driver. Is this correct? Also, how about non-releational data like IMS and VSAM fiiles?
    Thank you for any suggestions.
    Jeff Davis

    Our client uses XI 3.2 but is experiencing issues with Hierarchical BEX queries returning blanks - the mdx is fine - just webi that seems to have a problem and I'm also trying to determine in exactly which instances this occurs.
    XI 4.x supposedly resolves mots issues but here again details are not known.
    I.e. hopefully someone can point to an info source that describes in more detail what issues are likely to occur re hierarchies and webi.

  • Hierarchies problem in WEBI

    Greetings All,
    I am working on a standard BEx query on Sales and Distribution where we have default hierarchies on CUSTOMER.I am building a Webi report on top of the standard BEx query.I am setting scope of analysis panel of the CUSTOMER to TWO levels.I am pulling few objects onto the Result Objects Panel and the pulled objects show up in the scope of analysis panel.
    I cannot remove other objects from scope of analysis panel.
    I only need to show customer hierarchy in scope of analysis panel and not the other pulled up objects.
    How can I overcome  this issue in BEx query.

    Im not sure that scorpe of analysis works with bex query.
    Trying to add the values directly on query and see if it works.
    Regards

  • Hierarchical tree in web forms 10g - form freezing

    I have an application with an hierarchical tree on one of the forms - the application worked fine as client/server back in forms 6 but now that it is web enabled in 10g there are problems with the tree causing the form to freeze, then the entire application has to be closed. It doesn't seem to matter if you are selecting a node or creating a new node both have caused the form to freeze. It doesn't happen all of the time but it seems that the longer the application has been in use the more it starts to freeze. Any ideas? Is there a known problem with trees in web forms? Thanks
    Joanne

    At the root of my tree is a patient (I work in the health care industry) and then for that patient there are clinic visits, surgeries, etc (there are 16 nodes at this level). and under each of these are dates when the visits occured (there can be an unlimited number of nodes at this level). This is some of my code for populating the tree:
    if :GLOBAL.patient_seq is not null then
    -- turn the tree on
    set_item_property('tree_block.tree_item', ENABLED, PROPERTY_TRUE);     
    set_item_property('tree_block.tree_item', NAVIGABLE, PROPERTY_TRUE);          
    lv_tree_id := find_item('TREE_BLOCK.TREE_ITEM');     
    --refresh the tree back to it's original state from the database                          
    Ftree.Set_Tree_Property(lv_tree_id,
         Ftree.RECORD_GROUP,
         FIND_GROUP('TREE_GROUP'));
    -- create the clinic visits branch
    wcchn_tree_items_pkg.get_visits(lv_visit_table, :global.patient_seq);
    for lv_counter in 1.. lv_visit_table.count loop
    lv_site := wcchn_locations_pkg.get_location_code(lv_visit_table(lv_counter).site);
    create_visit_node( lv_visit_table(lv_counter).visit_date || ' - ' || lv_site,
         lv_tree_id,
    lv_visit_table(lv_counter).seq_nr);
    end loop;
    Below is the procedure referred to in the above segment of code:
    PROCEDURE CREATE_VISIT_NODE (pi_date IN VARCHAR2, pi_tree_id IN ITEM, pi_seq IN NUMBER) IS
    lv_return_value NUMBER;
    lv_node_value varchar2(100);
    lv_search_node FTREE.node;
    BEGIN
    lv_search_node:=FTREE.Find_Tree_Node(pi_tree_id,                              'CLINIC VISITS',                         FTREE.FIND_NEXT,                         FTREE.NODE_LABEL,                         FTREE.ROOT_NODE,                         FTREE.ROOT_NODE);
    lv_node_value:='G' || to_char(pi_seq);
    if :GLOBAL.ACTION_INDICATOR = 'INSERT' then
              lv_return_value:=FTREE.Add_Tree_Node(pi_tree_id,                    lv_search_node,                         FTREE.PARENT_OFFSET,                          1,                                    FTREE.LEAF_NODE,                          pi_date,                                   NULL,                                    lv_node_value);
    else
              lv_return_value:=FTREE.Add_Tree_Node(pi_tree_id,                              lv_search_node,                          FTREE.PARENT_OFFSET,                          FTREE.LAST_CHILD,                          FTREE.LEAF_NODE,                          pi_date,                                   NULL,                                    lv_node_value);
    end if;
         FTREE.Set_Tree_Node_Property(pi_tree_id,                              lv_search_node,                              FTREE.NODE_STATE,                         FTREE.EXPANDED_NODE);
    END;

Maybe you are looking for

  • TS3988 How do I create a List (multiple recipients) for my iCloud email?

    What steps must I take to create a List (multiple recipients) for my iCloud email?  I will be corresponding with a fied group of contacts over the course of a 3-month project.  I need to create a List/Alias that will send the same message to some 18-

  • In C#, how can I detect an opened PDF file and save it into disk?

    he WebBrowse componente in C# opened an PDF file inside. The file came from the Internet. So, the Adobe Acrobat Reader was called and opened the file correctly. I want to save this file to disk. How can I do it? The WebBRowse component does not have

  • Problem with a class attr

    Hello, I'm trying to execute this command- sym.$("cible").attr({class:"pancarte"}); - but nothing happens. Of course, i've tried to apply the pancarte class in my HTML document (to a <p>) and it works. I also tried with the addClass() method, but not

  • Problem with registrati​on

    hi... i have this kind of problem, my gsm card already activate for BIS (Blackberry Internet Service) when i put into the phone, already try to register device to network using Host Routing Table, but after register to network, i do not receive any n

  • Characters (letters) in other languages...

    Is there any way I can get a character used in another language on my BB? I've removed all the languages from my memory except for UK and US English and French. What I wanted was the letter "i" with an acute accent...I was trying to write something i