Weighting total on VA appraisal template level

I am struggling with one of our appraisal templates. I would like the object VA to be able to show the total of the KPA weightings. The user has requested that when he puts in the weightings he wants to see what the total is (almost like a calculator).
E.g. VA = 40
           VB weighting = 20
           VB wieghting = 20
E.g. VA = 60
           VB weighting = 55
           VB wieghting = 5
Just to show the user what number the weightings have added up to.
I have changed the template settings to allow the weighting to be maintianed (required)  on VA level, but it still remains greyed out. Is there something i am doing incorrectly?
Thanks,
Chantal

Hi Chetan,
Thanks for the response.
I experience a problem when trying to put a total on the weightings columns, even if i tick it on the template settings to display and put in the value determination "Total" it still remains greyed out. Is there a way that we can get the weighting total to show on the VA level. I'm not sure why it seems to be greyed out even though i have ticked it as a display or a required output.
Please can you assist,
Thanks,
Chantal

Similar Messages

  • Regarding Appraisal Template Weighted result

    Hi Experts,
    In the current appraisal template the weighted result is coming as weighted value = (final appraisal) * (Weighting).
    weighted value = (final appraisal) * (Weighting).
    Weighted Result (=FWGT * FAPP)
    Instead of this my client wants it to be 
    weighted value = ((final appraisal * Weighting)/100 ).
    Weighted Result =(FWGT * FAPP)/100)
    I have not worked in badis so i need ur help to complete this requirement.
    I went through the forum but i am unable to complete..
    Please let me know how it can me done..
    Thanks & Regards,
    Reena,

    Hi,
    Do we have to create a new implementation for this one.
    Or we should change the standard code of VALUE_DETERMINATION method?
    Thanks,

  • PD - retrict the level of the positon for appraisal template

    Hi All
    We are working on appraisal template. in appraisal template when the manager selects the PHAP_PREPARE TC and esxutes it takes to the template selection.
    in the appraisal template the manager should be able to see only the employee till the exective level. but not all the employee...
    Please let me know how to restrict this template view only til the exectuve level for the manager
    SAM

    Hope you can control with HRHAP00_COL_ACCESS badi itself.
    Try the foll code in the method,
    IF_EX_HRHAP00_COL_ACCESS~GET_COLUMN_ACCESS
      when  c_status_in_review.
                    case s_header_status-ap_status_sub. "your sub status
                      when '1'.
                        case s_body_columns-column_id.
                          when 'OBJ0'.
                            availability   = 'D'.
                            column_owner   = 'X'.
                            exit.
                          when 'Z003'.
                            availability   = 'D'.
                            column_owner   = 'X'.
                            exit.
    *you can turn on/off the availabilty of the column.
    Rgds,
    Jothi.P

  • Restriction of goal / KPI values Weightage to 100% in an appraisal template

    Dear All
    In EHP4 scenario, How can we restrict the appraisal goal / KPI values weightage to 100% in an appraisal template.
    Can we configure or arrive at an solution for -- the weightage calculation of ( Company Goals + Team Goals+ Core Values + Individual goals ) = shoould be limited to 100%.
    Kindly suggest.

    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...

  • Regarding addition of new column in existing  appraisal templates

    hi gurus,
    i m working on the existing appraisal templates in which i have to add one more column named "Avereage Rating"
           in which the average of "MID YEAR ACHIEVEMENT COLUMN TOTAL VALUE" & "FINAL APPRAISAL RATING COLUMN TOTAL VALUE"
           for eg:"(3.5+4.0)/2 = 3.75" i.e the value 3.75 will come in the average rating column,plz help me to sort out
           this column,for this,no doubt i have added the column for this but for the  value "3.75" what "value list",
           "value class" & "value determination" sud i use against this column plz help me....

    solved

  • How to restrict maximum 5 part appraisers in the Appraisal template

    Dear All
    Our requirement is to allow maximum 5 part appraisers in the Appraisal template. Currently the System is calculating & restricting to only 2 part appraisers (as the total columns used is 16).
    Even on using the BADI - Maximum Number of Part Appraisers (HRHAP00_MAX_P_APPER), we are not able to attach more than 2 part appraisers as the defaulted value is overriding the BADI value. This is because as per BADI - Maximum Number of Part Appraisers (HRHAP00_MAX_P_APPER) : The calculated number of part appraisers must always be greater than the desired number of part appraisers. If this is not the case, the system outputs an error message and resets the desired value.
    Also the link http://help.sap.com/saphelp_rc10/helpdata/en/ae/ec6f01d143e141992f22fcf31a7aaa/content.htm says - "In the case of an approval process for a 360° degree feedback, you do not need to restrict the number of part appraisers. In all other part appraisal processes, the system restricts the maximum number of part appraisers". But even in 360° degree template, on selecting 16 columns the system is calculating & defaulting 2 part appraisers.
    Kindly advice how to restrict the no. of part appraisers to 5 when the system is calculating only 2 part appraisers as we are using 16 columns in the Appraisal template.
    Regards
    Ravindra

    Get Maximum Number of Part Appraisers
    Functionality
    The method determines the calculated number of part apparaisers.
    Result
    The number of desired part appraisers is returned.
    Notes
    The calculated number of part appraisers must always be greater than the desired number of part appraisers. If this is not the case, the system outputs an error message and resets the desired value.
    Parameters
    FLT_VAL (Import) Parameter FLT_VAL of Method MAXIMUM_NUMBER_GET
    CALCULATED_NUMBER (Import) Calculated Number of Part Appraisers
    MAXIMUM_NUMBER (Export) Number of Part Appraisers (set by implementation)
    see the note 530913 that ie no of appraisers are stuck at 17
    ELSE.
    no_of_part_appraisers = ( c_column_max_number - l_total_columns )
    DIV l_part_columns.
    ENDIF.

  • Use of Further Participants in an Appraisal Template

    Hi experts,
    What is the use of Further Participants in an Appraisal Template?
    I have designed appraisal templates which have two levels of appraisers, but did not use Further Participants in it.
    When should be Further Particpants used and when is that it should not be used?
    Can somebody please explain?
    Best regards,
    Swapna.

    Hi Swapna
    appraissees and further participants access the appraisals by the ESS (Portal)  role and appraisers by the MSS role. So they appear in different overview screens.
    best regards
    Martin

  • Appraisal template - Columns

    Hi all,
    I am trying to analyze the appraisal template.
    The columns which are defined in template show up in the document.
    we have columns for final appraisal, start date, end date and obviously they are visible in the document.
    Question is what happens to the column OBJECTIVE SETTING. How is it displayed!
    May be this is an elementary question but your views would help me understanding template config. even better.
    Regards,
    Bharat

    Hi,
    The objective setting column is a special column, like weighting it had its own behavior. If just selected it will show as element name. But if you tick the box "Free Input" under objective setting then the element name will be replaced with an input field on teh appraisal document where you can give your own text (= a new objective) in.
    Hope that clears the "mystery"..
    Regards and Groetjes,
    Maurice Hagen

  • Appraisal template error - A maximum of 18 columns are allowed

    Dear Friends We are implementing flexible PMS solution on EHP4 platform. We have defined many customer specific columns. Now, we want to add more than 18 columns in our appraisal template but system is showing error if we try to include more than 18 columns. We have already tried to rationalise element (VB-VC) structure to reduce no of columns but still we need to have more than 18 columns in our template. Does SAP provides any BADI or NOTE to resolve this issue. Or whether we can tackle this issue at a technical solution level. Pl. advise.
    Warm Regards

    Hi
    You can customize this in the CATS IMG data entry profiles - it could be the data entry profile
    includes more than 65 columns
    Unfortunately due to performance reasons 40 is the maxium number of columns allowed
    - a modification would likely be required to allow more - you would also need to test performance and
    load (whether the WD application could pass all the columns or values)
    Best regards
    Stuart

  • APPRAISAL TEMPLATE

    Hi  HR Experts,  I am working on Appraisal Template and i have created template also and i want to have final result in Percentage.  How to do it.  Please let me know.

    Hi
    Divya, i found the badi as HRHAP00_VAL_DET_001 to 0014.
    which one is applicable. I just checked the fist one and this is for Average weighted. See, my template is calculating Average, but i want it to calculate in percentage also.
    Do i have to create Quantity scale template and then attached it to colum. or existing quality template will do the trick by attaching one of badi from the list.  Please guide.

  • Appraisal template for MBO

    HI All,
    I have created an appraisal template but the when I create a  part appraisal, part appraisal data is not getting displayed after complete part appraisal. can any one suggest me what I have to do.
    Thanks
    Veer

    Hello Veer,
    Most likely your column access definition on template level is to restrictive in this case. To test this just set it to free access for all.
    Regards and Groetjes,
    Maurice

  • Flexible Appraisal template screen changes

    Hi There,
    We are using Standard Flexible appraisal template based appraisal Solution EHP4. Now we have created a template to cater multi level details for each Objective.
    Structure looks like
    Objetive 1 Add/Delete
       Objective details 1.1    Add/Delete
             Objective details 1.1.1    Add/Delete
                   Objective details 1.1.1.1    Add/Delete
    Objetive 2 Add/Delete
       Objective details 2.1    Add/Delete
             Objective details 2.1.1    Add/Delete
                   Objective details 2.1.1.1    Add/Delete
    For each of this level we will be able to create multiple entry.. i.e it can have
    1.2.1
    2.3.1.2 entries as well
    Now we want to group these entries in group/so that we can enable one collapse/expand option for one objective and all its related components. I mean, we should be able to have a header_tray for objective 1 and ojective 2.. and so on.. so that when we close/open all objectives related to Objective 1, are open or collapse from single header tray.
    I know we can use pre exit of wdmodify method for view VW_BODY_VIEW , but i am unable to conceptualize how do we create this group dynamically specially when each row is rendered one by one. and apart from numbering there is no other binding to structure related rows.
    Thanks a lot for your ideas and suggestions.
    Regards,
    Sudhir

    Hey Thanks Loan,
    Will check on the first 2 solutions that you have given.
    Regarding the third one, client requirment is that Criterion groups should come in tabs and the elements like objectives, KPI etc  should come columnwise.The notes feild should be below the Goal etc.
    have a glimpse of the UI that we are preferring to have. this is EHP6 Flexible appraisal template and we are trying to get a better look for our flexible appraisal template which is on EHP4.
    Best Regards,
    Amrita Ranjan

  • How to unreleased Appraisal templates which are alreay being in used

    Hi Experts,
    I am looking for the solution how to unreleased appraisal templates which are already released and also used by the Employees for their PDD process.
    We are facing one problem in PDD templates, so we want to make some changes in already released templates.
    Is there any way or solution by any Functional method/settings or by ABAP program?
    Please reply as it is very critical and important for us to solve ASAP.
    Thanks & Regards,
    Ashish Mehta.

    Now that might work (actually it will work). But you need to be 100% sure that your changes will not infleunce the appraisal process. Because it is not that hard to cause unrepairable data inconsistencies on already existing appraisal documents!!
    There is a very good reason for not being able to unrelease templates once they are in use!
    One is that you can create incorrect appraisal documents from a business point of view.
    Say your document end appraisal is a 1-10 scale, one being the worst. The appraisal gets a 3 as final score, meaning in this scale quite bad. Now you unrelease the template and change the used scale to a 1-4 scale. Your very bad employee turns all of a sudden in a quite good employee!
    Even worse, <b>you can create database inconsistencies on document level</b>. Just remove elements or columns from the template and you will get very strange results after releasing again.
    I don't recommend changing templates once documents are based on them but if you use this option then be carefull!
    Regards and Groetjes,
    Maurice

  • Deletion of PM Appraisal Template

    Hi All,
    I need to delete my Appraisal Template and i am able to delete the appraisal template from PHAP_CATALOG_PA but it should be deleted from table level also and then i found this table V_T77TMC_P_T but i am not able to delete it
    Does any one knows what is that table and how should i delete my template from that table please.
    Please help me on this one.
    Thanks in advance.
    -Abhi

    Hi Abhiram
    Check  SAP Note 1560315 
    Thanks
    RAjdeep

  • Currency Translation at the Web Template level (standard functionality)

    Hi Experts ,
    We are currently working in BI 7.0 env. with source system ECC 5.0.
    We are working for a task where we need to make the BEx  queries enabled for currency translation .
    The requirement is :-
    The user should be enable to give/opt/choose for the follwoing options:-
    Currency type (target currency in which the translation is aimed)
    Exchange Rate ( Standard(M) or other(P) or something else) and
    Key date: The translation will be performed taking the exchange rate on that particular date.
    We do have 2 option to perform the task...
    1:- Either we do it thru currency translation type definition(RSCUR) and then attaching this currency translation for every amount key figure values at each query level. OR
    2:- If we can go and find something at the Web Template level and add/modify the template in such a way so that it gives us the functionality to translate a source currency into a desired one with desired exchange rate type (currently either M or P) and for a specific date.
    At this point of time when we do have numerous sub-areas holding hundreds of queries, we want something which should be available as the modification/addition to standard functionality at the web template level and not at the query level as changing each and every one of them and testing would be a cumbersome process and would be costly and risky at the same time. So we are just wondering if we can find something with option no. 2 and add/modify something in the standard functionality.
    Please ask for any more information required.
    Thanks very much.
    regds.

    Hi Amit,
    You would still need to define the Currency Translation using RSCUR where you would specify
    -the exchange rate type (either fixed or variable)
    -the target currency (either fixed or variable)
    -the reference date
    You don't need to modify any of your queries. You can instead use 'Translate Currency'/[SET_CURRENCY_TRANSLATION] command in WAD & specify the Currency Translation as defined in RSCUR. If you want the target currency & exchange rate type to be driven by user input, you can define these as variables in RSCUR & invoke the variable screen using 'OPEN_VARIABLE_DIALOG' in WAD for user input just before calling 'SET_CURRENCY_TRANSLATION' command.
    --Priya

