Design issue for cube

I have the 2 ODS having data like below
ODS1:
Customer                   Trans Type             quotation status
1000          zuss          Approved
1002          zuwq          Approved
1003          zuss          Accepted
ODS2:
Customer                     Plan Date          
1000          15.06. 2008
1002          25.09.2008
1003          30.12.2008
If I stored into above two ODS data into basic cube, can I get below format or shall I get through for Multiprovider.
Customer                   Trans Type               quotation status       Plan Date
1000          zuss          Approved          15.06. 2008
1002          zuwq          Approved          25.09.2008
1003          zuss          Accepted          30.12.2008
Thanks,
Mannev

Hi,
If u laod both of these into a further ODS ..
U will get that int format u specified..
But with Cube,.U will have a separate entry for each record...
SO In cube u may not be able to see that format..
Multi provider will also show the way u wante..
So go for Multi Provider or ODS..
Hope this helps u..
Best Regards,
VVenkat...

Similar Messages

  • Design Issues for filtering a JTable

    Hi,
    I'm interested in any suggestions on how I should implement a JTable with filtering.
    I have a JTable, which also sorts, so it is associated with a FilterModel as well as a TableModel.
    I have a filter panel with a bunch of controls where a user can type in a name or date range or any number of other fields. This creates a Filter object and I pass this Filter object into my table model.
    Basically the way I thought would be best is if there are two collections within my tableModel. A Filtered collection and a Complete collection. When filtering the filtered collection is filtered and used to display.
    I just can't seem to get it to work yet.
    Does anyone have any ideas for a better approach, or is my approach the standard pattern for doing this kind of thing?
    cheers,
    Oliver

    actually I just had a thought. Within the panel code I could have two data models. One for the filtered stuff and one for the complete stuff :
    table.setModel(completeModel);
    //if user filters
    table.setModel(filteredModel);
    is that a better design?????????

  • Design issue for Download Results!

    Hi All,
    In my application, i am calling two download links which has two different process as shown below:
    htp.p{'table border=1'};
    htp.p{'tr td b a href="f?p=&APP_ID.:70:&SESSION.::NO:YES:P70_DFILE:WXZ">{ Download Results}</a></td></tr>'};
    htp.p{'tr td b a href="f?p=&APP_ID.:70:&SESSION.::NO:YES:P70_DFILE:customer"> {Customer Version Results}</a></td></tr>'};
    htp.p{'/table '};
    When i run this page you will find the download links one benit the other like as shown below:
    Download Results
    Customer version results
    Now there are asking me to change UI design for downloads in such a way that
    Download Results Customer Version results
    I mean they main intension is to have both in single a line having borders separtely and also space between them
    Hope you have understnad my problem, since i was not able to show you with borders, so i have shown as dotted lines.
    Thanks,
    Anoo..
    Edited by: Anoo on Dec 16, 2009 9:28 PM
    Edited by: Anoo on Dec 16, 2009 9:29 PM
    Edited by: Anoo on Dec 16, 2009 9:29 PM
    Edited by: Anoo on Dec 16, 2009 9:30 PM
    Edited by: Anoo on Dec 16, 2009 9:30 PM
    Edited by: Anoo on Dec 16, 2009 9:31 PM
    Edited by: Anoo on Dec 16, 2009 9:38 PM

    Anoo,
    Looks like the forum software has messed-up your post. You should use code tags when you are posting any code. This improves the readability!
    See 'Formatting options' in this link
    Cheers,
    Hari

  • RTF template design issue for header and body section

    Hi All,
    I have a RTF template having header and body sections.
    in header section i have order number, customer number etc.
    in body part i am displaying details for the respective order.
    But the problem is in header part my query is returning multiple row , so my requirement is for each row i.e order, i need to display the details accordingly.
    Ex: Header query returns order number : 1,2,3
    in my page i need below way:
    Order number :1
    a,b,c
    order number :2
    c,d,e
    order number :3
    g,h,g
    I tried to use loop in header section , but it is repeating only for header part not body part please help me on this.
    Thanks
    Deb

    Avinash thanks for your help,
    Actually in my requirement the header level and line level invoice numbers are different, in header level i have different invoices and for each invoice i need to display some other invoices along with some data.
    I have sent you the respective RTF file and Sample XML file to your mail, could you please help me on this, i am struggling whole day on this.
    the link between the header and line section is header_id.
    Thanks in advance
    Deb

  • Report design issue for discussion

    I'm going to generete several reports using JSP--session EJB,session bean
    retrieve database,return result to JSP and show in browser.
    I like resultset,but resultset is not Serializable, so can't send one across
    the wire.
    if I turn the ResultSet into a Vector,send vector to JSP,I'll have to build
    diffrent structure classes for each reports.I like the resultset becuse it
    seems "consolidate" for diffrent tables
    JDBC2.0 provides cachedrowset,but it seems only good for small set of
    data,for report,I need to return alot of data
    do you have any sugguestions

    Suggestion:
    Unless you have a good reason, don't use EJB for this.
    1) It is non-transactional (probably)
    2) It is not distributed (ejbs are probably local)
    3) Were it distributed, it would suck (high cost of transmission with
    report-scale data)
    4) You are fighting something ... if it doesn't seem natural, it probably
    aint.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "John Zhang" <[email protected]> wrote in message
    news:3c080711$[email protected]..
    I'm going to generete several reports using JSP--session EJB,session bean
    retrieve database,return result to JSP and show in browser.
    I like resultset,but resultset is not Serializable, so can't send oneacross
    the wire.
    if I turn the ResultSet into a Vector,send vector to JSP,I'll have tobuild
    diffrent structure classes for each reports.I like the resultset becuse it
    seems "consolidate" for diffrent tables
    JDBC2.0 provides cachedrowset,but it seems only good for small set of
    data,for report,I need to return alot of data
    do you have any sugguestions

  • Data mart from two DSOs to one - Loosing values - Design issue

    Dear BW experts,
    I´m dealing with a design issue for which I would really appreciate any help and suggestions.
    I will be as briefly as possible, and explain further based on the doubts , questions I received in order to make it easier go through this problem.
    I have two standard DSOs (DSO #1 and #2) feeding a third DSO (DSO #3), also standard.
    Each transformation DOES NOT include all fields, but only some of them.
    One of the source DSO (let´s call it DSO #1) is uploaded with a datasource that allows reverse type of records  (Record Mode = 'R'). Therefore some updates on DSO #1 comes with one entry with record mode 'R' and a 2nd entry with record mode = 'N' (new).
    Both feeds are delta mode, and not the same entries are updated through each of them, but the entries that are updated can differ (means an specific entry (unique key values)  could be update by one of the feeds, but no updates on the 2nd feed for that entry).
    Issue we have:  When a 'R' and 'N' entries happen in DSO #1 for any entry, that entry is also reversed and re created in the target DSO #3 (even being that not ALL fields are mapped in the transformation), and thefore we loose ALL the values that are exclusively updated through DSO #2, becoming blank.
    I don´t know it we are missing something in our design, or how should we fix this issue we have.
    Hope I was more or less clear with the description.
    ´d really appreciatted your feedback.
    Thanks!!
    Gustavo

    Hi Gustavo
    Two things I need to know.
    1. Do you have any End Routine in your DSO? If yes, what is the setting under "Update behavior of End Routine Display"....Option available right side of Delete Button ater End Rouine.
    2. Did you try with Full Load from DSO1 and DSO2 to DSO3? Do you face the same problem?
    Regards
    Anindya

  • Design issue using JFrame, JPanel, JLabel

    I have been working on this problems for several months now and I and nearly finished.
    I have a design question I hope others from this forum can provide some incite to the best approach.
    The problem space is a 8 X 8 Chessboard. I have designed a board using JPanels and JLables sitting inside a JFrame. In each square on the chessboard is a JLabel with an image. The "board" sits in the DEFAULT LAYER of a JLayeredPane. As the user clicks a specific square, a queen is placed in the square (8-queens problem). The only thing I do is swap out the image. All this works well--thanks to several of you from this forum. :-)
    When I add a new queen to the board, the application goes through the evaluation of attack positions. Next, the application should display the new chessboard with only the queens not threaten by other queens. I keep up with the chessboard using an boolean array internally. I build a second boolean array for the new or refreshed chessboard.
    What I want to do is build a second chessboard and "swap" it out with the one in the default layered pane. Can someone be so kind and shine some light on this design issue for me?
    Thank you for taking the time to read my post.

    I don't understand this approach. Swing is by default 'double buffered' and will not flicker. You will get this be default since this is one of the things the Swing painting model gives over AWT.
    You should look at just using JComponent and the paintComponent() method for drawing what you need.
    What I've done in the past is have a simple XML JDoM model. Have components that render themselves based on this model.
    Changing the model then I just issues a call to repaint() at the top level container.
    You can also add and remove items from the parent container. Then issue validate() or repaint(). Can't remember now but I think validate() hits the layout manager logic and then repaints.
    I'm pretty sure the Romain guy posted an example of how to easily draw a background chess board in a panel. ;-)
    The tree concept might really prove useful for a 'gaming tree' approach at the AI also.
    If you look at the Java3D API you will see they use a tree to represent what is rendered and the details about it. Really nice until you change something in the tree that cause the renderer to blow up. ;-)
    I guess the moral is always make small simple changes and test.
    Hope this is helpful.

  • Universe Designer: Error getting dimensions for cube

    -Using Business Objects Edge 3.1 SP2
    -SAP BW 7.0 (patch level 21)
    This is quite odd behavior that seemed at first an authorization issue, but now I am uncertain.
    -Attempting to create a Universe based on a Infocube.
    -Universe connection is created with no problem using user 'ABC'
    -Using Universe Designer on the BOBJ server, no issues creating the Universe
    -Using Universe Designer on a users desktop, the Universe fails to create with error message:
    A runtime exception has occurred. (Error getting dimensions for cube $0SD_C03 (catalog $INFOCUBE): Unknown error)
    -Change the connection to use user 'DEF', the Universe creates just fine on the desktop
    -Behavior is not exclusive to one BW object, happens no matter what 'ABC' tries to access from this desktop
    So, at first I am thinking authorizations, but then the universe create would fail on the server as well.  If it is environmental, what could possibly affect this behavior.
    Any ideas before I submit to SAP Support?
    Edited by: Kevin Smolkowicz on May 5, 2010 12:40 PM
    Edited by: Kevin Smolkowicz on May 5, 2010 12:41 PM

    Oddly enough it was an authorization issue.
    When authenticating against the SAP source system from Universe Designer on either the workstation or server, both traces show a missing authorization for RFC_NAME = RASB
    This setting is not found in referenced SAPu2019s guides or whitepapers under suggested authorizations for Universe create.  What remains unexplained is why using the same credentials from 2 different computers had a different response.

  • Best Practice For Cube Design

    All,
    First post here and was wondering if anyone out there has a best practice for cube design or optimisation. Currently have 7 Cubes that have been populated for the last 6 months and am now looking at ways of speeding up their population.
    Are there any hard and fast rules about dimensions?
    Should they be kept to a percentage of the fact table?
    When should line item dimensions be used?
    Regards
    Gary Boyle

    Hi Gary,
    Ideally the DIM tables should be 20% of the fact table and preferably less. You can check the size ratios in RSRV using the Database tables test > Database info about InfoProvider tables. Line items dimensions should be employed where the char has a large number of unique values (like 0MATERIAL, or 0CUSTOMER), so that anothe DIM ID is not created, but the SID values are used directly in the Fact Table.
    See these for more:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/10b589ad-0701-0010-0299-e5c282b7aaad
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/08f1b622-0c01-0010-618c-cb41e12c72be
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Hope this helps...

  • Previous computer crashed without my Adobe CS3 Design Standard for Macintosh application being uninstalled, I'm having issues with the CS3 on my new Macintosh laptop. Please help!

    Since the previous computer crashed without my Adobe CS3 Design Standard for Macintosh applications being uninstalled, I'm having issues with the CS3 on my new Macintosh laptop. Please help, I've tried using the online "contact us" with no success, unable to get in contact with a tech support agent that can assist me.

    CS3 is too old to run on a new Macintosh laptop, sorry. You'll have to purchase CS6 or a Creative Cloud subscription.

  • Design issue with the multiprovider

    Design issue with the multiprovider :
    I have the following problem when using my multiprovider.
    The data flow is like this. I have the info-objects IobjectA, IobjectB, IobjectCin my Cube.(Source for this data is s-systemA)
    And from another s-system I am also loading the masterdata for IobjectA
    Now I have created the multiprovider based on the cube and IobjectA.
    However, surprisingly join in not workign in multiprovider correctly.
    Scenario :
    Record from the Cube.
    IObjectA= 1AAA
    IObjectB = 2BBB
    IObjectC = 3CCC
    Records from IobjectA =1AAA.
    I expect the record should be like this :
    IObjectA : IObjectB: IObjectC
    1AAA       :2BBB       :3CCC
    However, I am getting the record like this:
    IObjectA : IObjectB: IObjectC
    1AAA       :2BBB       :3CCC
    1AAA         : #             :#
    In the Identification section I have selected both the entries for IobjectA still I am getting this error.
    My BW Version is 3.0B and the SP is 31.
    Thanks in advance for your suggestion.

    May be I was not clear enough in my first explanation, Let me try again to explain my scenario:
    My Expectation from Multi Provider is :
    IObjectA
    1AAA
    (From InfoObject)
    Union
    IObjectA     IObjectB     IObjectC
    1AAA     2BBB     3CCC
    (From Cube)
    The record in the multiprovider should be :
    IObjectA     IObjectB     IObjectC
    1AAA     2BBB     3CCC
    Because, this is what the Union says .. and the Definition of the multiprovider also says the same thing :
    http://help.sap.com/saphelp_bw30b/helpdata/EN/ad/6b023b6069d22ee10000000a11402f/frameset.htm
    Do you still think this is how the behaviour of the multiprovider.. if that is the case what would be the purpose of having an infoobject in the multiprovider.
    Thank you very much in advance for your responses.
    Best Regards.,
    Praveen.

  • BO Index Designer - Issue

    Hi Friends,
    We successfully installed the Index Designer and was able to build the Data Model and Validate it also in  BO DS. But when we run the create Job  in BO DS, We get the below Error:
    Failed due to Error <70900>: TREX Client function <createCube> failed with Error <2112; The Cube Schema XML is not valid>
    We have been stuck with this issue for a while now and your inputs would be very much appreciate to help us resolve  this issue. Any documentation on this would also be very much appreciated.
    Thanks,
    SA

    Hi
    Have you tried delete + create and load the job?
    Also I am not sure if you have a copy of this
    http://help.sap.com/businessobject/product_guides/boexir32sp1/en/exp_acc_index_en.pdf
    Cheers
    Tansu

  • Transformation Issue for 2LIS_03_BF

    Dear All.
    I am facing very strange issue for 0IC_C03 with the transformation of 2LiS_03_BF the cube was first got loaded from our Sandbox and every thing was fine, latter we connect BW development with R/3 development.
    i have transfer all the data source for MM Inventory and try to create the transformation for 2LiS_03_BF for the infosource 2LIS_03_BF_TR but it did not map any field, but with the sand box client with the same data source it mapped all the fields.
    Also when i try to load the 2lis_03_bf it make all the key field values to 0 even the process key is determined correctly in the R/3 side and Industry determination is alo set and also in BF10 BW is selected.
    i try to debug the update rule and found that the process key and the value is updated correctly in the routine but after that there is an exception coming CX_RSROUT_SKIP_VAL.
    please help....

    Yes reinstalling the business contents solve the problem and it come up with all the mappings but the strange problem is that all of my key figures after loading showing '0' value.
    i try to simulate the DTP by applying a break point on one routine and during the debugging it is filling the correct values and after some steps its throwing a CX_RSROUT_SKIP_VAL exception which might deleting the target value.
    i am totally lost that why this exception is coming as before it never comes it only comes when we connect the development system and try to load the cube from there.
    in between can you please help me out for getting rid of this exception.
    thanks & best regards,

  • Hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    Hi Dima,
    Please refer to the help documents below:
    Troubleshoot Creative Cloud download and install issues
    Error downloading, installing, or updating Creative Cloud applications
    Regards,
    Sheena

  • Financial reporting 11 1 2 2 Access issue for a user

    Hi All,
    I have a report designer group for Financial reporting 11.1.2.2. I have created a group called FR_GROUP in HSS and provide them the report designer access and added three MSAD users.
    Now as admin we have a created a folder in workspace called FR and gave the group FR_GROUP Full acces to this folder FR.
    Now the issue is the MSAD user who created the repot in FR folder can see the reports and open them and also the admin user but the other two MSAD users cant see the reports.
    Any ideas how to fix this access issue?
    Thanks,

    Hi,
    Try provisioning the FR_GROUP with Explorer role. Just in case here is the whole list of Reporting and Analysis Roles:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hss_admin_1112200/apas04.html
    Cheers,
    Mehmet

Maybe you are looking for