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.

Similar Messages

  • HR-ABAP.How to Find the Employees assigned to the Appraisal Template

    Hi ,
    Please help me out.how to find the employees assigned to the Appraisal template.
    Ex. 7825232 is a appraisal template id and i want to know in the system how many employees assigned to it..
    Please let me know if the post is missing something.
    Suggestion also appreciated ...
    Thanks Inadvance!
    Law.

    check this fm HRHAP_DOCUMENT_GET_LIST_XXL
    Thanks
    Bala Duvvuri

  • How to change appraiser / reviewer after creating the appraisal template

    Hi All,
    Once the Appraisal template created, if we have changes in appraiser / reviewer, how we can change the new names in the appraisal template in standard (other than T.Code: Phap_admin --> Change header data).
    For eg., we have created a document for PERNR 1 on Apr 1st for 01.04.2014 to 31.03.2015 with appraiser as Mr. XYZ, on 01.05.2014 Mr. XYZ left and Mr. PQR replaced that position. In this case, how we can replace appraiser name for PERNR 1 as Mr. PQR in the appraisal template.
    Please suggest.
    Regards,
    Venkat Nagam

    Koushik,
    Depending on the amount of customizations that you did, it may be easier to use the wizard to re-create the master-detail form & report.
    If you still want to give it a go:
    Assuming that you created the 2-page Master Detail report & form:
    On the first page, you will have to chage the SQL to reflect the new table name. Once you do that, you'll have to re-create the link on the EMPID column.
    On the second page, you'll need to do some more work. You'll have to change both Page Rendering Processes: Fetch Row from EMP and Get Next or Previous Primary Key. You'll then need to change the Page Processing Process: Process Row of EMP. Also, ensure that you have a proper Foreign Key relationship between EMP2 and DEPT (or your detail table).
    Thanks,
    - Scott -

  • How do I shape pictures as in the Bebop template?

    How do I shape pictures as in the Bebop template? They are not using the shapes. But if you click edit mask, you get red points on the corners and can move and change the shapes. I want to do this with others. Any body know how?

    As far as I could determine, the irregular shapes are not available from the menu anymore.
    Copy/paste an existing one and drop an image on it.

  • Change the Appraisal Template in Mid of Year.

    Hi All,
    We want to edit the appraisal template which is being used in Production.
    System is allowing to edit the template in development as there are no documents created. Once we transport the change to production what will be the implication.
    Q1. Is it recommended to change the template after it is being used.
    Q2. If really need to edit the template in mid of appraisal process how do we go forward.
    Thanking you in advance.
    Kamal R.
    Edited by: Nalin Jain on Aug 5, 2009 7:41 AM

    Hi Suresh,
    We are on ECC 6.0 and SP 43.
    We need to put some extra fields / Notes to the targets and extra sub statuses to correctly identify the condition.
    But already appraisal process started and documents are created. Now we cannot either create the same documents in new template or postpone the appraisal template change to next year.
    In this situation we decided to change the existing template. We want to know what will be the implications if we change the template in development and transport it to production???
    Download and upload will create a new template which will not be useful for our case.
    Thanking you in advance.
    regards,
    Kamal.

  • Putting link on the appraisal template.

    hi ,
    I am working on appraisals.
    I have to put some link on the appraisal template which will take us to past appraisals/project history.
    any idea how to implement the requirement.
    Thanks,
    Adesh

    Hi Adesh,
    when i am executing the program after putting the code its giving error as "Class <htmlb:tree> (CL_HTMLB_TREE) was not found as BSP parent element
    I guess in the Layout or View in your BSP application somewhere you have defined TreeNode element without the Tree element.
    Somethign like:
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    Should be like:
    <htmlb:tree id      = "myTree1"
                        title   = "Tree1"
                        tooltip = "Tooltip for myTree1"
                        toggle  = "X" >
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    </htmlb:tree>
    Regards,
    Anubhav

  • Adding Link in the Appraisal Template

    Can we add a link in the Appraisal Template in the Description Column?
    If yes, steps please.

    Hello,
    I just named the link differently and the forum converted the tag automatically -> I hope you can see the coding here now:
    "<a href="http://www.google.com/>Go to the google page </a>".
    Regards
    Nicole

  • How to handle multiple part appraisers in OSA

    how do I configure the system for two part-appraisers and one final appraiser?
    1. do I need to configure two standard columns PAPP?
    2. how do I autorize partappr1 to access PAPP column 1 and partappr2 to access PAPP column2?
    3. how to specify who the part appraisers are? ex. john doe is partappr1 and mary jones is partappr2.
    4. do I need two process steps in the process flow (step1="partappr1 feedback completed", step2="partappr2 feedback completed" )
    Thanks,
    Tiberiu

    Hi Tiberiu,
    1. do I need to configure two standard columns PAPP?
    - No, one column is enough. system will occupy separate columns for each of the part appraisers.
    2. how do I autorize partappr1 to access PAPP column 1 and partappr2 to access PAPP column2?
    - In column access tab you can select "Phase dependent access for owner" ,in the Default field
    3. how to specify who the part appraisers are? ex. john doe is partappr1 and mary jones is partappr2.
    - There part appraiser names are determined when the form is first created by the HR specialist or the appraiser.
    4. do I need two process steps in the process flow (step1="partappr1 feedback completed", step2="partappr2 feedback completed" )
    - When you select part appraiser column, in status flow In Process - Part Appraiser in process substatus is automatically selected. You don't need a separate status. Please make sure that you hit "Set status" field while maintaining  Part Appraiser in process substatus  and determine the target status/substatus -probably In Process (by final appraiser)- when the last part appraiser is finished with the document.
    Regards,
    Dilek

  • How to call a function module from the Web Template?

    Hi all,
    how can I call a function module from a BI 7.x web template and then show the result of the FM on the web template?
    Many thanks for your hints.
    Regards, Nils

    Hi!
    I am too working on a similar issue.
    Probably this helps:
    Re: Calling a function module from a Web Template
    Regards,
    Sri

  • How can I insert a parameter to the layout template?

    How can I insert a parameter defined in report to the layout template? just like insert a field. I wanna display the parameter in the output.

    If its Ebiz, concurrent program.
    Put this in your template in the starting,
    where the P_BUSINESS_GROUP_ID is one of the concurrent program parameters,
    <?param@begin:P_BUSINESS_GROUP_ID?>
    and then you can access the parameter in your rtf like <?$P_BUSINESS_GROUP_ID?>
    Upload the rtf template back into apps.
    and then rerun the conc pgm :)

  • How to implement custom lov button without the standard template.fmb?

    hello,
    i am developing a application using oracle forms 10g. i can't use the standard template.fmb because my application does not run in ebs. there comes the problem: i want to implement the lov button function like the template does, such as :
    1. when the text item get focus, lov button display.
    2. when the text item lost focus, lov button disappear.
    3. when scrollbar scrolls, the position of lov button adjust accordingly.
    4. there is only one lov button in one form and the lov button was created dynamicly.
    i found it's so complex to do this.
    anyone can help?

    Try to change the following setting to true
    app.ui.lovButtons=falsein $ORACLE_HOME\forms\java\oracle\forms\registry\registry.dat

  • How to insert application form id into the form template

    Hi,
    Is there a way to set the application form id into a form template designed from the LiveCycle Designer? Here is the detail description of my question:
    (1) I am using LiveCycle Design to design a form template.
    (2) I go to our application to deploy this form template. During the process, a form id will be generated and it will be associated with this form template.
    (3) I would like to insert this generated form id into the form template, so that later when user fills out and submits the form, I will know what's the form id the submitted data belongs to.
    Appreciate you kind help!!!

    Hi Justin,
    Yes. The form ID will be generated by our application during the form deployment process (after the form is designed, it needs to be deployed to our application before it can be used.). So I was hoping there is a way to set the form ID into the form template design at that point. So that later when end user fills out and submits this form, I will know what form ID it is related to.
    If I cannot do this at the deployment point, one way I can think of is to do it at the time when end user is downloading the form. I can return a "rendered" form (instead of opening up the form template directly) with the form ID information in it. But that means for every single form user opened we need to render it at run time to fill in the form ID, which is not performing and what I was trying to avoid.
    Thanks for your help!
    Anita

  • Maximum number of columns in Appraisal Template

    Hello,
    We are trying to modify the SAP restriction of  "Maximum number of columns"  that is allowed in an appraisal template as we need to have more columns to support our business requirements.. Have any body attempted or done this work ? Please suggest me the approach / time estimate etc.
    Aneez

    Sarah
    Thanks . This is truly a touch situation for my client. The client's business process has a requirement that a service responsible needs to input the Threshold , Target and stretch values monthly and display  converted values ( for every month ).
    Can you suggest me if there is any alternative way to achieve this  apart from configuring the custom columns are the above ?
    I really appreciate it
    Aneez

  • Reflection of a customised BAdi in the appraisal Template

    Hi All..
    I have created a Customised BAdi from an existing BAdi..i have also included this BAdi in Enhancement Area using the transaction oohap_basic.But when i go back to appraisal template and try to insert this BAdi in a column it diesnt reflect their..so please can anybody help me out with a solution

    Hi Andy,
    Thanks for the reply. I have managed to recall what I have done long before and here are further details.
    Go to the transaction PHAP_CATALOG
    Select the drop-down menu "Go-To"
    Choose Enhancements
    HRHAP00_ENHANCE_DEL1 - Delete Element Only 'In Planning'
    HRHAP00_ENHANCE_DEL2 - Delete Element Only 'In Planning' or 'In Review'
    HRHAP00_ENHANCE_DEL3 - Delete Element 'In Planning', 'In Review', 'In Process'
    Best
    Veera.

  • Unable to display alphanumeric final score in the appraisal template

    Hi
    Our business appraisal template consist of two areas - Objective and Competency. As a new requirement they want the final score to be a combination of these two which results in alphanumeric scoring. (alphabet for Objective and numeric for competency)
    We were able to do the final calculation but the problem arised when trying to display the alphanumeric result in a text field, since the template is not supporting the non numeric values.
    Is there any configuration that has to be done to create a alphanumeric field in the template.
    Regards
    Sasha.

    Any help will be appreciated.