Maybe you are looking for

  • Error when installing virtual appliance for r12.2.4

    Hello I have downloaded Oracle Virtual Appliance for Oracle  E-Business r12.2.4 in a following step by step manner but I am running into an error.  As per the readme, I have gone through the Note:1928303.1 but it does not address the issue. That said

  • IPhoto library won't open

    My iPhoto library on my new Macbook Pro suddenly won't open.  When I open up iPhoto, it now takes me to a screen that says "which photo library do you want iPhoto to use".  There are no options.  I then click on "other library", and I can see my iPho

  • Email of Purchase Order

    Hi, All, I want to email PO to vendor. I have done the following: (1.) have created a strategy and  give the comm Method = INT ( Email) (2.) have defined message type for PO according to note 191470 but when I use me21n to create a new PO, I clicked

  • Cannot view postgresql tables

    I can not view tables or open the tables folder in Data Source Explorer when connected to a postgresql 9.2.4 database in Eclipse 4.4.2 I have set the driver to postgresql-9.2-1003.jdbc4.jar. I can connect to the database, view the schema list, view t

  • Facebook iOS6 integration problems

    Since updating my phone to iOS6 I've been trying to link my facebook account with it without avail. After going to Configuration->Facebook and putting there my username and password and clicking login, a spinning weel appears on the top left and it s