Problem in hierarchy F4 in BEx

Hi all,
I've activated standard BI content queries. Have loaded master data, transaction data & hierarchies. The problem is while executing the queries in BEx, wherever the F4 for hierarchies is coming, the Long description is field is blank. only the names of hierarchies is seen.
how to solve this prob ?
Regards.

HI Neetu..
Please check the settigns of the infoobject in use..u need to select text and key for the description in buisness explorer tab of \inoobject definition

Similar Messages

  • Problem during hierarchy load from ECC 6.0 to BW

    Hello,
    I encountered a problem during hierarchy loads from ECC to BW:
    I get the following in BW:
    Error when updating Idocs in Source System
    Diagnosis
    Errors have been reported in Source System during IDoc update:
    Once I go into ERP and look at the IDocs I get the following message:
    Idoc Error 26:
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment E1RSSH does not occur at the current level of the basic type (extension ).
    This error can have several reasons:
    The segment E1RSSH is assigned to a group whose header segment does not occur.
    The segment E1RSSH does not exist in the syntax description of the basic type  (extension ).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    Procedure
    Please check the IDoc or the syntax description of the basic type  (extension ).
    Can anyone help?

    The most basic setting in a BW system is its connectivity with the R/3 system (which is a basis team activity, but BI consultant can always help).
    Issue: While creating source system, I am getting an error "Segment E1RSSH does not exist".
    Diagnosis
    Segment E1RSSH is in the syntax description, but it does not exist.
    The issue was that some of the entries in the table EDISEGMENT were missing.
    As this a standard table, it is recommended to restore the table from Backup or from another BI system. (Please ask your basis team to do it.)
    Now, the significance of the segments: We all know that we require 3 message types in total to communicate with R/3 system. RSRQST, RSSEND and RSINFO.
    Now each of the message types has some segments which help in communication.
    You can see this segment types in the t-code we30. Just enter the basic idoc type and click on display.
    This error is not a common error, but can be useful if at any stage of implementation or support, the table gets disturbed and you have issues with source system connectivity.
    Thanks
    SM

  • Problem in Data Extracting from BEx to Webi

    Hi guys..this is sathish, we have a problem in webi reports.Actually we created webi reports from using BEx,the problem is the data in bex is showing correct data but in webi reports some cells are not showing the exact data which is showing the in the BEx.
    How to resolve the problem.please help me.

    BOXIR3.1 we are using..actually webi reports are prepared 3 months before.now the problem is in that particular report some fields are showing wrong information like Ex: in Bex it showing 1200545 but in webi report it showing like 346432.it is showing like that in 3 to 4 fields only remaining fields are correct. we tried to create new report but it showing correct information.but that particular report itself showing wrong information.
    Thanks for your reply Stratos
    Sathish
    Edited by: M.V.Sathish on Mar 27, 2011 1:26 PM

  • Hierarchy display in BEX is confusing

    I am having an issue with the customer group hierarchy display in BEX:
    In RSA1 hierarchy display like this
    Customer group 1
    --Customer A
    --Customer B
    --Customer C
    In BEX (restricting characteristic or variable selection for 0customer/0sold_to) it displays:
    Customer group 1
    --Customer group 1
    --Customer A
    --Customer B
    --Customer C
    It confuses the users as to which is the correct Customer group 1 node to select for the queries. I could not find any setting that may control this behaviour.
    This is a time dependent hierarchy. We are in 3.1c
    Any help is much appreciated.
    Joe

    Hi,
    set the properties of your characteristic
    Values of posted nodes to hide
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/25213c9cffa027e10000000a11402f/frameset.htm
    Regards
       Heike

  • Problem in hierarchy variable

    hi,
    I am facing one problem with hierarchy variable , i created one hierarchy variable with ready for input , mandatory and customer exit as i need some values to be populated in the input screen and write the following exit
    when 'ZHV_PCTR'  .              IF i_step = 1 .
         clear l_s_range .
         l_s_range-low = 'TEST!'.
         L_S_RANGE-SIGN = 'I'.
         L_S_RANGE-OPT = 'EQ'.
          append l_s_range to e_t_range .
       endif .
    but wen the input variable is coming its coming with all the values , even test1 is not appearing .
    plz letme know wts happning rong .
    thnx

    Hello ,
    Try this code
    DATA: loc_var_range TYPE rrrangeexit,
          l_s_range     TYPE rsr_s_rangesid.
    IF i_step = 1.
      CASE i_vnam.
        WHEN 'TEST1'.
        CLEAR l_s_range.
         READ TABLE i_t_var_range
                INTO loc_var_range
                     WITH KEY
                     vnam = 'TEST1'.
            IF sy-subrc = 0.
               l_s_range-low = 'TEST1'.
               l_s_range-sign     = 'I'.
               l_s_range-opt      = 'EQ'.   
               APPEND l_s_range TO e_t_range.
               l_s_range-low = 'TEST2'.
               l_s_range-sign     = 'I'.
               l_s_range-opt      = 'EQ'.
               APPEND l_s_range TO e_t_range.
        ENDCASE.
    ENDIF.
    Thanks,
    Kishore

  • Problem of hierarchy in bex analyzer

    Dear all,
    I met a problem when I using Bex analyzer to run a query, there is a characteristic 0CS_PLEVEL (posting level) with a hierarchy. If the characteristic is displayed in the row or column, i can filter with the hierarchy node, everything seems to be fine. But if the 0CS_PLEVEL is set to be a free characteristic in the query, when I filter with hierarchy text node (not leaves), then there will be wrong message about 'No applicable data found', but if I add drill down according to Posting Level in rows, it indeed has data value.
    And I tried filtering value with same hierarchy node with other query which is built based on Multiprovider, everything is fine.
    I wonder if there is any speciall setting for filtering by hierarchy node in the query based on virtualprovider 0BCS_VC11?
    Your reply will be appreciated.

    Hi,
    In the Exception definition,Make sure you have selected following :
    In Display tab    ->    Select Exception affects data cells
    in cell restrictions tab  -> Exception affects everything
    After that,once you execute the query,Exceptions should be shown on all levels.

  • Problem in Hierarchy in BEX Query

    Hi ALL,
    I have created Query for balance statements & Profit ,Loss statement by using hierarchy. It  is execuiting in perfectly.But the problem is "I want in the query output hierarchy with only 1 node that is Profit/loss node."
    I have done restriction on that node only. But I am not getting the output for that node.
    If I add one more node for Profit/loss node it is showing data.
    my question is If I restrict only one node why it is not working?
    please give me suggestions on this. <b>we need only one node in the output Hierarchy.</b>
    Plaese give me the steps Regarding this.
    Thanks,
    kiran.

    Hi srikanth,
    thanks for ur reply,
    My hierarchy having like this:
    Fiancial satement
              |--->Source of funds
              |---->App.of Funds
              <b><b>|---><b>Profit/loss node</b>->caliculated Profit</b></b>
              |------>Income
              |------->expendature
              |------->Un assained Node.
    1. I have not used any Structure .
    2. I have placed my Hiearachy in ROWS and I ahve restricted only Profit/Loss Node.
    ( But If I select only 1 node in Restriction data is not getting in query)
    IF I select "profit/loss node " & some other node in Restriction data is coming in the output of Query.
    What is the reason for this.
    whatt I have to do to get only 1 node in the output with values.
    Thanks,
    kiran
    Message was edited by:
            kiran manyam
    Message was edited by:
            kiran manyam

  • Problem with hierarchy variable while displaying query in Portal

    Hi,
    I came up with an problem with a query in the portal.  The problem is :
    I have one query which is displayed in the portal. The Query has hierarchial selection criteria. I am executing the same query using analyzer. Its taking the variable from the selection and displaying it on the analyzer. I have used the option to " display the query on web " from the BEX query designer. From there its opening and displaying the results with the given selection criteria.
    Where as when i open the query seperately in portal, its not displaying the results.
    I came to know from one of my colleague that the porblem is with the Web item and the hierarchial variable declared in WAD  was different from the variable declared in the BEX Query designer.
    I never Worked with WAD. I tried finding out the variable definition. But i was unable to find out where the Hierarchial variable was defined.
    Please help me out regarding the same.

    The problem is sovled.
    Poornima.

  • Problems with hierarchy display when using SAPBEXonRefresh

    Dear all,
    I would like to create dynamic logos in BEx Analyzer. It means I need to change the logo image depending on value of certain free characteristic ("LOGO_ID").
    At the moment, I have achieved that logo pictures (6 in total) are swapped by adding VBA code to SAPBEXonRefresh.
    Unfortunately hierarchy symbols become to act very strange. Basically there are two problems:
    1. They are not refreshed after hierarchy compression; those hierarchy symbols which are outside of result area are not removed
    2. Pressing symbols in order to expand/collapse hierarchy sometimes does not produce any effect.
    Code is show bellow and here is brief explanation of it. First, we are searching for "LOGO_ID" string in document. One cell to the right is value which tells us what logo to make visible. There are six logo pictures  in worksheet with names: "L1", "L2", "L3", "L4", "L5", "L6" and only one should be visible.
    Problem seems to be in working with Shapes (logo pictures are Shapes) since hierarchy expand/collapse symbols are also of the same type.
    Any ideas would be appreciated.
    Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
    Call ShowLogo
    End Sub
    Sub ShowLogo1()
       Dim UniLogo As String
       Dim UniRange As Range
       Dim vaUnis As Variant
        If WorksheetFunction.CountIf(Cells, "LOGO_ID") = 0 Then
           Exit Sub
        End If
        Set UniRange = Cells.Find(What:="ID izvornog sustava", After:=[A1], LookIn:=xlFormulas, _
            LookAt:=xlPart, SearchOrder:=xlByColumns, _
            SearchDirection:=xlNext, MatchCase:=False)
        UniLogo = UniRange.Offset(0, 1).Value
        If UniLogo <> "" Then
           If ActiveSheet.Shapes(UniLogo).Visible = msoTrue Then
             Exit Sub
           End If
        End If
        vaUnis = VBA.Array("L1", "L2", "L3", "L4", "L5", "L6", )
        For i = 0 To 5
            ActiveSheet.Shapes(vaUnis(i)).Visible = msoFalse
        Next i
        If UniLogo <> "" Then
          ActiveSheet.Shapes(UniLogo).Visible = msoTrue
        End If
    Kind regards, Josko.

    Hi Josko,
    Where do you have this problem 3.5 or 7.0 BexAnalyzer.
    When ever heirarchy icons are created in BEx, respective hyperlink is assigned to each of them, Make sure that you dont manipulate with them,,
    If you still have problem then create OSS message.
    Regards,
    Vinay

  • Problems with hierarchy of materials

    Hi experts,
    I have a problem.  I am loading the model of sales from the Business Content, I loaded the cube 0SD_C03 very good, with the Infosources: 2LIS_01_S260, 2LIS_01_S261, 2LIS_01_S262 and 2LIS_01_S262. This I could do it without problems. Then I began to load the master data of infoobjets and them I could even load well, the hierarchy of the materials (I believe that all the masterful data). Now in the BEx, when I want to execute one query that it contains the hierarchy of materials, the BEX shows error messages to me that say: "Hierarchy 200 00000000 is not available for Material InfoObject 0". I reviewed the hierarchy of materials and in the Infopackage has a green state. Infosource that I used is 0MATERIAL_LPRH_HIER and 0MATERIAL_LKLS_HIER. I need urgent aid

    Hi Leonel,
    Did you run the attribute hierarchy change run? In RSA1 > Tools > Apply Hierarchy/ Attribute Change. Then Re log into BEx and try again.
    Hope this helps...

  • Query problem with hierarchy filter

    Hello everybody,
    i have a problem with a BEx Query 3.5 on a BW 7.01-System. This query includes the cha cost category as free characteristic which is filtered on a node. When we execute this query everythin works correktly. When I now select a filter value in BEx fpr this char the formula value in the row does not change. When I drilldown on this char the correct data was shown. This problem occurs only with this hierarchy node. With other selected nodes this problem does not occur.
    We have regenerated this query in rsrt but that don't fix this issue.
    Has anybody an answer?

    hello,
    the problem is known. You may check whether implementing the following note solves the issue:
        1434532
    best regards,
    Jerome

  • Hierarchy node filtering - BEx 3.5 query

    Hi
    I am having a problem with a BEx 3.5 query with a filter on customer hierarchy. The filter is a variable which allows single value selection.
    When I run the query in Analyzer and get prompted for the customer hierarchy I can either type a customer number or press F4 and navigate through the hierarchy structure to find the node I want.
    When I press F4 and navigate to the hierarchy nodes I always get data for all nodes I have tried, but when I type in the node number directly in the selection screen I get data for some nodes wheras for others I get "No applicable data found".
    When I navigate in the hierarchy I can see that below each node there is a leaf with the same customer number (see example below), and that when I type in a customer hierarchy node number in the selection screen the query chooses the node for some numbers (and data is displayed) and for some numbers chooses the leaf (and no data is displayed).
    Example:
    0035 (node)
    -   0035 (leaf)
    - 11003 (leaf)
    - 11004 (leaf)
    - 11005 (leaf)
    It would be preferrable if I could type in the values directly as this would save time. So I would like to know if there is a way to make sure that the node is always selected rather than the leaf, or if it is just random?
    All help is much appretiated!
    Edited by: christian.nilsson on Sep 28, 2011 5:40 PM

    Hi
    Thanks for the answer. I tried it but unfortunately it did not solve my problem. The issue is that for some hierarchies the leaf is found instead of the node (see my earlier post).
    So if there would be a way to only search for only nodes, that could be a solution.
    Kind regards

  • How to filter hierarchy node in BEX query designer

    Dear experts
    We are working on FI balance sheet with hierarchy infoobject 0GLACCEXT. Example of our balance sheet is as follow:
    Parent Node A = 20
         Sub-parent Node A1 = 10
             Leaf A11 = 5
                 Leaf A12 = 5
    Parent Node B = 20
         Sub-parent Node B1 = 10
                   Leaf B11 = 5
                   Leaf B12 = 5
    We require only:
        Sub-parent Node A1 = 10
        Leaf B12 = 5
    So I filter those out in BEX restriction;  however, after we examine the report in tcode RSRT, "Sub-parent Node A1" is not shown in BEX Report, and the result is as follow:
    Parent Node B = 5
         Sub-parent Node B1 = 5
                 Leaf B12 = 5
    Are there solutions for us to show merely A1 and B12 ?

    Hi Chu
    Try the following steps.
    Initial Output
    In this example I will restrict the query for only displaying Node 8603 and leaf 9000
    Proceed to restrict the Characteristic. Please be aware of the difference between hierarchy nodes and leaf characteristic values. Also set the Hierarchy display properties to expand up to level 1.
    Execute the query again:
    Please be aware that users will still be able to expand node 8603 and see the lower level nodes/leaf. In order to restrict users from doing this set up users authorizations.
    Regards,
    Carlos

  • Problem with Queries Structures in Bex Query Designer and Universe Designer

    Hi everyone,
    I have a problem when i try to do a Universe from a Bex Query Designer.
    When I use a Characteristic Restrictions in a Structure, the universe only show me the structure without the objects inside it.
    EJ:
    1) Bex Query Designer
    Colunms
    (Structure) ZSRT_123
                          - (Characteristic Restrictions) Reg Guayana
    >          (InfoObject)     0Product = 'XXX'
    >          (InfoObject)     0Country = 'YYY'
         - (Characteristic Restrictions) Reg Caracas
    >          (InfoObject)     0Product = 'AAA'
    >          (InfoObject)     0Country = 'BBB'
    Rows
    (Structure) ZSRT_456
                   (Key Figure)     Net Sales
    2) Universe designer
    (Class) ZSRT_456
    >(Measure)      Net Sale
    (Class)     ZSRT_123
    >(Dimension)      ZSRT_123
    The universe dont translate the two Characteristic Restrictions in the structure ZSRT_123.
    Any information would be much appreciated. Thank you.

    Hi,
    I assume that you are using BOE XI 3.1 SP2.
    We have added an option in SP2 to generate or not the L00 level.
    Unfortunately this option applies not only on characteristics but also on hierarchies, hierarchies variables and structures: that's the reason why you have no elements belonging to the structure generated.
    I recommend to always generate L00 in order to have your structure generated correctly.
    This issue will be fixed in SP3.
    Regards,
    Didier

  • Data slice inconsistency problem with hierarchy nodes

    Hi Experts,
    We want to lock planning tables from function. We create the appropriate data slices but there are problems with (material group) hierarchy nodes.
    If I give the node as input variable to the function it causes inconsistency in the data slice. If I choose and add this node to the lock in modeler, the problem is the same.
    We are using the following variables to create a data slice:
    0VERSION
    0VTYTYPE
    0COMP_CODE
    ZGRMAT (developed material group)
    Z_YEARCR (developed yera created)
    The problem also exist if I set an another type of node e.g. destination country (0RECIPCNTRY) instead of material group.
    For me, the problem seems to be generic.
    Do you have any idea?
    Many thanks in advance
    Peter

    There is a note related to this proble:
    Note 1070608 - Lowflag field is not valid
    The implementation of this note resolves the problem.
    Peter

Maybe you are looking for