What are nested groups in data model?

I am new to Oracle reports. I am trying to modify the data model query. I don't understand nested groups . i.e There are two groups within one groups. These two groups are linked by dotted line. I don't find any information in online help. Please help me to understand this feature. I appreciate any link which explains this.
Thanks
Message was edited by:
user609146

Hello,
If it is something similar to the data model screen shot at :
http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_matrix.htm
then, it is a matrix Report
Regards

Similar Messages

  • Events are not grouped by date

    Recently I had a crash on my iPhoto and had to basically re-input all 60,000 photos. All went well and iPhoto working okay now. Only issue is the events are not grouped by date anymore.  meaning I have several events that are on the same date. All the setting appear to be correct.
    Is there a way to have iPhoto regroup the events all by date?

    The only way to sort events is the view menu --> sort events - Using it you can re-sort events a few ways
    Events are not categorized so there is no way to "re-categorize" them
    What you need to do is to restore your backup of the iPhoto library from before the crash that caused you to import your masters folder into iPhoto
    And probably if you had rebuild the library after the crash you would have been OK - Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - from the resulting first aid window repair permissions and if necessary rebuild your database   --  this will not help on the new library that you created - it has to be done on the bad library that resulted from the crash
    LN

  • What are nested Internal tables

    Hi Guru's,
    I am new to ABAP ...just trying to learn things.Can you please explain me what are nested internal tables and what is the purpose of nested internal table?where can it be used and why a header line is not written in a Nested Internal table...
    Kindly explain it (scenario where nested internal tables are used) with an example it will be helpful.
    Cheers,
    Priyanka

    Hi,
    When storing data in internal tables, you often use one internal table for each database you read.
    Each one contains some or all columns of the relevant database table. It is up to you whether
    you create an internal table with a flat structure for each database table or if you create, for
    example, internal tables with nested structures. If you have several tables, each one with a flat
    structure, you have to work with redundant key fields to link the tables. If, on the other hand, you
    use nested internal tables, you can store the data from the database tables hierarchically.
    Saving and processing very large amounts of data in internal tables has disadvantages. If you
    divide up the data into different internal tables, processing it can be very runtime-intensive, since
    the tables have to be processed individually. Furthermore, it requires a lot of storage space,
    since internal tables are not stored in compressed form. The system may even need to store the
    dataset outside of its working memory. This means that processing it takes even longer.
    An example of nested internal table:
    Assume the following program is linked to the logical database [Page 1163] F1S.
    REPORT DEMO.
    DATA: SUM TYPE I, CNT TYPE I.
    NODES: SPFLI, SFLIGHT, SBOOK.
    DATA: BEGIN OF WA_SBOOK,
    BOOKID TYPE SBOOK-BOOKID,
    SMOKER TYPE SBOOK-SMOKER,
    CLASS TYPE SBOOK-CLASS,
    LUGGWEIGHT TYPE SBOOK-LUGGWEIGHT,
    WUNIT TYPE SBOOK-WUNIT,
    END OF WA_SBOOK.
    DATA: BEGIN OF WA_SFLIGHT,
    FLDATE TYPE SFLIGHT-FLDATE,
    SBOOK LIKE TABLE OF WA_SBOOK,
    END OF WA_SFLIGHT.
    DATA: BEGIN OF WA_SPFLI,
    CARRID TYPE SPFLI-CARRID,
    CONNID TYPE SPFLI-CONNID,
    CITYFROM TYPE SPFLI-CITYFROM,
    CITYTO TYPE SPFLI-CITYTO,
    SFLIGHT LIKE TABLE OF WA_SFLIGHT,
    END OF WA_SPFLI.
    DATA TAB_SPFLI LIKE TABLE OF WA_SPFLI.
    START-OF-SELECTION.
    GET SPFLI.
    REFRESH WA_SPFLI-SFLIGHT.
    GET SFLIGHT.
    REFRESH WA_SFLIGHT-SBOOK.
    GET SBOOK.
    MOVE-CORRESPONDING SBOOK TO WA_SBOOK.
    APPEND WA_SBOOK TO WA_SFLIGHT-SBOOK.
    GET SFLIGHT LATE.
    MOVE-CORRESPONDING SFLIGHT TO WA_SFLIGHT.
    APPEND WA_SFLIGHT TO WA_SPFLI-SFLIGHT.
    GET SPFLI LATE.
    MOVE-CORRESPONDING SPFLI TO WA_SPFLI.
    APPEND WA_SPFLI TO TAB_SPFLI.
    END-OF-SELECTION.
    SORT TAB_SPFLI BY CITYFROM CITYTO CONNID.
    LOOP AT TAB_SPFLI INTO WA_SPFLI.
    SKIP.
    WRITE: / WA_SPFLI-CARRID,
    WA_SPFLI-CONNID,
    'from', (15) WA_SPFLI-CITYFROM,
    'to', (15) WA_SPFLI-CITYTO.
    ULINE.
    SORT WA_SPFLI-SFLIGHT BY FLDATE.
    LOOP AT WA_SPFLI-SFLIGHT INTO WA_SFLIGHT.
    SKIP.
    WRITE: / 'Date:', WA_SFLIGHT-FLDATE.
    WRITE: 20 'Book-ID', 40 'Smoker', 50 'Class'.
    ULINE.
    SORT WA_SFLIGHT-SBOOK BY CLASS SMOKER BOOKID.
    SUM = 0.
    CNT = 0.
    LOOP AT WA_SFLIGHT-SBOOK INTO WA_SBOOK.
    WRITE: / WA_SBOOK-BOOKID UNDER 'Book-ID',
    WA_SBOOK-SMOKER UNDER 'Smoker',
    WA_SBOOK-CLASS UNDER 'Class'.
    SUM = SUM + WA_SBOOK-LUGGWEIGHT.
    CNT = CNT + 1.
    ENDLOOP.
    ULINE.
    WRITE: 'Number of bookings: ', (3) CNT,
    / 'Total luggage weight:',
    (3) SUM, WA_SBOOK-WUNIT.
    ENDLOOP.
    ENDLOOP.
    Thanks.

  • Please explain what are form groups and form routines

    Hello ABAP Experts,
    Could you please explain what are form groups and form routines? I would certainly appreciate some examples.
    Thank you in advance, Aleksandra

    Hi,
    I've found the Form Group in transaction J7LE. It is part of Industry Specific solution for hi tech companies, so I'm not sure if you'll be able to access it. In this tcode you define master data of your partner. The first step is to choose the Form Group - they simply group Form Routines. Depending on which one I choose, different entry fields get activated. However there are routines that will enable input to the same fields, so I suppose there must be some additional functionality behind it. Could you please specify what does it mean?
    >>Form ROUTINES, are subroutines for modularizing your code<<
    I'm afraid I have no ABAP experience at all...
    Cheers, A.

  • What are the groups of Mac OS

    Hi
    Who can explain to me what are the groups "staff", "system", "admin",  I saw "wheel" also, and others
    What is their meaning and what is their action ?
    Thanks

    clbobman wrote:
    Also to reiterate. I am not part of a NETWORK. I live at home with my wife. Why can I not just be ONE USER! Is it possible?
    Hello, clbobman!
    Please note that is topic has been dormant for two years. Since few people are likely to still be following it, it would be better to start a new topic of your own if you need help with this, preferably in the forum for the OS version you are using.
    With that out of the way, please be aware that you are most certainly part a network. It is the Internet, the largest one on the planet! As was mentioned by several contributors back when this topic was active, users & groups exist largely to protect your privacy & security from the millions & millions of other users who share that vast network with you.
    Unfortunately, an ever increasing number of those users are criminals who would like nothing better than for you to run an OS that provided little or nothing to prevent them from taking over control of your computer remotely, stealing the personal & private information you have stored on it & using it however they want, installing software to do their bidding instead of yours, & so on. Even if they aren't completely successful, the attack may leave your system unstable or sluggish, destroy some or all of your document files, or even corrupt the file system so badly that you would have to erase everything & start fresh with a new installation of the OS to recover.
    With just one user who has unrestricted access to control everything, that isn't very hard to do. To prevent this (& to prevent users from accidentally doing things with the same result), like in every other modern OS, OS X includes a complex system of permissions to restrict & control access to various parts of the system. In OS X, this is implemented as an abstracted system of users & groups, each given permissions to perform only specific kinds of tasks.
    So for example, when a human user like you or me asks the Mac to do something, that request may be handed off to one or more non-human users, each able to handle only part of that task, & relying (like us) on other non-human users to do what it can't.
    This compartmentalization makes it very difficult to take over control of the Mac & force it to do things it should not do, whether by accident or intent. It also makes it difficult to understand exactly how it all works. Fortunately, as has already been said, as users we don't need to unless we are intent on changing it. And if we are going to do that, we better have a very good understanding of how it all works. (Otherwise, it is very likely we will just break things, cause data loss, or worse.)
    If understanding all that is your goal, Apple's developer web site is full of info you can study, & there are quite a few books on the subject. But be warned, this is not simple stuff. It can take months or years to absorb it all.
    That's why most of us leave it to the programmers & just use our Macs to do the stuff we want without worrying too much about how it does that.

  • What are the  Specifications of Extreme  Model A1354

    What are the  Specifications of Extreme  Model A1354

    If you might be thinking about purchasing a used device, you should be aware that the A1354 is going to be anywhere from 4 years to 5+ depending on when it was originally sold.
    The useful life of an AirPort router is, on average,  about 5 years....so you might want to give that some thought, if you are considering a purchase.

  • What are the Non SAP data sources supported for Analysis workbooks?

    AO 1.4 SP6
    BO 4.1 SP2
    What are the Non SAP data sources supported for Analysis workbooks?
    Thanks.

    HANA is a data source (which could contain non-SAP data)
    For other Excel front-ends that may connect to "non-SAP" data look at Live Office or Power BI by Microsoft - see Excel and Power BI connectivity to SAP BusinessObjects Universes | Power BI

  • What are the features of Data Replication

    What are the features of Data Replication
    Edited by: sdmuzdba on Mar 29, 2009 10:19 AM

    You should refer to documentatin:
    [Oracle Streams Replication Administrator's Guide|http://download.oracle.com/docs/cd/B19306_01/server.102/b14228/toc.htm]
    [Oracle® Database Advanced Replication|http://download.oracle.com/docs/cd/B19306_01/server.102/b14226/toc.htm]
    If it's not enough for you, could you explain your question more briefly please?
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • What are all the Standard Data targets&Data source for Warehouse management

    Hi,
    What are all the Standard Data targets & Data source for Warehouse management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • What are all the Standard Data targets&Data source for Transportation Manag

    Hi,
    What are all the Standard Data targets & Data source for Transportation Management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • Nested Groups in Component Model

    Is it possible to have a nested group in the Component Model? For example, I have a group of metatdata. That group is called Class and consists of the following fields:
    - Department
    - Number
    - Title
    - Level
    There can be 1:n of these Classes.
    These Classes compose a group called Notice. There can be 1:n Notices. The metadata may look like this.
    Notices
    -- Notice1
    ---- Dept1
    ---- Number1
    ---- Title1
    ---- Level1
    -- Notice2
    ---- Dept2
    ---- Number2
    ---- Title2
    ---- Level2
    I'm busy wearing a different hat at the moment on another project and don't have a lot of time to research this. Thoughts? Thanks in advance for any contribution.

    Hi Bill,
    Here are a few ideas that i hope help. In answer to your question, Groups cannot have groups.
    1. Your group could add a new attribute in your group that is an array of another BPM Object in a "Model" object
    2. You could store the information nested in a relational database.
    When it comes to a presentation, you'd probably want a header that shows the list of "Class" (surprised it let you name the group this without a runtime error). The user would then click one of the "class" items at the top of the scren and then you'd display the nexted group in a section of the screen below the header of the presentation. You'd use a "View" object for the UI and this View would have a group called "NestedStuff" dedicated to displaying the nested array for the class group item picked in the header.
    Dan

  • What are the dependent master data for running MRP

    Hi Experts,
                      My client wants to Run MRP After 8 Months of implementation. Now i want to know
    1) What are the Master Data need to be check. They are Using the Strategy 20.
    2) They have confirmed sales order for few customers. Forecast sales orders for few customers.How to map it in sap.
    3) Where will i get Gross Requirement in SAP. Because  MRP run will generates the net requirements.
    4) Is there any report in SAP displays the Forecast values for the selected material.
    Please help me on the above points.
    Thanks
    Satheesh

    HI Vishwa Upadhyay,
                                     Thank you Once again,
    The first point is cleared. Can you please suggest me on the 2,3& 4 points please. What are the configuration settings needed for the different sales order type( i.e.. confirmed and forecast)
    Thanks
    Satheesh.N

  • What are the settings master data and transaction data from r/3 to in APO.

    Hi all,
    Can u suggest me ,I need to conform in apo what are the setting when transfering master data and transaction data from r/3 to APO.
    frm
    babu

    Hi
    The data get transfered from R3 to APO via CIF which is SAP standard.
    Please find enclosed herewith the link which will provide you detail information regarding it.
    http://help.sap.com/saphelp_scm41/helpdata/en/9b/954d3baf755b67e10000000a114084/frameset.htm
    Please let us know if it helps you. Please also let us know if you have any more specific question.
    Thanks
    Amol

  • What are the ways in data transfer

    Hi Experts,
    What are the ways to transfer data from SAP R/3 to SAP BW and SAP BW to SAP APO DP?
    Can anyone help me please.
    Regards
    Suvi

    Hello,
    I can only help on part of your questions, since I'm not familar with R/3 data uploading ...
    If you want to download data from BW infocube to APO DP:
    1)For CVCs, you can just use /sapapo/mc62, input POS name, click 'Create Characteristic Combinations'.
       Then select an option except 'Create manually'.
       In the 'Data Source' area, select load data from 'InfoProvider'.
       Then you can load CVCs from infocube to APO system for generation.
    2)For transactional data (key figure values), you can use /sapapo/tscube.
       Just fill in the source cube's name, version, and tagert planning area's name, version.
       Key figure assignment and characteristic assignment are also necessary.
       Specify other options as to your requirement, and you can download transactional data from BW to DP.
    Best Regards,
    Ada

  • What are default group permissions supposed to look like?

    I'm struggling with permissions under Leopard (I understand many others are as well). My quick and dirty question is: what are the default user & group ID numbers for a fresh leopard client install?
    I've only done archive & installs lately so no longer have a test bed to compare from. Currently on one machine user id and group id (GID) are BOTH 501. I think Leopard has moved the default user IDs to 1000 (on up) and the default group ID to 20 (staff).
    When moving files between machines at one installation the group is coming across as "Unknown" from a Leopard server. Trying to Get Info on these files and unlocking the padlock in Get Info window will crash the Finder!! So I guess i'd like to change the group IDs so they're consistent on all machines. Didn't have this problem with Tiger.
    Thanks for any help!
    -MD

    OK, so followed the instructions in <http://docs.info.apple.com/article.html?artnum=307128> and things were fine until i updated to 10.5.2. Now if I choose Get Info on a file in any external drive there is no longer a padlock under Sharing & Permissions. It only says "You can read and write" and that's it. No list of owner (Me), groups, everyone. they're not even listed anymore and the padlock is GONE!
    ls -l in Terminal gets me lists like
    drwxr-xr-x 6 steve _steve 204 Dec 8 2004 Hüsker Dü
    and ls -ln returns:
    drwxr-xr-x 6 501 501 204 Dec 8 2004 Hüsker Dü
    i don't think i like the 501 501 thing. i'd prefer 501 20 .
    anything i should be aware of before changing the group across the board to 20? (i'd also like to change the user folder from 501 501 to 501 20). should i use the dscl command, i used to try to get out of this mess before, somehow?
    Permissions under 10.5 has sadly become a real mess! reminds me of 10.0 days...

Maybe you are looking for

  • Some pdf files not coming through in Mail

    Different people have sent me pdf files and having trouble. yesterday someone sent 2 at once and then sent 1 each and it worked. today someone sent 1 and it didn't work What happens is that the pdf file is with the email if I look in View Source but

  • LR5 book module, saved book before completion incorrectly.  Can't access additional photos.  Can I get back to my original collection to continue the book?

    I'm making a book in LR5.  Saved and selected the wrong option which now will not let me access the balance of images in my collection. I think I selected "make a collection set" but not sure of the language.  I have a collection set which I'm using

  • SQL Newbie Question

    Hi, I have the following data in a varchar2(20) column (phone_numbers) 1.416.235.3456 418.576.9806 etc. I would like to manipulate the column so that the data is displayed as: 14162353456 4185769806 Can somebody explain how this can be accomplished.

  • Back to college offer

    i bought my hp laptop yesterday. i want to avail this offer. i have already filled the form on your website. what all are the documents required for online submission of documents. and where do we have to send it ? can you please tell your email addr

  • Toshiba Laptop Model Number X205-SLi3

    I have purchase a Toshiba Laptop Model Number X205-SLi3 back on late 2007 by on 03/12 , 06/20, 11/25/08 and on 4/20/09 this laptop has being at the repair shop, has any one else having trouble this king of problem.  I was told I may receive the lapto