Check on Appraisal Forms

Scenario :
I want to apply few checks on appraisal forms.
I have 3 sections in my appraisal form and each section has its own effort assigned percentage. Now i want to apply check on all three section effort assigned sum must be equal to 100.
For example: section A, B, C. 50 + 30 + 20 = 100
If employee rate himself greater then 100 then system must stop him and show him message "Sum must be equal to 100".
Questions:
1.: I done it through implicit enhancement and it is working fine when i run appraisal with in ECC system. But when i run appraisal from ESS/MSS then it does't trigger it. what will be the issue??
2:  I activated external breakpoint for above enhancement but it does't stop it while i am running from ESS/MSS. How we can apply breakpoint on ESS / MSS??
3:  I activated few badi's like HRHAP00_DOC_BC, HRPDV00APPRAISAL0003 and HRHAP00_COL_ACCESS. added filter in it and configured it through OOHAP_BASIC and PHAP_CATALOG_PA. But it does't trigger on both  ECC and ESS/MSS.
I am stuck need your quick response will be appreciated.

Hi Qayyum
I faced a similar situation. I couldn't solve it through a badi hence i enhanced my webdynpro component.
I enhanced on the functionality when user clicks on radio buttons to send (on the left side in the template ) then system throws an error.
I don't have system access right now, you can right click on the appraisal template -> technical help and get the wda component name.
Put the debugger in se80 and check.
hope this helps
Regards
Vaibhav

