Restriction of promotion attribute values

Does anybody know how to restict the values of attributes for promotions. For example we want to enter a rabatt (save) for promotions and need the value for further calculations. How can I avoid the user enters 25 %, 25 or 0,25.
Thanks in advance.
Thoralf

weightings are controlled when you add the column to the template. 
the application has logic so that it doesn't exceed 100% within the criterion group, each of your sections individual goals, team goals, corporate goals, will be setup as a criterion in your template with a free enhancement.
then at the criterion level you can define weightings on the "element" level of your template. 
so i think the best way you could make this work is with this example:
individual goals = 50%
team goals = 25%
corporate goals = 15%
corporate values = 10%
employee and manager would not have control on the weightings above...
then within each criterion group, as the employee adds things such as individual goals...
they have control..
so goal1  = 10%
goal2 = 20%
goal 3 = 70%
(this 100% reflects 50% towards the overall appraisal weighting)
and then the manager when defining team goals does weightings:
goal 1 = 40%
goal2 = 10%
goal 3 = 10%
goal 4 = 20%
goal 5 = 20%
then similar logic for corporate goals and values...

Similar Messages

  • Material Attribute value display based on cost center value

    Hi,
    Is it possible to display the material attribute value based on cost center value. I mean for some cost centers I would like to display the value of other characteristic in place of material attribute. I am trying to create a query on MP.
    Any info in this regard will be appreciated.
    Thank you.
    Harshan

    Hi Adi,
    In Rows, Create a struture. Using New Selection, You can restrict the New Value to the cost center (Restrict again on those some cost centers) and material. And for this New Characteristic, you can have a attribute.

  • How to restrict Nov. Attribute?

    Dear all,
    I am using InfoSets for reporting based on Standard cube (0IC_C03) and some DSO.
    While i  am creating a report getting problem with 0MATL_TYPE Nav. Attribute of 0MATERIAL. it is Standard Nav. Attribute.
    while i am using this in reporting level i am unable to restrict this?
    I have check this all levels like InfoObject,Cube.
    can any one help on this?

    Hi Madhu..
    i m providing the info how to restrict nav.attributes..
    If these are alrady nav attr then they behave like chars inthe query. So if you right click and choose restrict, a window /box will open up where you can choose the values from the left and highlight them and move them to the right hand side. When you say OK to this box, the values chosen will stay as restrictions. Are you clicking on the yellow arrow (bottom left) to go to a further screen?
    go through these threads..
    [Navigational Attributes;
    [How to ristrict a Nav.attribute value in Query Designer?;
    regards,

  • Attribute Value Length

    Hi,
    I tried to restrict length of attribute by using {6}. But some how it allow me to update value of attribute with 10 characters. Is their a way i can restrict ldap attribute value to fixed lenght. I i try to add more then defined length it will not allow.
    Thanks,
    Naren

    There is no way to limit an attribute value length in Directory Server, other than writing a custom plugin that will intercept ADD and Modify operations.
    The {x} length indication in the Syntax notation of an attribute description (in cn=schema) per X.500 specification is just an indication of the minimal MAXIMUM size that compliant products must support.
    Sun Directory Server has a single (configurable) limit which is the size of the LDAP requests (nsslapd-maxbersize).
    Regards,
    Ludovic.

  • InfoSET - Characteristic restriction by navigational attribute.

    Created an infoset on 3 ODS's
    Checked the navigational attributes i wante in ODS. (eg 0country as attribute from ZVENDOR)
    When building the query it is not possible to have the field as a navigational attribute,only as attibute.
    When I want to use it as navigational attribute I have to add it to the ODS.
    Only then it is available as Navigational attribute in the query.
    When I Add ZVENDOR in characteristics restrictions and create a variable with replacement path "Attribute value" I get the message Replace variable with INFOOBJECT.
    "Value 'I' is invalid for property 'Replace Variable With' of element 'ZVENDOR_ATTR'"
    Define a valid value for property 'Replace Variable With' of element 'ZVENDOR_ATTR'
    How do I resolve this variable error ?

    navigational attributes are not visible in infoset, you need to include those nav-attrubetes physically in to your ods-data part to be able to navigate/filter.

  • Selections on attribute values in BPS

    Hello,
    I have a issue regarding the selection on attributes values in BPS (data slices, functions).
    If I make a restriction on an <i>existing attribute value</i> of an infooject in a data slice or std function (not FOX nor Exit), everything works as required. Even if this particular attribute value is not in the selection of my level (this seems logic, if the value is not in my selection... it is not selected).
    The problem is when I make a restriction on an <i>attribute value that is not assigned yet to a char value</i>.
    If I run my layout or function, then I receive the following error message :
    <i>Selections for characteristic XXX cannot be determined
    Message no. UPC_FW137
    Diagnosis
    It was attempted to read the selections for characteristic XXX. But no values could be determined. This can have one of the following causes:
    For characteristic XXX, the selection is defined by a hierarchy node, but no values were found for the selected nodes.
    For characteristic XXX, the selection is defined by attribute selections, but no values were found for the attribute selections entered.
    Procedure
    Change the selection for characteristic XXX so that values can be delivered.
    </i>
    ... Well yes I understand it but the attribute will be updated in another process, so I am expecting that if this value doesn't exist yet, the data slice/function does nothing since it has nothing to select...
    The current workaround (but I don't like it at all) is to create dummy values of my characteristic where I put the attribute value I am interested in. Then even if these dummy char values are not contained in my level selection, everything works fine.
    Do you have any clue/idea in order to help me on this?
    Thank you in advance,

    Any idea?

  • Not getting attribute values in IPC routines Scenerio R/3 B2B using AP 7.0

    Hi,
    Our Scenerio is using ISA R/3 B2B using AP 7.0. I have developed IPC routines but when i debug my routines in SM53 I notice that I'm not getting any attribute value except for VKORG.
    I'm pasting the code below. Please help me if I have to implement some BADI or do something more to get the attribute values.
    I have defined the attributes properly in Routine assignment in tcode /n/sapcnd/ueass
    userexitlogger.writeLogDebug("*requirment 901*" + "Plant = "plant"||ANZ_MONATE ="+ item.getAttributeValue(ANZ_MONATE_STR).toString()"||ANZ_JAHRE="item.getAttributeValue(ANZ_JAHRE_STR).toString()"||MATKL="item.getAttributeValue(MATKL_STR).toString()"||PSTYV="item.getAttributeValue(PSTYV_STR).toString()"||VKORG="item.getAttributeValue(VKORG_STR)"||PRSFD="item.getAttributeValue(PRSFD_STR)"||MVGR2="item.getAttributeValue(MVGR2_STR).toString()"||PRSDT="item.getAttributeValue(PRSDT_STR).toString()"||AUDAT="item.getAttributeValue(AUDAT_STR).toString());
    I would reward points for help
    Many Thanks n regards,
    Dipender

    I would like to go through each Value of the xml file and give each Value a name
    e.g. from the xml file <VentCount Value=1> Retreive the value above and giving it the name VentCount. Then I would beable to use the name vent count as follows:
    setVentCount() //My own method can use as follows: setVentCount(VentCount); I would like to do his for ever value, each value with a specific name

  • Restrict the list of values retrieved by a model driven LOV

    hi all
    i'm try to restrict the list of values retrieved by a model driven LOV just like the article in this link
    http://www.oracle.com/technology/products/jdev/tips/fnimphius/restrictlovlist/restrictlov.html
    and i'm using the jdev11.2 but i always get this error
    java.sql.SQLException: parameter IN or OUT is missing at index 1
    my code is :
    public void SetSchoolLovVar(LaunchPopupEvent launchPopupEvent)
    String var_val=getOt7().getValue().toString();
    System.out.println("++++++++++++++++++++++++++++++++"+var_val);
    BindingContext bctx = BindingContext.getCurrent();
    BindingContainer bindings = bctx.getCurrentBindingsEntry();
    FacesCtrlLOVBinding lov = (FacesCtrlLOVBinding)bindings.get("DeptCode");
    System.out.print("LOVE "+lov);
    System.out.println("+_+_+_+_+__+_+_+__+_+_+_+_+_+_+_+_+_+_________+++++_+_+_"+lov.getName());
    lov.getListIterBinding().getViewObject().setNamedWhereClauseParam("Rejon_For_Prj_Dept",var_val);
    Rejon_For_Prj_Dept is the bind variable of the Lov Query.
    any good idea

    Hi,
    The error might be due to making the bind variable as required but not using it in the vo query. Edit the bind variable and make it as optional by unchecking the required checkbox.
    Sireesha

  • Passing attribute value in session variable

    Hi All
    I need to store one field value from my SIM form as a session variable and pass them to the next page along with my session, using some jscript stuff or else. Does this make sense?
    If it is possible or anyone have any prior experience please reply.
    Thanks in advance

    We have tested a code-snippet that 'gets' attribute-values from the session:
    <invoke name='getAttribute'>
        <invoke name='getHttpSession'>
            <ref>:display.state</ref>
        </invoke>
        <s>attribute_name</s>
    </invoke>You can try 'setAttribute' in the similar way.
    Thanks,
    Adi

  • Need Help ::  Current row attribute value returning null

      Hi Frds,
    I am facing the problem that
    Current row attribute value returning null............ even though value is there..... plz.. he
    This is the code in PFR
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("queryBtn")!= null)
        String  pPersonId = pageContext.getParameter("ctrlPersonId");
         String rowReference = pageContext.getParameter(EVENT_SOURCE_ROW_REFERENCE);
         OptionsVORowImpl curRow = (     OptionsVORowImpl) am.findRowByRef(rowReference);
        String dtlsItem =  (String)curRow.getFlexValue();   /*  this is returning null value */
    /*  here creating  the hashmap and calling the page with the hashmap*/
    Thanks & Regards,
    jaya
    Message was edited by: 9d452cf7-d17f-4d1e-8e0e-b22539ea8810

    Hi Jaya,
    You want to catch Flexfield values?
    Try below code for catch value.
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("queryBtn")!= null)
    OADescriptiveFlexBean dfb = (OADescriptiveFlexBean)webBean.findChildRecursive("flexDFF"); //get the DFF bean
    OAWebBean dffbean = (OAWebBean)dfb.findChildRecursive("flexDFF0"); //get the field that applies to the attribute1 column that is being rendered
    OAMessageStyledTextBean Stylebean = (OAMessageStyledTextBean)dffbean;
    String dtlsItem  = (String)Stylebean.getText(pageContext);
    /*  here creating  the hashmap and calling the page with the hashmap*/
    Thanks,
    Dilip

  • Not getting all the attributes value from Trusted Recon in eventhandler

    Hi,
    I am not getting the values of all the attributes in hashmap from Trusted recon in eventhandler.
    Following is the hashmap value I am getting :
    Parameter Hashmap value is {re_key=1869, Email=[email protected], Role=Full-Time, act_key=22, User Login=TUser43, Xellerate Type=End-User, Last Name=User43, First Name=Test}
    Please let me know how to get all the attributes value in eventhandler. I need to take some decisions based on these attributes.
    Thanks

    You should be getting all the values in the recon event.
    To get the current user states for all the records in the bulk event use this:
    Identity[] currentUserStates = (Identity[]) eventDataHashMap.get("CURRENT_USER");
    Now when you are looping through your bulkParametersp[], you can use the same get from the currentUserStates:
    Identity currentUser = null;
    currentUser = currentUserStates[counter];
    Now if the attribute is not in your hashmap, you can use:
    currentUserState.getAttributes().get(attribute)
    -Kevini

  • How to get attribute value from standard page ?

    Hi,
    How to get attribute value from standard page ?
    String str = (String)vo.getCurrentRow().getAttrbute("RunId");
    But this value is returning a null value ....
    Can anyone help me to get this attribute value which is actually having a actual value .

    getCurrentRow() would always return null if no setCurrentRow() is used.
    Please check the page design and understand how many rows of VO are there. You can also use the following to get the row:
    vo.reset();
    vo.next();
    Regards
    Sumit

  • How to get attribute value from an object inside an object in Xpress

    Does anyone know how to get an attribute value from an object in Xpress in a workflow? I have an object structured as follows:
    <ResourceInfo accountId='mj628' tempId='3483372b787ce7dd:-5d99a0c5:130cb238483:-3600'>
    <ObjectRef type='Resource' name='Google Apps'/>
    </ResourceInfo>
    I need if possible to get the name='Google Apps', which is inside the ObjectRef, so I guess its an attribute value of an object inside an object.

    If the ResourceInfo object is accessible in a variable, i.e. named "myResInfo", you just have to check the Java API and call the relevant method:
    <invoke name='getResourceName'>
      <ref>myResInfo</ref>
    </invoke>

  • Attributes and attribute values for a Product

    Hi all
    Is there any table or FM from where I can get a list of all the attributes and the attribute values linked to a particular product?
    I got tables which link product with Prod Category, Prod Category with Set types and so on.
    Could anyoe please provide me an FM which will give the attribute and its values for a particular product?
    Please help!!
    Regards
    Debolina

    Attributes created under s settype will be under the table with the name of that particular settype itself i.e Table name and the settype name are the same.
    The other part of your question of where to find the list of all settypes and their corresposing attributes, you can make use of COMM_PR_FRG_REL.
    Regards,
    Harshit

  • How can I access the Attribute Values from the Search Region

    Hi all,
    I have a table which contains Company id, department id, and PositonId. For a particular Company and Department there may be multiple records.
    I have to pupulate a table which contains the position and other details that comes under a particular Department and Position based on the selection in the Three comboBoxes.
    Also I have to populate a select many Shuttle to add new postions and records under a particular Department.
    I created a query panel *(Search Region)* for the serch and a table to display the data. That is working fine.
    Now the issue is I am using a view criteria to populate the shuttle with two bind variables ie, DepartmentId and CompanyId.
    If the serach will return a resuktant set in the table it will also pupulate the correct records, otherwise ie, if the if the serch result is empty the corresponding iterator and the attribute is setting as null.
    SO I want to access the attribute values from the Search Region itsef to populate the shuttle.
    I don't know how can I access the data from the Search Region.
    Please Help.
    Regards,
    Ranjith

    you could access the parameters entered in search region by the user as follows:
    You can get handle to the value entered by the user using queryListener method in af:query.
    You can intercept the values entered as described
    public void onQueryList(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    List<Criterion> searchList = qdes.getConjunctionCriterion().getCriterionList();
    for ( Criterion c : searchList) {
    if (c instanceof AttributeCriterion ) {
    AttributeCriterion a = (AttributeCriterion) c;
    a.getValues();
    for ( Object o : a.getValues()){
    System.out.println(o.toString());
    //call default Query Event
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    public void onQueryTable(QueryEvent queryEvent) {
    // The generated QueryListener replaced by this method
    //#{bindings.ImplicitViewCriteriaQuery.processQuery}
    QueryDescriptor qdes = queryEvent.getDescriptor();
    //get the name of the QueryCriteria
    System.out.println("NAME "+qdes.getName());
    invokeQueryEventMethodExpression("#{bindings.ImplicitViewCriteriaQuery.processQuery}",queryEvent);
    private void invokeQueryEventMethodExpression(String expression, QueryEvent queryEvent){
    FacesContext fctx = FacesContext.getCurrentInstance();
    ELContext elctx = fctx.getELContext();
    ExpressionFactory efactory = fctx.getApplication().getExpressionFactory();
    MethodExpression me = efactory.createMethodExpression(elctx,expression, Object.class, new Class[]{QueryEvent.class});
    me.invoke(elctx, new Object[]{queryEvent});
    Thanks,
    Navaneeth

Maybe you are looking for

  • How to create a pushbutton delay in the FPGA module in Labview 8.2

    I am a very inexperienced programmer of Labview, and I have what I thought would be a simple problem. I have a CompactRIO system that utilizes Labview 8.2 as well as RT and FPGA modules. I am running an end of line tester that uses a pushbutton to st

  • Https with URLConnection class

    when instantiating a URL object with protocol "https", i get a MalformedURLException. However, it works fine with "http". anyone?

  • HT6065 i need assistance since the upgrade

    since the upgrade i am having major issues with messages coming up asking for passwords that i dont know.  example: calendaragent wants to use the "local Items" keychain.  no matter if i click cancel or try to enter a password it doesnt work.  Please

  • Link in new window

    is there a way to open a link in a new window after creating a menu with project -> skin?

  • Missing iPad via DHL Malaysia

    Has anyone ever experience missing shipment via DHL Malaysia? I've purchased an iPad mini retina display for my teenage daughter online, but has not receive the shipment. DHL said they've delivered and showed me a fish-like swiggle as prove of signat