Performance appraisal template

Dear All,
I have implement performance appraisal in ESS portal . Every thing is working fine. But there is a tab "Display Qualification" in the appraisal template which is showing error related to https
" The server does not support HTTPS. it is therefore potentially unsafe to send your password."
& it is asking for user id & password for backend system  when i enter user name & passowrd , it is showing the same error.
Plz suggest what i have to do.
Regards,
Ankit Gupta

Hi,
Kindly check in the  system object under system admin->system configuration.
Thanks & Regards
Santosh

Similar Messages

  • Adding a box in Portal for Performance appraisal template

    Dear Experts,
    We have already released a performance appraisal template and its in production use for a while now.
    Now, client wants to add 1 box titled 'Managers comment'. Since its already released template I cant make changes in it and add a criteria in the form of 'Managers Comment'. What is the solution? Is there a way by which we can make this box appear in portal through coding? This change is required in a template which is in use. We cant create a new template.
    I know there is a note to make changes to released appraisal template but as its risky I dont want to use it.
    Please advise.

    you cant make changes to released template, if you do also, new changes wont be shown
    Please refer the note 888650
    and do the steps as indicated in order to cancel already released one

  • Creation of Performance appraisal template.

    hello seniors,
    right now i am configuring Performance appraisal, 75% configuration complete (i.e., appraisal scales, qualification groups, qualifications)  but i dont know how to create Template & how to release.
    thank you,
    praneeth kumar

    Hi,
    You can use the below T-codes for creating the template & appraisal process...Just explore few on your own you will come to know more
    T-Code     Description
    APPCHANGE                          Reporting Options for Appraisals
    APPCREATE                          Create Appraisal
    APPDELETE                          Delete Appraisal
    APPDISPLAY     Display Appraisal
    APPSEARCH                          Reporting Options for Appraisals
    APPTAKEBACK     Reset Appraisal Status to 'Active'
    PHAP_ADMIN     Administrator - Appraisal Document
    PHAP_ADMIN_PA     PA: Administrator - Appr. Document
    PHAP_ANON                          Appraisal Documents - Anonymous
    PHAP_CATALOG     Appraisal Template Catalog
    PHAP_CATALOG_PA     PA: Catalog for Appraisal Templates
    PHAP_CHANGE     Change Appraisal Document
    PHAP_CHANGE_PA     PA: Change Appraisal Document
    PHAP_CORP_GOALS     Co. Goals & Core Value Maintenance
    PHAP_CREATE     Create Appraisal
    PHAP_CREATE_PA     PA: Create Appraisal Document
    PHAP_PMP_OVERVIEW     Start PMP Process Overview
    PHAP_PMP_TIMELINE     Maintain Process Timeline
    PHAP_PREPARE     Prepare Appraisal Documents
    PHAP_PREPARE_PA     PA: Prepare Appraisal Documents
    PHAP_SEARCH     Evaluate Appraisal Document
    PHAP_SEARCH_PA     PA: Evaluate Appraisal Document
    PHAP_START_BSP     Generate Internet Addresses
    PHAP_TEAM_GOALS     Maintaining Team Goals
    Regards,
    Prasad Lad

  • Performance Appraisal Template Error

    Hi All,
    I have modified the appraisal Template and trying to create the transport for that but while creating the trasport i am getting error "Error in the OBJS object list of the PD transport object" Can you please help how to resolve this error.
    Thanks.
    Umesh Sharma

    See SAP note 1475428 - Transport appraisal Basic settings
    "Run Report RHSOBJCH to correct missinng HR entries in the OBJS table"

  • BSP Performance Appraisal Form PDF Generation

    Hi all,
                 I need to find out how the standard SAP Performance Appraisal template generates the PDF format of this BSP page. Does anyone have any idea how and where this generation of this PDF file is done?

    Hi Geva,
    please remember that I am by no means certain that this is how the Performance Appraisal form you mention works. This is just an example of how I have dome this in the past.
    Think of BSP as a delivery mechanism for SmartForm output. SmartForm output can be in different formats including HTML and PDF.
    Once you have executed the SmartForm and have the output in the correct format you then just need to populate the HTTP response object. Something like this example for PDF.
    * Conversion of output format OTF into PDF format
    CALL FUNCTION 'CONVERT_OTF'
         EXPORTING
              format = 'PDF'
         IMPORTING
              bin_filesize = l_pdf_len
              bin_file = l_pdf_xstring " binary file
         TABLES
              otf = ls_output_data-otfdata
              lines = lt_lines
         EXCEPTIONS
              err_max_linewidth = 1
              err_format = 2
              err_conv_not_possible = 3
              err_bad_otf = 4
              OTHERS = 5.
    IF sy-subrc <> 0.
    * error handling
    ENDIF.
    * Fill HTTP response
    response->set_header_field( name = 'content-type' value = 'application/pdf' ).
    * some Browsers have caching problems when loading PDF format
    response->set_header_field( name = 'cache-control' value = 'max-age=0' ).
    * display PDF format in Browser
    l_pdf_len = XSTRLEN( l_pdf_xstring ).
    response->set_data( data = l_pdf_xstring length = l_pdf_len ).
    navigation->response_complete( ).
    Cheers
    Graham

  • Column sorting in Performance appraisal

    HELLO,
                  please help me with this...
    I am preparing performance appraisal template, the problem is i want the columns to be in order for example: 1. perspective, 2. wightage, 3. target.. but i am unable to do this, i tried and the document is showing 1. weitage, 2. target and last perspective.
    please help me with this.....

    Hi,
    in the 'Column' - tab of your appraisal - template, there's an overview of all selected columns in your template.
    To the right of this, you've an up- and down-arrow, which enables you to change the column - sorting.
    Wilfred.

  • Performance manaegment - Appraisal Template

    Dear all,
    I have created the Appraisal template under OSA and i have configured the predefined time lines for PMP as well. but unfortunately the appraisal tabs or their objectives are not showing in the PMP process to the manager from portal...
    Secondly do i have to configure the predefined template to be used at each client.
    any hints?
    Edited by: waqas anwar on Nov 19, 2009 10:29 AM

    Hye Chris,
    Thanks for your prompt reply.
    This is what its happening now:
    I have two clinet one is normal client for configuration and the other is where portal is connected.
    I have Created the OSA template and i have liked it  with PMP ID as well.  
    ow I am going to: "Define Tabs and Process Configuration for Template" and i use the same template as well.
    After this I am configuring Define Tabs and Process Configuration for Template
    Define Templates for Performance Management = on end configuration ig gives an error
    What has happened?
    The URL -http://xxx.xxx.xxx:8000/sap/bc/webdynpro/sap/hap_a_tm_conf- was not called due to an error.
    Note
    The following error text was processed in the system KDV : Exception text is : Category 00000001 (category group 00000006) does not exist
    and when i go to time line configuration of the process it gives me the following erors
    An unexpected technical error has occurred..
    I am able to excuate all three above mentioned nodes as normal on Golden clinet but when i come to integration client client it gives the error.
    Any input will be higly appreciated.
    Regards

  • Appraisal template for performance management plan

    Hi, I can see my performance management plans in the table per_perf_mgmt_plans. But in this table I can't see the appraisal template that is linked to the plan. Is there any table or view which shows this?
    Thanks

    Thanks for the answer but I actually would like to see it in a database table. In the per_perf_mgmt_plans table there is no mention of the appraisal template. Is there a table or view I can find this link between the plan and the appraisal template? Thanks

  • How to Default Appraisal Template in MSS Performance Management

    Dear Friends
    How can we default a certain Appraisal Template in MSS Performance Management Status Overview. We currently have
    Appriasal Templatate I ( Used in 2008)
    Appriasal Templatate II ( Used in 2009)
    Appriasal Templatate III ( Used in 2010)
    In the drodpwn in MSS, it is showing us in the Ascending Order.  Default one is always  the first one (Appraisla Template I).  Since it is year 2010, we want to default it to Appriasal Template III OR is there a way to sort them?
    Appreciate your help.
    Sujatha

    Good Day.
    In standard, there is no any possibility to default an specif value for the template there. The values  for the template are sorted in alphabetical order by default and the first value with be displayed there.
    Thanks & Best Regards

  • Transporting Appraisal Template in Predefined Performance Management

    Hi all
    I have created a transport for Category and Appraisal Template through transcation PHAP_CATALOG by right clicking onto the Object and selecting Transport. After creating the transport I have successfully transported it in the QAS.
    Now, in QAS I am not able to view Appraisal Template in the Appraisal Catalog (Transaction: PHAP_CATALOG) while the Category exists in the catalog. I have checked the transported Appraisal template in transaction PP01and have found that the object exists in QAS.
    Please advice on, why isnt the appraisal template being displayed and linked to the required category in Appraisal Catalog  Transaction: PHAP_CATALOG). And what is the corrective action required.
    Regards
    Imran Ali Siddiqui

    Hi Imran,
    Please check note 1475428, it may help you find a solution to your issue. (note also that regarding the switch they must be set in both source and target system)
    Hope this help
    Sarah

  • Performance Management - Appraisal Template is not getting transported

    Hello All,
    Every year we create a new Appraisal template, where in we use to transport the appraisal template by right clicking on it, change status to Release first and then right click again and transport appraisal document.
    But this year transporting the document is not working out. It's not showing that template in target source.
    Thanks,
    Bhushan

    Run the program RHSOBJCH.
    It shows infotype tables with inconsistencies like IT5025 & IT5026.  Adjust/fixe these inconsistencies, with this the system automatically transport the contents in those infotypes.

  • Performance Appraisal - Incorporation of a BADI to Appraisal Template ??

    Hi Experts
    How can we create an implemention for a BADI and How can we incorporate a BADI to Appraisal Template?
    Thank you in advance

    Where can I find that thread? I meet the same problem.
    Thanks in advance.

  • Performance Appraisal-Issue with Restrcited template

    Hello
    I am trying to prepare appraisal document via tcode PHAP_PREPARE_PA. The system proposes three options:
    - Prepare Appraisal Docs with Template, Appraiser, Appraisee
    - Prepare Appraisal Docs with Organizational Units
    - Prepare Appraisal Docs with Restricted Templates
    Questions:
    Q1 What is the difference between 2 and 3 above?
    Q2 Is there any documentation that explains each option in detail?
    Q3 Is there a place where we configure the evaluation path each option takes?
    Q4 When I use the option "Prepare Appraisal Docs with Restricted Templates" and select the org unit/appraisal template, I get the following message:
    Object 01 VA 99912314 not found
    Message no. HRHAP00_TEMPLATE007
    What am I missing? Your timely assistance would be immensely helpful.
    Many thanks in advance,

    Q 1 & Q 2 :
    From SAP Help -
    Prepare appraisal documents using wizard (Template,Appraiser, Appraisee)
    The wizard enables you to prepare appraisal documents for different appraiser/appraisee combinations (such as manager appraises employee).
    1.      Call the Prepare Appraisal Documents transaction.
    2.      Click on the Prepare Appraisal Documents with Template, Apper, Appee link.
    3.      The wizard is started and it guides you through all the steps you need to prepare appraisal documents with the appropriate appraiser/appraisee combinations.
    Prepare appraisal documents using organizational units
    This link enables you to prepare appraisal documents using your organizational units.
    1.      Click on the Prepare Appraisal Documents Using Organizational Units link.
    2.      In the Root Object ID field, choose an organizational unit from input help and transfer it.
    3.      In the Appraisal Template field, choose the appraisal template you want to use from input help.
    4.      Enter a start and end date for the validity period.
    5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
    6.      Choose Execute.
    Prepare appraisal documents with restricted templates
    This link provides you with the following options:
    ¡        You can restrict the selection of appraisal templates to include particular employee groups only
    If it is known for which employees appraisal documents are to be prepared, you can use an employee attribute such as an employee's Job to restrict the number of appraisal templates offered for selection.
    ¡        You can restrict the selection of employees depending on the appraisal template.
    If it is not known for which employee the appraisal document is to be prepared, the appraisal template is offered first. Input help restricts the employees available for selection to include only those employees who, on account of their employee attributes, can be considered for the appraisal template.
           1.      Click on the Prepare Appraisal Documents Using Restricted Templates link.
           2.      Select the required organizational unit from input help for the Root Object field. Transfer this organizational unit.
           3.      Select the appraisal template you require.
           4.      Enter a validity period.
           5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
           6.      Choose Execute.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/98/1222d3404e3849912015524dce03e5/frameset.htm
    Reward points if this helps.
    Sanghamitra

  • Performance Management Template issue in EHP4

    Hi Guru's,
    I have created a Performance Management template in PHAP_CATALOG and few days before i have delete the template in PHAP_CATALOG. But when i tried to login into portal for any user i am getting this error message " Template 50022735 is not assigned to the given Add-On application  " and moreover i was not able to view any of the appraisal documents. A blank screen is appearing on the screen.
    Please advice.
    Thanks.
    Ganesh R K

    Hi vasehgal,
    I have created several templates using SPRO too. But my actual problem is cannot able to view any of the Appraisal documents and standard screen in portal. Due the error message, I was not able to view any thing. I have tried with the function modules HRHAP_C_VA_DELETE to delete the template 50022735. It shows the return message as Template not found. Is there any other way to delete the is error message in portal
    Thanks,
    Ganesh R K

  • Required Performance Appraisal Steps

    hello friends,
    my client want to configure Performance Appraisal, i don't know full steps for the configuration
    i configure Appraisal scales, Appraisal model, Qualifications,  now i struck in appraisal catalog / template
    plz tell me how to configure and link to the employee
    waiting for ur valuable information
    thank you
    praneth

    Hi Pranee
    Pls find the following steps to create the appraisal template.
    There are following table that will accessed by T code SM34.
    VC_T77HAP_BASIC--Columns
    VC_T77HAP_T77SKu2014Value list
    VC_T77HAP_CATEGORY--Category
    VC_T77HAP_CAT_GROUPu2014Category Group
    and to create the template use the tcode OOAM.
    There are some t codes which is used in appraisal
    OOQA-Qualification catalog
    OOAM-Change appraisal model
    PPM-Change profile
    PPCP-Career planning
    PPSP-Succession planning
    PPDPM-Individual development
    PEPM-Profile match up
    APPCREATE-Appraisal create
    I hope this information would be helpful for u.

Maybe you are looking for