How to assign one characteristic to 2 dimensions?

Hi all,
I am creating a cube with dimensions including "ship_from" and "ship_to", both of them should use a characteristc "Country", how can I assign this "Country" to 2 dimensions?
thanks in advance?

Hi both, I am a new learner to BW, your ansers are very helpful, thanks very much.
I deceide to make 2 info objects "country_from" and "country_to" and let them refer one same infoobject.
Dinesh's answer bring me other questions about attribute and hierarchy, there is a hierarchy relationship on "region" and "country": region-->country, should I make "region" as an attribute of "country" and make a internal hierarchy or let them be a seperate and creat external hierarchy? thanks again!

Similar Messages

  • How to assign One Dimension Property value to another Dimension ID

    Business senario:
    There are two dimensions Entity and Plant. Plant also has a property Entity.
    In my Input Form, I need to derive Entity Property based on PLANT selection and should map it to ENTITY Dimension.
    I have selected PLANT Dimension and ENTITY Dimension in Page Axis. I have updated EPMOLAPMember() formula with EPMMemberProperty() for deriving Entity values. When I tried to save data an error message appears saying TOT_Code is not a base level member. So I checked Edit Report window and found that ENTITY Dimension is automatically moved to default left panel from Row Axis and Entity Dimension Context Menu is mapped to TOT_Code which is the top node of the total hierarchy.
    I tried EPMMemberOverride() function to overwrite ENTITY Dimension values with Entity Property of PLANT Dimension but unable to overwrite it.
    In Simple Words:
    ENTITY Dimension = PLANT Dimension (Entity Property)
    Is there any way to map/assign property value to another dimension??? Please help me.
    Thanks in advance.

    Hi,
    see please this thread for a possible solution http://scn.sap.com/thread/3230754
    Regards
         Roberto

  • How to assign one JSP request object to another JSP

    Hi,
    I want to assign one JSP request object (i.e., previous JSP Page request object) to another JSP (i.e., current JSP page request object).
    I don't want to use "<jsp:forward>" tag or "RequestDispatcher" obect here.
    Because i want to display one message in the current JSP page, before sending both JSP pages' request to a servlet. How to do this ?
    please help
    Thanks in advance
    Vishnu

    You cannot assign a request and response object of one jsp/servlet to another, every jsp or a servlet get is own fresh copy of request and response object with the request parameter data from the previous page.
    Unless u use request dispatcher or jsp:forward action, this solution that u r looking for by re-assigning the request and response object doesn't work

  • How to put one Quanlity field into dimension(not keyfigure) in Mltprovider?

    Dear experts:
    We have one simple multiprovider based on material master. The query user want to see all the fields as free characteristics so that they can choose to put any field on the rows or columns.
    Now the problem is: in material master there are some quanlity fields so previously we defined them as key figures in the multiprovider. Today when I did a test I found seems I can not pull those quanlity fields into the dimensions.
    Can anybody give me a suggestion how to fix the issue?
    BTW, we must use multiprovider since it is a guideline to build query based on.
    Any post would be appreciated and thank you all in advance!
    Tim

    Hi Tim
    I assume common fields in borh 0MATERIAL and 0MAT_PLANT will hold same data for same record for example say you have common fields Material no, A and B then record in master data will look like
    0material                                                 0Mat_plant
    Material no A    B                                 Material no A    B
    1                 A1 B1                                1                A1 B1
    2                 A2 B2                                 2               A2 B2
    If my assumption is right then choose all such common fields as key for Infoset and then you can pull only one from both to your report and it should work fine.
    And yes in this case build your report on Infoset, but remember that for any material which does not exist in both the Masterdata object will not be deisplayed in report in this case.
    i am not sure if it is likely scenario for you but If you want to see such records then multiprovider is the choice, then your design might look a bit different.
    Let me know if this works
    Regards
    Sudeep

  • How to assign Inspection characteristic to the Phases in Process order

    Hi PP/QM  experts,
    There is business requirement to assign Master Inspection
    Characteristics to the Phases in the process order. But there is no
    functionality to assign MIC's in process order. So this is stopping me to map the scenario for Rework execution.
    Requirement is results recording is required for additional added phases (Phases added to the process order to perform Rework) in the process order.
    Expecting to provide a possitive solution to resolve this issue.
    thanks®ards,
    Hima

    hi hima
    there may be one solution that if you maintained separate master recipe for rework and maintained inspection characteristics there.and while creating rework order assign that master recipe. that would help you to result record.
    and one more solution is that you have to maintained inspection characteristics for your rework phase in the master recipe.
    if any query please come back
    Regards
    Pravin
    Edited by: pravin dhokey on Jan 15, 2009 10:01 AM

  • How to split one characteristic into 2 columns in query

    Hi,
    There is a characteristic TASK, which has a navigation attribute Phase Indicator, and if Phase Indicator = 1, then this Task is a Phase, or else it's a normal Task.
    Now I want to have a result with 2 columns like:
    Phase     Normal Task
    PH1        T1
    PH1        T2
    PH2        T3
    PH2        T4
    Could you give any advice on how to realize it?
    Thanks in advance!
    Regards,
    Napoleon

    Hi Napoleon,
    In ur query create 2 selections and give description as phase and normal task.
    In the 'phase' sleection drag 'task' as info object and give restriction for the nav attribute 'phase indicator' with 1.
    Similarly in the 'normal task' selection again drag 'task' as info object and give restriction for the nav attribute 'phase indicator' with not equal to 1.Hope it helps
    Regards,
    Rathy

  • How to define one filter over multiple dimensions

    Hallo Everybody,
    I am a SAP BW consultant trying to move the first steps in BO. I am quite new and unskilled in this area.
    I built an Universe on a SAP BW query. This query is about Product master data. Among other characteristics I have defined also three year characteristics (Teil1, Teil2 and Teil3). In correspondence of every of those year characteristic a key figure is defined (Quant1, Quant2 and Quant3).
    I have now the requirement to build a Web Intelligence report, being able to filter across the three year characteristics and reporting the corresponding key figures.
    An example:
                     Teil1   Teil2    Teil3   Quant1  Quant2  Quant3
    Record1   2001   2002   2003    10            20          30
    Record2   2007   2009   2010    30            80         110
    Record3   2002   2003   2005     6             40          30
    I might be able to define a general filter over the characteristics Teil 1 Teil2 and Teil3, acting like that:
    General Filter: 2003
    Reported Values    Record1 Quant3 (30)
                                   Record3 Quant2 (40)
    since year 2003 is appearing only in record1 and 3 and not in record2.
    What i am trying to build is a "or" condition Teil1 = 2003 Or Teil 2 = 2003 or Teil3 = 2003, where the year value is defined by the user at query execution.
    I hope, my requirement is clear and, above all, you are able to help me.
    Best regards
    Enrico

    Hi
    you can create a quick filter that will be applied locally on the WebI report. All you have to do is to create a WebI variable that contains the OR condition and apply the filter to it:
    assuming your variable is named MyVariable the formula will look like this:
    =if (Teil1 = 2003 Or Teil 2 = 2003 or Teil3 = 2003) then 1 else 0
    Then you have to apply the following filter on the report section you display your results
    MyVariable=1
    Please note that still all data will be fetched into your webi report and will be filtered after that. This may cause performance problems if we are talking about a large number of data. In this case you may ant to consider to add a customer exit variable into your BEx query.
    Regards,
    Stratos

  • How to assign one name  for upper/lower/upperlower?

    Dear,
    i am using JDev Version: 11.1.2.1.0
    In my form i have employee field . First time i am entering damby(lowercase) in that field.
    if a enter second time DAMBY(uppercase) it should show me error that name is already exists.
    employee field is coming from view but i can save data any cases in db either upper/lower/upper lower
    Thanks
    Damby
    Edited by: 910346 on Jan 10, 2013 3:33 AM
    Edited by: 910346 on Jan 10, 2013 3:41 AM
    Edited by: 910346 on Jan 10, 2013 3:41 AM

    wll you might have missed to get my point, lemme give you an example:
    in your validator,After getting your view Iterator
    for(Row row:iter1.getAllRowsInRange){   \\here iter1 is your view iterator
      if(valueEnteredByuser.equalIgnoreCase(row.getAttribute("col1").toString())){   \\here col1 is your attribute that contains the value  and valueEnteredByuser is the value entered by user
          throw new validatorException(new FacesMessage(FacesMessage.SEVERITY_ERROR,"Data Exists"));
    }let me know if you need some other help :)

  • Want to assign one event to two different JSliders

    Can somebody explain how to assign one event handler to two different Jsliders?

    Jamaal wrote:
    I found some code on the Sun example index but it very vague and seems like something is missing. I've been through the Sun JSlider tutorials and examples. I'd call them anything but vague or incomplete; not to be insulting, but it's probable that your understanding of them is as yet incomplete, and you just need to study them some more. If you have specific questions about a part of the tutorial, please ask.
    I don't think that the source code even shows how they make the sliders change at the same time.Have you looked at the Converter program source code or run it?
    http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html#Converter

  • Assign one Componet to another Componet

    Hi
    we have "payment form" view in sales order item details page. But if we open "Credit Memo" item details page, this "Payment Form" is not available. So our Requirement we need "Payment Form" view in "Credit Memo item Details Page" same like "Sales order Item Detail page".
    In the analysis "payment form " view is separate componet. So i need to use this componet into another componet
    Payment Form Compont : ICCMP_PAYMENT
    View : simplePayment
    Kindly suggest how to assign one componet to another componet and how we can bind both componet attibutes.
    Thank you,
    Cha

    Hi Raman,
    Thank you. This development testing is going on, still now there is no issue and object is working fine.
    One more Development and one question,
    This one also same kind of work such that we need to make use of one comonent view into another component. Here required view belongs  componet has so many views as well it's one of the main component and view has five fields which has from different context nodes.
    Kindly suggest For this development can we do same kind of configuration like previouse work of "payment Form"?
    if we use large componet view in another component Will it not be any performence issue or not?
    Else we need to go for any other approch. Please sugest.
    Source
    Component : ICCMP_BT_SLO
    View          : Slo1Istatus
    Target
    Componet  : ICCMP_BT_COM
    View         : ItemExtViewSet
    Thank you,
    Cha

  • How to assign a item to User Defined Attribute group?

    I have created a new User Defined Attribute(UDA) using PIM- setup responsiblity.
    But i don't know how to assign one newly created item to the UDA.
    Please help me out.
    Thanks in advance.

    hai Naren and Ganesh,
    i have few queries in wad can u help me in resolving the problems?
    i have generated a query using variables ,but when i am executing that query in web ,i am not getting any pop up asking fr variable.so wht might b the error.
    first i have selected the table in wad and assigned the dataprovider ie is query,
    in tht query a variable is also existed but i am not getting any pop up
    is there any radio button / check boexes to select and assign the variable
    so plz help me in this aspect..
    if u r working on wad can plz send me u r contact mail id so tht i can interact easily...my mailid is [email protected] ok
    regards
    Suri../

  • How to assign characteristic to Dimension ( Advices)

    Hello Experts,
    I need small clarification from your side.
    When assigning the characterstic to perticular dimension (What are the precautions we have to take care).
    how to deside this characterstic has to be  assign to this dimension ,
    i confused many times , am not clear on this topic  please give the advices to me.
    if any one have the related documents please update it.
    Edited by: vadalaprakash on Mar 26, 2010 2:23 PM

    Hello!
    the related characteristics should be kept together in one dimension so that combination of these characteristic values should remain mininmum possible in dimension table
    this increses the performance
    you should never keep irrelevant characterstics in one dimension which will create huge entries in dimension table
    eg: you can keep 0MATERIAL, 0MAT_PLANT, 0MATL_TYPE, ZPRD_HIER in one dimension
    regards,
    khyati

  • How can we assign one attribute set to multiple business partners at a time ?

    How can we assign one attribute set to multiple business partners at a time ? Is it possible ? Can anyone explain me ?

    Hello,
    please refer to the following thread:
    How can we assign one Attribute Set to multiple Business Partners at a time? Is it possible?
    best regards,
    Johannes

  • Can i assign one vendor to more than one company code how?

    can i assign one vendor to more than one company code how?

    Hi,
    If u create vendor in XK01 then there will be three segments which are general data, company code and purchasing organziation data. General Data will be available at client level so that u can use the vendor across company codes just what u need to do is that u have to give the company code data when ever u r creating for a new company code.
    regards
    srikanth.

  • Can i assign one customer to more than one company code how?

    can i assign one customer to more than one company code how?

    Hi
    First Create the Customer Centrally in XD01 and then extend the same Customer in FD01 for the required company codes.
    Regards
    Venkat

Maybe you are looking for

  • Deploying Application Without codebase and an extension (installer.jnlp)

    Hi, It seems that the deployment file can be relative to launch.html but the extension file requires the codebase attribute. This launch fails http://www.dksy.net/auctionzoom/downloads/download/jpawebstart-no-codebase/launch.html this launch succeeds

  • User exit for Purchase requisition

    Hello team At the time of creating the purchase requisition we want to know how much qty in order unit with their UOM . How to get this functions , Any user exit , Any sort of input will be highly appreciated Thanks JJ

  • Price Determination Date

    Hi,   Client is creating PO w.r.t contract which is set as "5-GR date" for Price control and the same has been set in vendor master. There is no price control set in info record "No Update". But when i check PO in EKPO table, system shows price contr

  • I keep seeing Yahoo and Google results in German. How can I change to English?

    I keep receiving Yahoo and Google results and other information in German. How can I change to English to get ONLY English?

  • How can I stabilize the DAQ output to four decimal places

    I have a daq 6009. I sent a optical signal. DAQ provides a output which varies in 3rd  decimal place. I done averaging all using a program which I'am attaching with this. So can you please help me in this regard  Attachments: data acquisition 2 (SubV