Maybe you are looking for

  • Why aren't the Balls Bouncing  ? HELP !

    Dear Java People, In doing a program that should have balls bouncing, I can see no balls bouncing ! Below is the BallDemo class that has the bounce() method and the BouncingBall class that has the characteristics of a bouncing ball. There are no comp

  • Performance tunning in exraction.

    hii frnds,    can anyone plz tell me the performance tunning in extraction,in report,in dataloading.plz reply me in pointwise.. Thanks Rosy Please search for available information before posting. Edited by: kishan P on Jan 24, 2012 10:57 AM

  • Pros and Cons of Customer Specific Screens with Screen Exit????????????????

    Hi Experts,                 I am using Screen Exits for Notification.                 I want to know what are the Disadvantages of using screen exits for notification.                 Earlier we had Runtime error because of the Screen Exits used anyw

  • Safari Staying on top

    I've been having an odd issue with Safari that been happening more recently over the past few days, but has been there for a while. If I'm browsing in Safari and I click somewhere else, such as on a finder window, the finder window would come into fo

  • Volume not high enough

    I looked at the other posts regarding volume levels on the iPhone 4 but I don't see anything that applied to my issue, or offered a suggestion that I could try. Using the phone in hand-held mode the volume on the phone is okay, not as loud as I'd lik