What to char to include in a dimesion?

Can any one  explain me with an example how to decide what charcteristics to include in a  dimensions  for a cube?
Example like you have a product and product group?
What happens if they both include in one dimension and in two dimensions? What is the impact in the report for each of these?
Please give me an detail example rather than help.sap.com link.
Thanks inadvance
Vennela

Hi,
When defining an InfoCube, characteristics for dimensions are grouped together to enable them to be stored in a star schema table (dimension table).
The grouping of classification groups (characteristics) whose content is logically connected, under a single generic term. If the dimension contains a characteristic whose value already uniquely determines the values of all other characteristics from a business-orientated viewpoint, then the dimension is named after this characteristic.                                                      
The customer dimension could, for example, be made up of the customer number, the customer group and the levels of the customer hierarchy.
The sales dimension could contain the characteristics ‘sales person’, ‘sales group’ and ‘sales office’.                                            
The time dimension could be given using the characteristics ‘day’ (in the form YYYYMMDD), ‘week’ (in the form YYYY.WW), ‘month’ (in the form YYYY.MM), ‘year’ (in the form YYYY) and ‘period’ (in the form YYYY.PPP).
If related char are in different dimensions it will affect the reporting performance.
Hope this helps.
Thanks,
JituK

Similar Messages

  • I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your

    I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your question?

    Have you not got the music on your computer and/or on backups on, for example, external drives or CDs/DVDs ?

  • Under Option Summary, the usage includes AUDIO, PHOTOS, APPS and OTHERS. What are the things included in OTHERS? It is using up my storage space.

    Under Option Summary, the usage includes AUDIO, PHOTOS, APPS and OTHERS. What are the things included in OTHERS? It is using up my storage space. Can someone please help?

    To add to Nick's comments, "Other" is typically approximately 1 gigabyte.  Occasionally for some users, it gets much (many times) bigger because they have some corrupt files.  If that's the case, it's best to restore the iPhone.
    Plug the iPhone into (current) iTunes, let it sync, then choose "Restore" on the right.  If restoring from the iPhone backup does not help, then restore (again) as new and then manaully sync the iPhone.

  • How do i find out what numbers i have included on the find my phone app?

    how do i find out what numbers i have included on the find my phone app?

    Sorry, but what do you mean by "what numbers I have included"? Find My iPhone doesn't store nor go by phone numbers, if that's what you're referring to. It's done by the Apple ID you used to set up Find My iPhone on the device you wish to track, and the devices will be shown by name.
    You may need to explain further what it is you're asking or are trying to accomplish.
    Regards.

  • What does it mean .INCLUDE in the table ROOSOURCE?

    Dear One's,
    What does it mean .INCLUDE in the table ROOSOURCE?
    Thanks,
    Raj

    Hi,
    .Include and .append are used for adding structures to a table. But the difference is when we use .append for adding a structure, the structure cannot be added to another table.But if we use .include, the structure can be added in any number of tables.
    Regards,
    Krishna.

  • What Android apps are included in my full Adobe CC subscription?

    What Android apps are included in my full Adobe CC subscription?

    No Android apps are included in the full subscription.
    The only application that runs on Android is Photoshop Touch. The page for it is here https://creative.adobe.com/products/photoshop-touch.

  • What is the Hardware included in the 777602-01?

    I am trying to understand what DAQ board is included in the 777602-01 BioBench Software and Hardware Kit for the PCI-Bus. It is not shown neither in the website nor the new catalog 2004.

    Numa,
    This kit includes the PCI-6040E. Below, I have included a link to the product page for this device:
    PCI-6040E Product Page
    Spencer S.

  • What Adapter cable is included in Gf4 MX440 package?

    What Adapter cable is included in Gf4 MX440 package?
    Is It a S-video to RCA cable, and is it composite. Cos I' m planning to buy the card and I would really like to Clone my desktop. The picture on:  http://www.msi.com.tw/program/products/vga/vga/pro_vga_detail.php?UID=155&MODEL=MS-8866
    is to fuzzy.
    Can anyone post a picture of the cable(s) included in this package.

    It is not a VTP, it is a T one, without VIVO thingy.
    I have the same card and I am not able to find the cable adapter because it is something like 9 and a flat pins connector, not normal S-Video.

  • Anyone answer about KPI's?what r the objects including in KPI's?

    Anyone answer about KPI's?what r the objects including in KPI's?

    Hi Srinu,
    KPI is a measurement or metric for evaluating a company's business strategy, performance, or technology.
    Key performance indicators express abstract company objectives in financial or physical units for comparative purposes.
    You can say the KPIs are Key Figures.
    Regards,
    Sreedhar

  • What is use of INCLUDE in command line statement?

    Pls. explain following line. How this works and what is expected output for this line.
    /: INCLUDE &VBDKA-ZTERM& OBJECT TEXT ID SDTP PARAGRAPH L
    Thanks
    Harshada

    hi Harshada,
    INCLUDE: Include other texts
    With the command INCLUDE, you can include the contents of another text into your text. The text to be included exists separately from yours and is only copied at the time of the output formatting.With the INCLUDE command, you always get the most current version of the required text, since this is only read and inserted during the output formatting.
    Syntax:
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]
    The name of the text to be inserted must be specified and can have up to a maximum of 70 characters. If the text name contains blanks, then you must put it in quotes as a literal. It can also be specified via a symbol. All further parameters of the INCLUDE command are optional. If they are missing, SAPscript uses default values for them which are based on the respective call environment.
    Examples:
    /: INCLUDE MYTEXT
    The text MYTEXT is included in the language of the calling text.
    /: INCLUDE MYTEXT LANGUAGE ‘E’ PARAGRAPH ‘A1’
    The text with the name MYTEXT and the language E is included, regardless of in which language the calling text is created. The paragraph format A1 is valid as the standard paragraph for this call.
    Optional specifications:
    •LANGUAGE If a language is not specified, the language of the calling text or the layout set is set for the text to be included. If a language is specified, the text is always loaded in this language, regardless of the language of the calling text.
    •PARAGRAPH The text to be included is formatted with the style allocated to it. With this parameter, the standard paragraph of this style can be redefined for the current call. All * paragraphs of the inserted text are then formatted with the paragraph specified here.
    •NEW-PARAGRAPH The first line of the included text has this format flag, provided it is not a command or comment line. If the optional entry PARAGRAPH (see above) is empty, all * paragraphs of the included text are formatted with the paragraph np specified with
    NEW-PARAGRAPH.
    •OBJECT To specify a text completely, you must make further specifications regarding the text object. There are different rules and restrictions for this which depend on the object type of the calling text: All texts can be included in a layout set. If no object is entered here, TEXT is used (standard texts).With a documentation text (object DOKU), you can only include documentation texts. This object is assumed even if no object is specified in this environment. Only hypertext or documentation text can be included into a hypertext (object DSYS). If the OBJECT specification is missing, DSYS is set as a default value.
    Only standard text (object TEXT), documentation text or hypertext can be included in any other type of text. The default object is TEXT if nothing is entered.
    •ID The text ID, which allows further text types within an object, is a further part of the text key. If the ID is not entered, the default Include ID from table TTXID is used for the calling text. If the specification is not in this table, the text ID of the calling text is used.
    The ID together with the object are now the basis of a further consistency check:
    •All text IDs are allowed for a layout set.
    •Only documentation texts with the text IDs TX (general texts), UO (authorization objects), and documentation texts which have the same text ID as the calling documentation text may be included in documentation texts.
    •All DSYS texts may be included in DSYS texts, regardless of their ID. Documentation texts to be inserted may only have IDs TX and UO.
    •Standard texts with all the allowed text IDs, DSYS texts with all IDs, and documentation texts with Ids TX and UO may be included in the other types of texts.
    Regards,
    Santosh
    Message was edited by:
            Santosh Kumar Patha

  • What version of iTunes include Quick time version 7.6.2 or earlier

    I am having problems with another important program because the newest versions of iTunes which includes Quick time won't allow the other program to work correctly.
    I need to know what older version of iTunes include Quicktime Version 7.6.2 or earlier so that I can download that version? Will that version work with Windows 64 bit?

    I'm not precisely sure, but I think that the last 8.x version of iTunes (8.2.1) was the last one that could run with a 7.6.2 or lower.
    One way to check to make sure that an iTunes 8.2.1 installer contained a QT 7.6.2 or less would be to expand the iTunesSetup.exe (or iTunes64Setup.exe) into a folder using the free trial version of WinRAR, and then check the version number of the QuickTime.msi in the folder.

  • What Apple forgot to include in Logic 8 for professionals

    Hallo. I own a commercial recording studio, based as usual on Pro Tools HD and its hardware (192 and ProControl and so on) and I'm counting the days waiting for a professional DAW that converts engineers and producers to a better alternative...
    I'm sure that Apple forgot to include a few things to allow all of us to change (even if I hope to have the possibility to buy an SSL and change anyway to Logic):
    1. missing of RTAS support
    2. import and export in .ptf format (Pro Tools proprietary)
    3. a bit more intuitive and fast session management and audio editing. For sessions management, it's important to have the recorder-analog mixer feeling, so an easier way to create new tracks, manage them, and record material. About audio editing, a fast switch from edit mode to arrange mode, and a fast switch from grid to free.
    4. an hardware package sold directly from Apple as official DAW system, but cheaper than the Digi TDM system, allowing us to s.w.i.t.c.h to Logic professionally.
    Please Apple, read this and do it

    chucknkd wrote:
    he he he... nice
    im sure whats he talking about is logic being able to access the plugins he has that only support rtas...
    bomb factory maybe, others im sure
    im not so keen for using different apps for their strengths when we COULD have one that rocks the house for 95% of it. sure, maybe every once in a while having to open another up when you run across that one thing, but to have to cut every project in half logic half pro tools gets really tiring after a while. especially when you try to use just one and make it work just to find out that either doesnt cut it, especially on the PTs side. ive been able to whittle PTs use down to just cutting drums, vocals and serious audio editing. otherwise, i stay in logic, but would love never to open PTs again.
    but main point though is not 'whats wrong with logic' which it prob comes across as, but rather what apple needs to do in order to take the market share from PTs. Logic 8 is a really nice program, and prob is everything most buyers need, especially having not seriously used other programs. BUT, if they are trying to expand their user base and expand their marketshare, they will need to attract PTs users away from digi, but PT users have a certain level of expectancy out of the audio capability dept (ease of operation to editing capabilities).
    i know plenty of guys in town that split their process between logic and pts, and like myself would LOVE to use logic only. when you have to work at it though like alot of us do, youve put in your time with ALL the daws to figure out you need two or even three apps to have a productive workflow, and when i say productive, i know there are workarounds for this and that, but when you consistently have deadlines and HAVE to make sure your projects are done by then to get paid and move to the next one, workarounds equals a ton of time that could be saved, spent with your wife, creating new stuff, playing in the yard with your boy, any number of things. when you have the time to take or waste, workarounds are fine. but to have in ONE app would buy you tons more users, and logic is WAY closer to being that than pts can come close to.
    man, i know i sound like im harping on it, but im actually excited that we might be getting really close to that ONE great program. keep at it apple, i cant wait!
    full quote

  • What is syntax to include a file ??

    Hi,
    I am trying to include a JSP file using below syntax .
    <%
    String corFile="sample/cat/01.jsp";
    corFile="/"+corFile;
    %>
    <%= corFile %>
    <%@ include file=corFile %> ==> It throws error.
    <%@ include file= "/sample/cat/o1.jsp " %> works.
    If I output the corFile in JSP it gives me ""/sample/cat/o1.jsp".
    If somebody in the forum can tell me what I am doing wrong here???
    Thanks
    jack

    Try this:
    <jsp:include page="<%= corFile %>" />
    or
    <%@ include page="<%= corFile %>" %>
    Although, I'm not sure you can use expressions in either, so they may not work. You might just have to use a string (the one you posted that works.

  • Eliminating zeoes from a CHAR (10) including decimal based IO

    Hi guys,
    i am getting a filed CHAR (10) from a legacy system via flat file into BW. I created and mapped that incoming field to an InfoObject CHAR (10). Now from the source system field value arrives as '000087.39 ' and user would like to see it as 87.39 in the BW query report. I tried to L_Trim, Shift <field> LEFT DELETING LEADING '0' and CONVERSION_EXIT_ALPHA_OUTPUT  but nothing seemed to work in transfer or update rules and Formula.....Remember value is 10 CHAR including decimal (3 max).
    Any idea or thoughts?
    Thanks.

    Well i cannot change the IO to a KeyFigure , it has to stay as either CHAR or NUMC so that i could use it as navigational attribute. If i changed it to KF then it would only be used as display and in that case i have add that to the cube drop and reload data, dont want to do that.
    Also i forgot to mention that i tried CONDENSE as well with SHIFT <Field> DELETING LEADING '0' and it did not work. I will try itab and see if it makes a difference..
    Any other ideas..
    Thanks..

  • I have noticed on my iTunes that i apparently have 3GB worth of "Other". i have no music on my iPhone and only 4GB of apps . . . . why is my "other" so big and what does this section include?

    Hi,
    I have recently noticed that my "other" section has steadily been increasing every time i sync my phone. I now have 3GB worth of "other" and have no idea what this could be.
    I have wiped both my itunes and Iphone completly of music and no only the App remain ( of which i have 4GB)
    I have no idea what is in this Other section and as it has never been any higher then 250MB i have never really paid it much attention.
    Can someone please adcise what is classed as "other" and how i can empty this as it is taking up a large chunk of my memory.
    Please note that i have had my iPhone 4s for 6 months and i only sync up playlists i do ot hold great quantities of music on my iTunes nore my Phone.

    Connect your phone to iTunes, select any tab of your iTunes sync settings and look at the capacity guage on the bottom.  This will show you what's taking up the majority of your space.  For a more detailed idea of how much is being consumed by your apps, go to Settings>General>Usage.

Maybe you are looking for