Similar Messages

  • Appraisal form doesn't open in new window

    Hi Guru's,
    We are using the BSP application HAP_Document. For the employee we use the "page with flow logic" (SE80) documents_receives_open2.html. This gives an overview of open appraisals.
    Our problem is, that when an employee clicks on the link to an appraisal form, that the form opens in the same frame. It should open in a new window.
    Hope you can tell me how we can adjust this.
    Thanks!
    Marco

    Hope you've set the option 'Open In New Window' in BSP iView properties.
    Also check that  In homepage config. for resource which calls this application.For url for pcd page
    Replace roles with exroles for e.g. exroles://portal......
    This two suggestions solve you issue,
    Regards

  • ABAP HR - New status/sub-status update in Appraisal forms

    Hi Abapers,
    As of now the program is generating status/sub-status using FM's: HRHAP_C_NAME_READ_D_STAT and HRHAP_C_NAME_READ_D_STAT_SUB. and generating appraisal forms in tcode: PHAP_ADMIN_PA.
    Now I have added status/sub-status and date fields in selection screen. Requirement is that the program should check this date against form creation date, If begin date of the form is not after any of three dates specified in selection screen then status/sub-status specified in selection screen is not used. else status/sub-status specified in selection screen is used.
    FM: HRHAP_DOCUMENT_PREPARE is used to generate appraisal forms where the status and sub-status are picked from infotype: 5026 and related tables. though i have modified program, new status/sub-status is not reflecting in appraisal forms.. how can i achieve this...
    Please help me.. i need your help..

    Hi Premraj,
    Selection screen: (assumptions)
    P_status:
    P_begda:
    P_endda:
    P_date:
    Assume that from creation date is system date:
    If  sy-datum >= p_begda and
         sy-datum >= p_endda and
         sy-datum >= p_date.
    Use the selection screen status/sub-status.(p_status)
    Else.
    What ever your condition.
    Endif.
    Please let me know if you need more information.
    Regards,
    Ramakrishna kotha.
    +91 9848468817.

  • Default_Appraiser  in appraisal form

    Hi Experts,
    I have used enhancement default_appraiser in my appraisal form for defaulting manager and same for employee i have used Default_appraisee.
    Now the problem is its not defaulting manager in form when employee creates new appraisal form. its working for employee default.
    I have almost checked all th relationship in OM i have created A002, A003, A005 relationship.
    I tried debugging that BADI i think its stopping at table HRP5020. I have no clue wat to do next.
    Thanks
    Neha

    Hi Neha
    For this we hve to implement a BADI. Badi is present in the SPRO nodes. This is the mast node in the PD.
    Sorry at present i dnt have the SAP system other wise I will tell you the BADI name.
    Thanks
    Sheetal

  • LSO Pre-Course Appraisal Form

    Hi All,
    How can I create pre-course appraisal form?? Is it the same concept as the post-course appraisal form?
    Cheers.
    Jill

    Hi,
    Go to SPRO
    Training and Event Management - Training Management - Recurring Activities - Appraisals - Define Form
    Training and Event Management - Training Management - Recurring Activities - Appraisals - Form of Appraisal
    Training and Event Management - Training Management - Recurring Activities - Appraisals - Edit Scales
    Training and Event Management - Training Management - Recurring Activities - Appraisals - Edit Appraisals Catalog
    Set up control parameters as
    SEMIN - EVAEV - appraisal form  ID
    SEMIN - EVAPA - appraisal form ID
    Both appraisals are same, but form will be different depend on your criteria group and criteria for evaluation.
    Check whether this resolves your querie,
    All the best,
    Santosh

  • Business Event Appraisal Form in New Appraisal System

    Hi,
    I have created Business Event Appraisal Form in New Appraisal System. I have done Appraisals for one Business Event by an attendee.
    Where can see this Appraisal Document of Business Event and do any change if required. Or from we can delete this documents of Business Event Appraisal.
    I have tried tcode appchange but there only Personnel Appraisal templates are visible.
    Samriddhi

    Hi,
    If you are using a template created by using the Objective Setting and Appraisals componet you can view and maintain forms filled in by employees via Transaction phap_admin_pa.
    Br,
    Art

  • How to find the appraisal form for an appraisal model

    Hi group,
    We want to implement the BAdI that defaults dates for an appraisal.  However, it should only kick in for certain appraisal models.  When entering the BAdI, I have APP_MODEL_ID available to me.  Based on this ID, I need to find which appraisal form the passed appraisal model belongs to - and only carry out code in BAdI if appraisal form = 5.
    I find AFORM_ID in table T77BF, but I cannot find how to determine this based on the APPL_MODEL_ID passed to the method.
    Any hints greatly appreciated.
    /Kirsten

    You can do a look up of the Table HRP1043 for the Appraisal Model & retrieve the Appraisal Form ID.
    data: w_form_id type AFORM_ID.
    select AFORM_ID into w_form_id up to 1 rows
                               from HRP1043
                               where plvar = '01'
                                   and otype = 'BS'
                                   and objid =  "Appr Model ID
                                   and istat =1
                                   and begda le sy-datum
                                   and endda ge sy-datum.
    endselect.
    if sy-subrc eq 0.
    * w_FORM_ID will ahve the form no
    else.
    * error.
    endif.
    ~Suresh

  • How to implement the spell check in oracle forms 10g or 6i...

    How to implement the spell check in oracle forms.
    Is there any different method is there.
    Please help me....
    Praveen.K

    Here is one different from Jspell..
    In 6i client/server you can call MS Word spell checker using OLE. Below sample code for 6i.
    For 10g you will need webutil to use same code. install webutil and just replace "OLE2." with "CLIENT_OLE2."
    PROCEDURE spell_check (item_name IN VARCHAR2)
    IS
       my_application   ole2.obj_type;
       my_documents     ole2.obj_type;
       my_document      ole2.obj_type;
       my_selection     ole2.obj_type;
       get_spell        ole2.obj_type;
       my_spell         ole2.obj_type;
       args             ole2.list_type;
       spell_checked    VARCHAR2 (4000);
       orig_text        VARCHAR2 (4000);
    BEGIN
       orig_text := NAME_IN (item_name);
       my_application := ole2.create_obj ('WORD.APPLICATION');
       ole2.set_property (my_application, 'VISIBLE', FALSE);
       my_documents := ole2.get_obj_property (my_application, 'DOCUMENTS');
       my_document := ole2.invoke_obj (my_documents, 'ADD');
       my_selection := ole2.get_obj_property (my_application, 'SELECTION');
       ole2.set_property (my_selection, 'TEXT', orig_text);
       get_spell :=ole2.get_obj_property (my_application, 'ACTIVEDOCUMENT');
       ole2.invoke (get_spell, 'CHECKSPELLING');
       ole2.invoke (my_selection, 'WholeStory');
       ole2.invoke (my_selection, 'Copy');
       spell_checked := ole2.get_char_property (my_selection, 'TEXT');
       spell_checked :=SUBSTR (REPLACE (spell_checked, CHR (13), CHR (10)),1,LENGTH (spell_checked));
       COPY (spell_checked, item_name);
       args := ole2.create_arglist;
       ole2.add_arg (args, 0);
       ole2.invoke (my_document, 'CLOSE', args);
       ole2.destroy_arglist (args);
       ole2.RELEASE_OBJ (my_selection);
       ole2.RELEASE_OBJ (get_spell);
       ole2.RELEASE_OBJ (my_document);
       ole2.RELEASE_OBJ (my_documents);
       ole2.invoke (my_application, 'QUIT');
       ole2.RELEASE_OBJ (my_application);
    END;Call it like this: SPELL_CHECK ('BLOCK.MY_TEXT_ITEM' );

  • (TEM) Appraisal Form not showing in ESS portal

    Hallo Experts,
    In the ESS portal during appraisal of a certain BE, the Appraisal form does not appear. The Name of the Appraisal model appear on the portal but NOT the form itself where the user input data. (the criteria groups and criterions.)
    The Appraisal form is incomplete.
    The BET for the BE has correct event appraisal model as shown in its Relationship infotype.
    Is this a problem with the SAP or the portal itself?
    I'm not sure if the appraisal functionality uses batch job to copy data into the portal. Is there a way to tell? Or is there a SAP standard program used in batch jobs that transfers data from appraisal into the portal?
    Please help.
    Thanks,
    Olekan

    What is the application that you are using to access appraisal in the portal please.

  • Appraisal forms download

    Hi Gurus,
    I have a requiment that i want to download the Appraisal forms by employee group.there will be three types of Appraisal forms.According to the empoyee group i have to download the form.
    And i want to write a batch program to identify the employees going to appraissal procedure( completion of one year from date of joining).
    program has to identify the employees one month advance.
    can anybody tell the selection criteria?
    If i give date range in selection screen how the program will identify the employees joined before one year(they may be completing more than one year)  and elgible for appraisal at given date range?
    Please help me in this?

    Hi,
    Dynamic Actions are triggered automatically by the system when certain condition met. Like in your case, if the task type Expire of Probation come, the system has to send a notification to the corresponding administrator.
    Look at the table T588Z and also this link.
    http://www.hrexpertonline.com/downloads/Rehan%20Zaidi%20Online%20Portion.doc
    Lets, take a example, your task type Expiry of probation is 01. So, your corresponding Dynamic action must be:
    0019 nosubtype Fieldname    06 1 P P0019-Fieldname
    0019    "                  "            06 2 M M0001
    Good luck
    Om
    Reward it, if u feel helpful.

  • Appraisal forms and normalizing the results

    Hi everybody,
    What is the SAP best practice(s) for normalizing the result of appraisal forms?
    Imagine you are running an annual appraisal form at the end of year and you would omit 10% lowest and highest results. Or you would apply a normalizing algorithm for appraisal results of a department. and so on.
    Thanks,
    Omid

    Hi;
    You can certainly create a Quiz using FormsCentral but there is nothing built in to "grade" the quiz and no integration with any grading systems like flubaroo.
    You might be able to use "Formulas" on the "View Response" tab to identify correct/incorrect answers. 
    This describes a bit about how to use Formulas (they can be done in a column as well as a row): http://acrobatusers.com/tutorials/how-to-work-with-formulas-in-formscentral
    This is a list of the forumulas available in FormsCentral: http://helpx.adobe.com/acrobat-com/formscentral/help/formula-syntax-built-in-functions.htm l
    Thanks,
    Josh

  • Execute Custom code to do a warning message on SSHR Manager Appraisal form

    Hello - I do not know much about Java/OAF, but I'm really trying to learn! Here is my requirement,
    please help me in getting this done.
    Requirement : On Employee appraisal form, they will have their yearly objectives and their weight percentages.
    These objectives weight percentage is in per_appraisal table attribute1 field(DFF).
    The total weight percentage of an employess all objectives should be equal 100.
    When manager will login to give them a final rating, the total of all weights percentages should be equal to 100,
    if not I have to through a warning message on the Manager's appraisal form(CompFinalRatingsCO).
    To calculate the total weight, we can certainly write a small pl/sql function or a procedure.
    But how can I execute that code and show a warning message on SelfService HR Manager Appraisal form?
    Thanks in advance for your help.
    Thanks
    - Srini

    1) extend the CO attached to your page.
    2) Capture the Button in Processformrequest of your extended CO.
    3) Call a plsql function or procedure with OUT param which will return whether 100% weightage has been entered or not.
    If Not, then throw warning message.
    Here is the way to call Plsql proc with OUT param.
    String sql =
    "BEGIN bcr12_mapping_tool_procs_pkg.XXBCR12_HAS_MANDATORY(:1,:2); END;";
    OracleCallableStatement cs =
    (OracleCallableStatement)am.getOADBTransaction().createCallableStatement(sql,
    1);
    try {
    cs.registerOutParameter(2, 1, 0, 2000);
    cs.setString(1, int_name);
    cs.execute();
    String new_status = cs.getString(2);
    cs.close();
    if ("Y".equals(new_status.trim())) {
    throw new OAException("Please enter all mandatory column highlighted.",
    (byte)0);
    } catch (Exception ex) {
    throw new OAException(ex.getMessage());
    }

  • Check Weather UDF Form Exist or Not ?

    hi,
    I have to work on UDF Fields and problem is that i have to check weather UDF Form (right hand side form which is visible only when we click VIEW>User Defined Field)
    is visible or not.
    Do any one know such method/varible by which i would be able to know that UDF form is visible / not visible....
    Regards ,
    Ganesh

    Hi Ganesh,
    You can check the status of the menu visible and/or checked to see if the UDF form is visible.
    Regards
    Ad

  • HelpuFF01any information about Web dympro Appraisal forms

    hi,experts
    i am fresh in Appraisal for web dynpro and need any information about Web dympro Appraisal forms?
    anyone can give a link or any articles..
    looking forward for your answers.
    best regards.

    Pls go through here
    http://help.sap.com/erp2005_ehp_04/helpdata/en/70/c2cff7a92249198c2947567677a003/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/en/98/1222d3404e3849912015524dce03e5/frameset.htm
    Aneez

  • How to transport entries made in appraisal form

    Hi Experts,
    I used WebDynproABAP application "HAP_CONFIGURATION" with conifguration_id "HAP_AC_TAB_CONF" to configure the tabs in an appraisal form. (IMG > Personnel Management > Personnel Development > Objective Setting & Appraisal > Define Tabs and Process Configuration for Template)
    Now I want to transport the configuration to the Q-System.
    How to do this?

    Hi Wilfred,
    Just wanted to know, how exactly are you suppose to use the RHMOVE30 for transporting the process tab?
    In the Obj Type should we enter all the VA, VB, VC objects or Is there anything else. I could not find any backend table where I could see the process configuration getting saved unlike the Tab Configuration.
    Please Let me know what all details need to be entered in RHMOVE30.
    Thanks.
    Regards,
    Shweta

Maybe you are looking for

  • Error starting analytics - OBIEE 11.1.1.6 on Windows 7 64bit

    Hello All - I installed OBIEE 11.1.1.6 on Windows 7 64bit with out any errors. I am facing problem starting up the analytic's page, It is struck at the 500 Internal server error page. I opened up the enterprise manager to check whether all the servic

  • How Do I transfer my .daa file to Windows bootcamp from mac bootcamp

    Hi, there is no way to open .daa files in mac. The only way is to do it trough windows, it wont let me transfer anything to the widows portion of my system, also on my enclosure's portion of windows. Is there any way to let me have privileages to dro

  • XSLT Mapping changes Required

    Hello Experts, I got one change requirment, where the name filed in the idoc contains special character (like semi colon) in between the name, I want to put double quotation for that special character at XSLT mapping. Eg: Input Name:   Ravi ; Kumar O

  • How do I let Apple know that i found a bug in IOS 7 so they can fix it?

    I set my phone to only ask for the password a minute after locking it, and no matter what I do to it, I always get asked for the password right after locking. I just wanted to bring this to Apple's attention.

  • Slow record insertion when using millions of queries in one transaction

    For test purposes, we play a table creation scenario (no indexes) under multiple conditions : we insert records in bulk mode or one by one, with or without transactions, etc. In general, the record insertion is ok, but not when we try to insert 1 mil