Bex Question -- Hierarchy related

Hi ,
Can we create a hierarchy in navigational attribute of one of the characteristic and use that in report bex 7.0 ? if you have any documents related to this kinldy provide
Thanks
Maruthi

yes possible...
see this http://forums.sdn.sap.com/thread.jspa?threadID=1561516
http://forums.sdn.sap.com/thread.jspa?threadID=694544
creating hierarchy http://help.sap.com/saphelp_nw04/helpdata/en/0e/fd4e3c97f6bb3ee10000000a114084/content.htm

Similar Messages

  • Questions in relation to iPod nano

    Hi,
    I have a few questions in relation the 5th generation iPod nano and I was hoping to find answers to them here.
    *Voice Memo*
    1. Are there any limitations imposed on the nano's voice memo functionality?
    For instance, does the nano record up to a predetermined number of minutes (say 30 minutes) or until the recording's file size reaches a particular threshold (say 100 MB)?
    Is this the case or are you only limited by how much free space you have on the device?
    2. Have people found the built-in mic to be a decent one or have they found themselves needing to purchase an external accessory to enhance the recording's audio quality.
    Radio
    This might be a silly questions, but Apple's website states that the latest nano has a built-in FM antenna. Does that mean you cannot get AM radio stations on the device?
    Thanks,
    Message was edited by: Infinite Lupe

    Hello Infinite Lupe,
    1. Are there any limitations imposed on the nano's voice memo functionality?
    Yes. Once the recording has reached the two mark the iPod automatically starts a new recording that again will go for two hours. However, this is limited as well to the amount of space remaining on your iPod as well. For more information see pages 74 - 76 of the iPod's *User Guide* which I provided below.
    2. Have people found the built-in mic to be a decent one or have they found themselves needing to purchase an external accessory to enhance the recording's audio quality.
    From my experiences the built-in microphone does just fine whether its being used for recording voice memos or videos.
    This might be a silly questions, but Apple's website states that the latest nano has a built-in FM antenna. Does that mean you cannot get AM radio stations on the device?
    Correct.
    For more information, see the iPod's User Guide.
    [iPod Nano 5th Generation User Guide|http://manuals.info.apple.com/enUS/iPod_nano_5th_genUserGuide.pdf]
    B-rock

  • HT5557 hello...my questions is related to objective C...Is it possible to display name of the person who is calling me whose number is saved in my local database but not in iphone contacts ?.

    hello...my questions is related to objective C..
    Is it possible to display name of the person who is calling me whose number is saved in my local database but not in iphone contacts ?.

    ashish35,
    No one from Apple here - we're just users like you. All I can tell you is that electronic fail and with MacBook Pros (and most notebooks) the components are so integrated as to make a repair to the logic board practically impossible, hence the high prices charged for repairs.
    Only you can decide if you want to have your computer repaired or put the money towards the purchase of a new computer. If you do decide to purchase a new unit I would suggest that you also purchase the AppleCare Protection Plan which increases your warranty from one year to three years.
    Sorry and good luck,
    Clinton

  • BEx Questions

    Hello Everyone,
    I have few questions related to BEx .
    1. Can we use a function module in BEx so that ABAP code can be called while executing Bex query/report in BEx Analyzer.
    2. Can someone tell me how to use multiple structures / variables in query based on conditions.
    3. Could someone tell me how to invoke/refresh a macro in BEx automatically on executing a query in BEx Analyzer.
    Thanks.

    Hi here a short description for virtual key figure or characteristics and own variables (what Klaus means):
    1. Virtual Characteristics and Virtual Key figures
    - A virtual characteristic / key figure is an object of the InfoCube. The values are derived at query run time.
    - Examples:
    The SalesRep is derived from Product and Customer. This assignment changes frequently. Therefore the value for the characteristic SalesRep can not be stored in the Cube.
    You want to calculate with key figure-type attributes of an InfoObject. E.g. Price is an attribute of Product. Sold-quantity is an object of the InfoCube. You want to see the revenue (Sold-quantity * Price) in your query.
    You have an "Open-order-InfoCube". One InfoObject is the Orderdate. You need a list with the number of days btw. the orderdate and today.
    How to program a corresonding Include:
    1. You must firstly define the characteristics, or key figures within the InfoCube
    2. Call up transaction CMOD in the Admin. Workbench
    Create a Project
    3. Select Enhancement Components
    4. Select Enhancement RSR00002
    5. Double-click on Exit EXIT_SAPMRSRU_001
    6. Double-click on include ZXRSRU02 within the Exit
    7. Display or change coding
    8. Maintain include ZXRSRTOP
    9. Maintain include ZXRSRZZZ
    10. Don't forget to activate the Project
    Interface Importing/Exporting:
    IMPORTING:
    I_S_RKB1D -> Information about Reporting-Object; here Query (Queryname, InfoCube, ...)
    EXPORTING:
    E_T_CHANM -> Table with the name of the virtual characteristics
    E_T_KYFNM -> Table with the name of the virtual key figures
    Remarks:
    - You should note that the data records transferred can be on a different aggregation level depending on read procedure and drilldown.
    - Moreover, compound information is not automatically changed with compounded characteristics after changing a higher-level characteristic. In addition, the compound characteristic must also be defined in the mode RRKE_C_MODE-NO_SELECTION.
    - Furthermore, the fiscal year (0FISCYEAR), the fiscal year period (0FISCPER) and the fiscal year variant (0FISCVARNT) cannot be read or changed in the enhancement. (*)
    - Enhancement 999 may not be changed. Calling up serves to update information via the structure C_S_DATA. This functionality is completely taken over by form USER_INIT_GLOBALS.
    2. User Exit for variables:
    -Enhancement: RSR00001
    - The component for the enhancement is the function module EXIT_SAPLRRS0_001.
    How to program a corresponding Include:
    - Create variable with corresponding type for User Exit
    - Call up transaction CMOD in the Admin. Workbench
    - Create a Project
    - Select Enhancement Components
    - Select Enhancement RSR00001
    - Double-click on Exit EXIT_SAPLRRS0_001
    - Double-click on include ZXRSRU01 within the Exit
    - Add or change coding
    - Don't forget to activate the Project
    - Use the variable in a query
    Interface - Importing:
    I_VNAM     --> Name of the Variable; without &-signs
    I_VARTYP -->
    1: Characteristic Value
    2: Hierarchy node(s)
    3: Text
    4: Formula
    5: Hierarchy
    I_IOBJNM --> Name of the InfoObject
    I_S_COB_PRO --> Information about InfoObject(Dataelement, CheckTable, Length, Number of Decimals, ...)
    I_S_RKB1D --> Information about Reporting-Object; here Query (Queryname, InfoCube, ...)
    I_PERIV --> Fiscal year variant
    I_T_VAR_RANGE --> Table with all Variables and their values
    I_STEP     
    1: Before Variable Pop up
    2: After Variable Pop up
    E_T_RANGE --> Table to return the values
    fields: low, high, sign, opt     
    E_MEEHT     --> Unit of measure
    E_MEFAC     --> Number of Decimals for Unit
    E_WAERS     --> Currency Code
    E_WHFAC     --> Number of Decimals for Currency Value
    You can do many amazing things in BW. Well if you like you can use also ABAP in TableInterface for Web or JavaScript in Web. VBA in BEx Analyzer and many more interesting things. Just surf to http://hel.sap.com and find out!
    Regards,
    Adem

  • Error in BO Webi using Authorization analysis in Bex with hierarchy display

    Hi Experts ,
    When we run the WEBI report created on bex query which has 0comp_code restricted with characteristic variable  of processing type Authorization and Not ready for input.
    The hierarchy display is active in Bex (as we want to see L01, L02.... in webi)
    The authorization analysis is working perfectly when I test in Bex analyser (at any drill down level).
    But in BO webi, I get below error
    The database error text is: The supplied XML is not valid. [char name & Level].
    I dont get this error when I deactivate hierarchy display in Bex.
    Also I dont get this error for user ids having 0BI_ALL
    Please help me to resolve this.
    Thanks
    Savio

    Hi Atul,
    You can achieve this by dragging these two fields in the filter bar section of the webi. then apply variables on these fields.
    hope it helps
    Regards,
    Rathy

  • Calculation in BEx on Hierarchy Link Nodes

    Hello everyone. I am working on a BEx query that involves a hierarchy based on Controlling Area, Cost Center, and Cost Element. There is a case where I have 5 Cost Elements that belong to 2 Cost Centers. I can successfully create the duplicate nodes at the different Cost Center levels and activate the hierarchy. Where I am having difficulty is assigning a percentage factor to the key-figure at the parent-node (80%) and the link-node (20%). The high-level node at CO_AREA is correct. However, the COST_CENTER nodes show the total original value. I would like to apply these factors dynamically in the BEx query. I have tried structures and cell definitions and was able to apply the 80% and 20% factors correctly to the corresponding hierarchy nodes. Unfortunately, the amounts are not broken down as I would like to see them.
    I have looked at the documentation on "Link Nodes" and "Modeling Nodes and Leaves: at help.sap.com.
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/fa3d3806136268e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6743e07211d2acb80000e829fbfe/content.htm
    This is from one of the above links:
    "For both duplicate leaves and leaves in subtrees under link nodes, the values of the duplicate leaves are only considered once by the system internally. When aggregating, the system automatically calculates what are called correction leaves for the superordinate node.
    If a leaf Lo lies three times amongst the descendants of a node No, the value is added three times internally and then subtracted twice by the ’correction node’."
    I'm wondering if it is even possible to do what I would like to accomplish.
    I would appreciate any feedback and suggestions on how to solve this issue if you have done something similar.
    Best Regards,
    Albert Pecoraro
    Sr.SAP BW Specialist
    Ferro Corporation
    Example:
    CO_AREA_1000 = Total = <u><b>$1000</b></u> (AAAA = $800, BBBB = $200)
    --><u><b>COST_CENTER_AAAA</b></u> = $1000 @ 80% = <u><b>$800</b></u>
    >COST_ELEMENT_100 = 100 @ 80% = $80
    >COST_ELEMENT_101 = 200 @ 80% = $160
    >COST_ELEMENT_102 = 300 @ 80% = $240
    >COST_ELEMENT_103 = 150 @ 80% = $120
    >COST_ELEMENT_104 = 250 @ 80% = $200
    --><u><b>COST_CENTER_BBBB</b></u> = $1000 @ 20% = <u><b>$200</b></u>
    >COST_ELEMENT_100 = 100 @ 20% = $20
    >COST_ELEMENT_101 = 200 @ 20% = $40
    >COST_ELEMENT_102 = 300 @ 20% = $60
    >COST_ELEMENT_103 = 150 @ 20% = $30
    >COST_ELEMENT_104 = 250 @ 20% = $50

    Hi Alberto,
    Would you please post the resolution of the issue with the hierarchy node calculation? I too have a simillar requirement. It would be helpful if you share the solution for tha issue that you had.
    Saravana

  • Question about Relations ( attributes )

    hai technos,
    When i'm creating a relation between 2 dimension for creating hierarchies ( for example between year and month dimensions )
    i can display either year or month at a time.
    Here that drill down effect is not coming where we can display parent and child levels at a time drilled.
    is there any way to implement the same with relations?
    Any help,suggessions are welcome.
    Thanks in advance.
    santha

    Unfortunately I think the last post will just aid in confusing you, read this and see if it makes sense ....
    In Express, dimensions can have data types of day, week, month, quarter, year, etc..... and (most importantly!) text. These data types are classed as "time" types (date, week, month, quarter, year) and (what I would call) "normal" type of text ... the other poster called this "other".
    When you create any "time" dimensions, Express will implicitly create relations between them, so you don't have to do it, but it's NOT a hierarchy it's an attribute. These "time" dimensions can only store time periods that match their data type, and the periods MUST be consecutive.
    To create a time hierarchy (and the drill-down/up that you require), you have to create a "normal" dimension (data type = text). This dimension is usually called TIME (because it holds all the time values you want). This dimension contains all your days, wks, months, yrs, etc... that you need. You then create a relation of that dimension to itself (classic self-relation ie hierarchy). The relation stores the parent value in the hierarchy. That's the way you get the drill-down. If you have already created your "time" dimension values, you can copy them over to your hierarchy dimension if needed.
    To get the drilling to work, use your TIME (hierarchy) dimension when you are creating your variable (don't use any other time-related dimensions!!), then create a table with this dimension being the only one going down, choose dim val's whilst having the hierarchy chosen, and you've got it !!!!
    Special Note !!!: The method used to create the hierarchy differs between OSA, OFA, Administrator and plain Express. Each product has different structure that could help or hinder you. If you don't understand this, please reply here and let me know which product you are using & I'll help out more.

  • Urgent - general question - cursor related, maybe?

    Background:
    I have a hierarchy of tables say A,B,C, each having a one to many relationship (A 1..n B 1..n C). I want to set one of the columns of A to a value of the primary key of one of the rows of B or C. The logic that I need to set the value in A is as follows:
    If one of the rows in B has one of the several columns = NULL(start with the column on the left and keep going to the right) then I need to set the primary for that row in B to the column in A.
    If all columns in all the rows in B <> NULL, then I need to drill down deeper into table C to do the same and set the Column in Table A to a value if I find a discrepnacy.
    Question:
    Is it possible to do this without using cursors? My boss thinks it can be done without using cursors. I don't see how it is possible. But if anyone has an idea please let me know.
    Thanks in advance.

    SQL> -- test data:
    SQL> SELECT * FROM a
      2  /
         PK_ID COL       COL2 COL3 COL4 COL5                                                           
             1 ABC        123 FRED ?    *                                                              
             2 XYZ        789 MIKE ??   **                                                             
    SQL> SELECT * FROM b
      2  /
         PK_ID       FK_A   COL1CODE   COL2CODE   COL3CODE COL1DESC COL2DESC COL3DESC                  
             5          1        111        222        333 ABC      SDF      TEST                      
             6          1        444        555        666 A35                                         
             7          2        111        222        333 ABC      SDF      TEST                      
             8          2        888        222        999 A60      B45                                
    SQL> -- update:
    SQL> UPDATE a
      2  SET    col4 =
      3           (SELECT pk_id
      4            FROM   (SELECT pk_id, fk_a,
      5                     NVL2 (col1desc,
      6                        NVL2 (col2desc,
      7                           NVL2 (col3desc, NULL, col3code),
      8                           col2code),
      9                        col1code) AS colcode,
    10                     ROW_NUMBER () OVER (PARTITION BY fk_a ORDER BY pk_id) AS rn
    11                 FROM   b
    12                 WHERE  NVL2 (col1desc,
    13                        NVL2 (col2desc,
    14                           NVL2 (col3desc, NULL, col3code),
    15                                 col2code),
    16                           col1code) IS NOT NULL)
    17            WHERE  rn = 1
    18            AND    fk_a = a.pk_id),
    19           col5 =
    20           (SELECT colcode
    21            FROM   (SELECT pk_id, fk_a,
    22                     NVL2 (col1desc,
    23                        NVL2 (col2desc,
    24                           NVL2 (col3desc, NULL, col3code),
    25                           col2code),
    26                        col1code) AS colcode,
    27                     ROW_NUMBER () OVER (PARTITION BY fk_a ORDER BY pk_id) AS rn
    28                 FROM   b
    29                 WHERE  NVL2 (col1desc,
    30                        NVL2 (col2desc,
    31                           NVL2 (col3desc, NULL, col3code),
    32                                 col2code),
    33                           col1code) IS NOT NULL)
    34            WHERE  rn = 1
    35            AND    fk_a = a.pk_id)
    36  WHERE EXISTS
    37           (SELECT pk_id
    38            FROM   (SELECT pk_id, fk_a,
    39                     NVL2 (col1desc,
    40                        NVL2 (col2desc,
    41                           NVL2 (col3desc, NULL, col3code),
    42                           col2code),
    43                        col1code) AS colcode,
    44                     ROW_NUMBER () OVER (PARTITION BY fk_a ORDER BY pk_id) AS rn
    45                 FROM   b
    46                 WHERE  NVL2 (col1desc,
    47                        NVL2 (col2desc,
    48                           NVL2 (col3desc, NULL, col3code),
    49                                 col2code),
    50                           col1code) IS NOT NULL)
    51            WHERE  rn = 1
    52            AND    fk_a = a.pk_id)
    53 
    SQL> /
    2 rows updated.
    SQL> -- results:
    SQL> SELECT * FROM a
      2  /
         PK_ID COL       COL2 COL3 COL4 COL5                                                           
             1 ABC        123 FRED 6    555                                                            
             2 XYZ        789 MIKE 8    999                                                      

  • SAP BEx - Reporing - Hierarchy - nodes repead the details

    Hello out there,
    I got the problem, that I want to create a BEx Query which got in the rows a characteristic with a hierarchy and below an oher one without hierarchy. For every different entity in the second characteristic I got the corresponding number of records under the sheet of the hierarchy. That is ok. In the notes of the hierarchy the system will not aggregate on the basis of the first characteristic entities. That is also ok, but in my case not required. I went through all the settings and checkt the help and the sdn without success.
    The following solution is also not helpful:
    - The second characteristic would be an attributes of the first one
    A solution will be appreciated.
    With kind regards,
    Marco

    Hello,
    I want to achieve, that the nodes (hierarchy of the first characteristic) show one row with the aggregated value. So the entities of the second characteristic on the level of the sheets are not considered on the level of the corresponding nodes. With other words, the hierarchie shows only the detail of the second characteristics on the level of the sheets.
    Hope this clarify my requirements. I appreciate any ideas.
    Many Thanks and kind regards,
    Marco
    Edited by: Marco Schraner on Aug 25, 2011 5:51 PM
    Edited by: Marco Schraner on Aug 25, 2011 5:53 PM
    Edited by: Marco Schraner on Aug 25, 2011 5:54 PM
    Edited by: Marco Schraner on Aug 25, 2011 5:54 PM

  • Question about relative sizing on JPanels

    Hi,
    My question is about relative sizing on components that are not drawn yet. For example I want to draw a JLabel on the 3rd quarter height of a JPanel. But JPanel's height is 0 as long as it is not drawn on the screen. Here is a sample code:
    JPanel activityPnl = new JPanel();
    private void buildActivityPnl(){
            //setting JPanel's look and feel
            activityPnl.setLayout(null);
            activityPnl.setBackground(Color.WHITE);
            int someValue = 30;  // I use this value to decide the width of my JPanel
            activityPnl.setPreferredSize(new Dimension(someValue, 80));
            //The JLabel's height is 1 pixel and its width is equal to the JPanel's width. I want to draw it on the 3/4 of the JPanel's height
            JLabel timeline = new JLabel();
            timeline.setOpaque(true);
            timeline.setBackground(Color.RED);
            timeline.setBounds(0, (activityPnl.getSize().height * 75) / 100 , someValue , 1);
            activityPnl.add(timeline);
        }Thanks a lot for your help
    SD
    Edited by: swingDeveloper on Feb 24, 2010 11:41 PM

    And use a layout manager. It can adjust automatically for a change in the frame size.
    Read the Swing tutorial on Using Layout Managers for examples of the different layout managers.

  • Beginner Question (JNDI related)

    Hi,
    I got a EJB-Server called JONAS and a standalone Tomcat running. Now I want to use a EJB
    from a tomcat-servlet. I know that the EJB is already registred in the JNDI-registry implementation
    of JONAS. But when I try to look up the EJB with the servlet, Tomcat says "Bean is not bound to that context".
    My question is, how does Tomcat know, which JNDI registry is the JONAS registry. What if there
    are multiple registries running and I want to use EJB from all that registries in my programm (what is actually not the case).
    I am really new to that topic - I just want to grip the mechanism. (Maybe I got to tell Tomcat which
    JNDI it should use or smth like that?)
    Thanx for any help,
    Mischka

    Zdrafsvuite,
    I am really new to that topic - I just want to grip
    the mechanism. (Maybe I got to tell Tomcat which
    JNDI it should use or smth like that?)Relatively speaking. You tell InitialContext about the registry needed for the lookup. The following illustrates:
    Hashtable reg = new Hashtable();
    reg.put( Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory" );
    reg.put( Context.PROVIDER_URL, "iiop://registry.host.com:1050" );
    Context jndi = new InitialContext( reg );The above instructs InitialContext on which context handler factory class to use for accessing the desired registry, and the URL location of the registry. Any number of lookup "handlers" to distributed registries (EJB or otherwise, since the above is relative to JNDI and not EJB ;) can be created and used this way. NOTE: the above, however, is specific to the RI and, possibly, other COS-based namespaces. Consult the documentation for your app server for the correct values for the above (as well as any additional information that may be required...).
    I hope this helps.
    Thanx for any help,
    MischkaDa Sveedanya,
    Tony "Vee Schade" Cook

  • GL Account Hierarchy related issue

    Hi BI gurus,
    The Scenario is like this:-
    We are doing reporting for Profit&Loss based on GL Account Hierarchy (0GL_ACCOUNT).
    The GL Hierarchy have Asset & Liability nodes.
    The problem is that, in BW, regardless of credit or debit values, it will just display the report the same values on both nodes. so certain GL accounts (e.g. Cash Loan) would appear both side of the hierarchy - Asset node and Liability node.
    Is there a way to make it so when we do reporting based on Hierarchy, when the value's Credit, shows on "Asset Node", and Value's Debit will shows on "Liability node"?
    Any advice is greatly appreciated.
    Thanks,
    Vince

    Thanks for the info Yiannis, but I think I've found out the theory for this.
    According to this [http://help.sap.com/saphelp_nw04s/helpdata/en/04/7b95fb42b0f94aba334c0890dbbda4/content.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/04/7b95fb42b0f94aba334c0890dbbda4/content.htm]
    I have read through it, not fully understand how this works yet, but I think should be able to use the following:-
    1. InfoObject 0GLACCEXT (instead of 0GL_ACCOUNT)
    The exception aggregation (balance sheet aggregation) that is in effect here is only possible for the Financial Statement Item characteristic (technical name 0GLACCEXT). The hierarchy table for this characteristic contains a special attribute called Balance-Dependency of a Hierarchy Node (technical name 0BAL_DEPEND), which controls the balance sheet aggregation of the Financial Statement Item characteristic.
    2. Virtual InfoCube  0FIGL_VC1 (will read data from 0FIGL_C01).
    3. There is a balance sheet query available 0FIGL_VC1_Q0001, which displays the balance sheet data the same way as the R/3 report RFBILA00 does.
    [http://help.sap.com/saphelp_sm32/helpdata/en/2d/955a73da4d6d41a0a6128caf274ce8/content.htm|http://help.sap.com/saphelp_sm32/helpdata/en/2d/955a73da4d6d41a0a6128caf274ce8/content.htm]
    Rgds,
    Vince

  • Urgent question pls :( [Related in Syncing and backing up all library~

    ok im planning to buy a new laptop, but I have a question.
    I have desktop pc which is all my music/apps/movies are stored, then how to put my whole library to another computer?
    *cheers mate*

    Look at this article for instructions about moving your iTunes to your new computer: http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive
    Specifically, scroll down to the section titled:
    "Moving your Content to a New Computer".

  • Some hierarchy related issues, SQL Query is including unselected columns?

    Hello Guys...
    I have something strange happening in my report.. First of all, the RPD I have is built according to JDE model.
    There is a schema which looks like this:
    BU Dim ------->Fact<---------Account Dim <--------BU Account Dim (Indeed a copy of BU Dim)
    A dim hierarchy is created as AccountDim with Account Desc at the lowest bottom level, the dimension key at that level is AcctID which is the unique identifier.
    The issue comes when I created a report using Account, Account Desc, Fact Measures. The measures are not displayed as per account even if the joins and aggr levels are all defined correctly at the proper level..
    I checked the sql that is generately, it is interested that whenever I include Account Desc column in the report, the SQL will include Actid column in the select and groupby part, which results in data being at the wrong level..
    When I remove Actid from Account Hierarchy as the key, the report runs correctly and the SQL query won't include Actid column.. However, since the removal of the ACTid key from Account Hierarchy will cause other reports not running properly, I have to revert the change back to normal.. I'd like to know what to do in order to investigate more deeply as what's going on and as why the SQL will include columns fields that are not selected at answer levels..
    Any suggestions will be greatly appreciately.. I'd like to provide the rpd file, but not sure how to..
    Many Thanks

    Hi, Vikeng,
    Why use the salary table at all, if you're not ever getting any information from it?
    Why not:
    SELECT  EmpName
    ,      DeptName
    ,      'N/A'          AS SalaryValue
    FROM     Employee
    ,     Department
    WHERE      Employee.EmployeeId     = Department.EmployeeId
    Are you saying that somethimes there is a relationship, but not with this sample data?
    If so, post some different sample data (CREATE TABLE and INSERT statements) that has a relationship for some rows, and not for others. Post the results you want from that data, and explain, with specific examples, how you get those results from that data.
    You might just need an outer join.

  • Problem executing BEx query Hierarchy variable with default value

    My query has hierarchy variable on 0MOVETYPE char with a default value . The 0MOVETYPE variabale restriction is in Static filter area.
    I got timeout on query execution not because of amount of data but because of this hier. variable. Any ideas why?
    Notes:
    a) The hierarchy and the 0MOVETYPE characteristic are active and correct.
    b) I've tried RSRT check, but got the same timeout error.
    c) query executes fine on dev environment. I'm getting timeouts on PRD (as I say not because of amont of data)

    Hi,
    1. Try generating the report in RSRT and see if query runs correctly
    2. Looks like you are dafulating onto top node which contains whole data may be. This is not correct as it will definitely slow down the report based on amount of data it contains. Try to remove default and try first whether query is opening.
    3. You can put some lower level defualt to understand whether amount of data is the issue.
    4. Try to increase the server time out setting and see if it runs.
    Thanks and regards

Maybe you are looking for

  • LG Ally - sending text message with pic AND audio *2 attachments on one message*

    I can send an audio file via text message... I can send a picture via text message but for the life of me I CANNOT figure out how to send a pic with audio via text message and it's driving me crazy! Does anyone know how to do this?

  • Approval requirement for Z1 and F-04 Journal types

    Hi There, T.Code:  FB01/FB02 1) Currently we have a custom workflow for SA journals. Everytime the workflow gets triggered for each SA document type. But now we would like to add Z1 as another document type to which the workflow needs to be trigggere

  • Firefox/3.6.20 can't loading certain websites. while they are loading with IE

    After upgrading to Firefox/3.6.20. certain websites don't loading(I see empty page). Same files do loading by IE8. OS: Windows XP prof. SP3. Sometimes when I am searching, search results page is displayed in that manner, that I can not use references

  • Java Class Gen gives "Expected EOF"

    i'm trying to run the Java class generator using the command line utility, but keep getting an XMPParseException: Expected 'EOF'. This happens with the dtd file included in the sample directory. The class gen is 2.0.0.0 Beta, and it was bundled with

  • Troublesome iterator

    Can anyone debug this block of code for me? I have a list os System objects registered to a Shop object & held in an Array. I'm sending a message to them via the Shop object to display a list of Systems with a system price less than or equal to the m