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"

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

  • 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

  • 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

  • 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

  • Appraisal Template error

    Hi Gurus,
    Can somebody tell me how to update the Appraisal Template which is in 'use' in HR Professional V4.0 Responsibility.
    I need to include questionaire template to used template.. whenever i update the template it's gives me an error
    'You may not update a template which is currently is use."

    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

  • OSA - ERROR while downloading \ uploading appraisal template

    Hello!
    May be some of you came across the same problem: when appraisal template using object Q as reference object for VB or VC is being uploading into the other client it is copied with error. The relationship 607 between objects is not ceated in the other client, so the object is not correct. Is it a standard solution
    Thanks Ekaterina

    Hello, once more!
    I am inclined to think that lack of relationship  607 between objects VB and Q while uploading appraisal template into other client is due to a programm error but we failed to find relativa SAP Note, may be someone came across the problem?

  • 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

  • EhP4 Flexible Appraisal template HTML errors

    We are reviewing the new Web Dynpro Flexible Appriasal interface in EhP4. When we create a new appraisal from our current appraisal template, the html tags for each criteria (Description - Web Layout) are displayed along with the text on the new WD UI. There is also an error message under each criteria description. If we remove the html and just use the standard Description, the form displays correctly.
    Is there a way/setting to make the WD UI in EhP4 display html?

    Dear Scott,
    I found that it supports XHTML, refer to
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/51f6dce86e14bce10000000a155369/content.htm
    for the tags supported though it is not as rich as HTML.
    Also, please implement SAP Note 1354044 if you are not in NW7.01 SP5.
    Example :
    <h1>
    Hello World
    </h1>
    <br></br>
    <em>This is a test</em>
    <br></br>
    <em>remarks</em>
    Hope it helps a little.
    Regards
    Kir Chern

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

Maybe you are looking for

  • Hi friends SAP R/3 4.7 EE(ABAP)  INSTALLLATION SCREEN SHOTS

    can you send sap r/3 4.7 (ABAP) installation step by step screen shots this is my mail id    [email protected] Advance thanks..... Thanks & Regards, Vijay.D

  • Where is the file that was shared to media browser?

    I'm trying to delete stuff that I don't need. Where are the movie files that are shared to mediabrowser?

  • Safari Prompts to Accept Acrobat License

    Hi All, We're using the Creative Cloud Packager to deploy Adobe Acrobat XI CC to our lab Macs (OS X 10.9.2). Installation seems to go fine, including installing the Acrobat Internet Plug-in. The issue we're having is accepting the EULA for Acrobat wi

  • XML Publisher Datasource XML Data Template

    Hello, I am trying to create function (Program Units) in my XML Data template, I get the following ERROR. XX Custom Application: Version : UNKNOWN Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved. XXTESTNEW module: XX TEST Report-New

  • How to block internet to one of my machines

    I have a very old windows 95 machine on my network. I am trying to figure out how to block internet usage to this machine but maintain the network. I use PC MacLan on that machine and it works fine. It is just that there is NO virus protection on thi