FM to get appraisal id

Hi,experts
   Please suggest me a FM which takes Employee ID(pernr) as import parameter and in turn give me the Appraisal ID(APPRAISAL_ID) in training and event management module.
Thanks In advance.
qiuguo

Hello,
Use FM:
HRHAP_DOCUMENT_GET_LIST
Filling plan version and T_APPRAISEES.
This will give all the appraisal ID of the appraisee.
Regards,

Similar Messages

  • Get APPRAISAL ID for Pernr

    Hi,
    How to get Appraisal Document ID for Pernr.
    USEFUL ANSWERS WILL BE REWARDED

    U can see it in the transaction appdisplay
    or you can use the BAPI_APPRAISAL_GET_LIST
    and  BAPI_APPRAISAL_GET_DETAILS to get it in the code
    Award points if found usefull.
    Regards,
    Rahul

  • Problem in getting appraisal template

    Hi All,
    I am facing a problem in template configuration.
    The appraisal template created in  PHAP_CATALOG_PA is released but it is not getting created when i use transaction APPCREATE.It gives an error saying "NO APPRAISAL MODEL DEFINED IN THE SYSTEM.
    I checked in spro but couldn't get any breakthrough.
    So please suggest me the steps which i need to carry out in configuration.
    Thanks & regards,
    Ravikiran

    Hi
    <u>You can use either of the BADIs depending on your requirement.</u>
    BAdI Definition Name Description                                                                               
    BBP_PGRP_ASSIGN_BADI EBP Purchasing Documents: Assign Purchasing Group(s)       
    BBP_PGRP_FIND        Shopping Cart: Determine Responsible Purchasing Group(s)                                                                               
    BBP_DOC_CHANGE_BADI
    BAdI for Changing EBP Purchasing Documents
    <b>Please read the Standard documetation available with them using SE18 transaction in SRM system.</b>
    Which SRM version you are using ?
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Need to get appraisal Ids for a template Id

    Hi,
         i need to retreive all the appraisal ids associated with a particular template id. Example. if i have created 10 documents for a template, there will be 10 appraisal ids.. i need to get all those appraisal ids. is it possible?

    SE38  -->> RHHAP_DISPLAY_DB

  • Business Event Appraisal in Training and event management

    Hi
    I am facing issue releated to Business Event Appraisal Functionality in ESS. I have maintained value as blank in field HAP00 REPLA switch.
    We have created I View of transacion PV7I in ESS. When i am selecting "APPRAISAL" button for attended event , i can select appraisal form from appraisal form list. On next screen i don't get Appraisal Form where i have to give feedback on different criteria's. I get Rating column and four buttons: Save, Check data, back, Complete.
    When i am executing PV7i through R3 then it's working properly. Why it is not working properly in ESS. Kindly help me ?
    Other issue..... :
    My client needs INSTRCUCTOR feedback functionality means feedback for instructors by participants for particular event. How we can configure in the system for TEM module not for LSO.
    KINDLY help me ...
    Thanks and Best Regards
    Puneet

    Good Day !
    Unfortunately the appraisal services (my_appraisals, my_app_create, my_appraisalsm) have not been migrated for the use with integrated ITS.
    Please review SAP notes 870126 and 771196
    Note:
    Since the appraisal services (My_appraisals, My_app_create) have not
    been migrated, you can no longer use the appraisal function from the
    services PV7I and PV8I with the integrated ITS.
    At the same time I am afraid the succession product is not an option
    for you as the TEM functionality is not integrated with the new
    appraisal functionality of 'Performance Management'. Performance
    Management only offers an integration with the succession product of
    TEM, i.e. LSO (Learning Solution).
    Hope this information helps you.
    Best Regards
    Chetan

  • Appraisal function modules

    Hi,
    I need to upload the apprisal data to SAP  system,for that i need to use 3 function modules HRHAP_DOCUMENT_GET_DETAIL,
    HRHAP_DOCUMENT_MODIFY,
    HRHAP_DOCUMENT_STATUS_CHANGE.
    Please give me a solution  about ,how to use above 3 function modules.
    regards,
    vasu.

    hi,
    if you until have this problem, maybe these links help you.
    Appraisal Data
    OSA - Appraisal Documents and Transfers
    Get Appraisal Result
    regards

  • Add "Further Participant" in PMP Appraisal Document

    Dear experts,
    I need to add "Further Participant" in PMP Appraisal Document but not directly/manually.
    I am checking if there is any Function Module which I can use in Custom Report to add Further Participant to respective Appraisal Document.
    I have tested FM "HRHAP_DOCUMENT_MODIFY" and passed the required input to it, however instead of adding given Further Participant to the document, this FM is deleting the particular document.
    Any helpful suggestion would be highly regarded.
    Regards,
    SAP HR User.

    Hi,
    The PMP process (the predefined) is not really ment to behave this way, I am not even sure if it includes further participants.
    So I just assume you use the flexible one instead, from a program flow logic it will be the same anyway.
    What you need to do is:
    - Get Appraisal
    - Add Further Participant
    - Save
    - Dequeue
    So, assuming you have all the appraisal id's already available. Loop over the appriasal ID's and for each one do
    HRHAP_DOCUMENT_GET_DETAIL, make sure your in admin mode and you need to decide if you want this registered in teh action log. But make sure your in admin mode!
    You need to capture ALL export fields, we need them later on.
    One of the exlporting parameters is T_HEADER_OTHERS. Add to this your further participant.
    Then call HRHAP_DOCUMENT_SAVE
    Then HRHAP_DOCUMENT_DEQUEUE
    finished, next appraisal id.
    Regards and Groetjes,
    Maurice Hagen

  • Mass Upload Appraisal Letters using webdynpro

    I want to upload appraisal letters in one go for ~8000 employees in webdynpro ABAP, and display the same using ESS.
    I have used FILE_UPLOAD UI element and was able to upload single file.
    Please help.

    laxman,
    In general , no one will upload the appraisal letters manually. Its like appraisal letter should be generate from report.  IN ESS, behind an action or method you have to call these report  so that every employee will get appraisal letter when he clicks on corresponding tab in ess.
    anyhow according to your query we can upload max 10 files at a time using acfupdownload UI element and it is available in newer versions only.
    ACFUPDOWNLOAD  Upload Error 223
    Regards
    Srinivas

  • Appraisal Id

    Hi
    I am new to appraisal module, i am creating upload program for attaching appraisal document
    through the function module HRHAP_DOC_ATTACHMENT_CREATE
    for this i need appraisal id. from which table can i get appraisal id.
    Regards,
    Sam

    Hello,
    Every Appraisal form which is created on top of an appraisal template is uniquely identified by Appraisal ID. Appraisal ID is a GUID32 and is stored in HRHAP Table. The moment an appraisal document is created the system automaticallt creates this technical ID.
    You can identify every appraisal document uniquely using this appraisal ID. All database table use this as a pointer. So you can easily work with appraisal document using this ID.
    Thanks&Regards,
    Narendra N Shukla

  • Event that will tell the Appraisal status of business type APPR_DOC

    Hi,
    Which event will tell me the status changes of Appraisal template and how to link that with the task.
    My requirement is to capture the status changes of Appraisal template and depends on the status changes, I will have to make the flow.
    thanks.
    jey

    Hi Prabhakar,
    Let me give you an overview. Its part PD module.
    I developed a custom Appraisal workflow and used object type APPR_DOC by copying that. When an employee clicks the workitem on his inbox, he will get Appraisal template in BSP. I need to capture the button clickings from status fields from table HRHAP.
    When the std BSP gets opened, I have no control on BSP from R/3. Hence absolutely R/3 doesn't know what is going on in BSP.
    Depends on the Appraisal template's status, I will have to make the flow in workflow. Since I used Sync method, I coudnt achieve this. I called BSP url from that method using FM 'call_browser'.
    Now I have to have a stopping at method and find out the status from an events which should terminate the said method.
    Please let me know if you have any clrifications on my requirement.
    Thanks.
    jey

  • Infoset problem

    We tried to get Appraisal related data which is part of PCH logical database from tables HRP1000, HRP1001, HRP1045 in an infoset. In the same infoset we have fields for PNP logical database for other PA and OM related data.
    The Infoset is not working and it is timing out once it goes into the HRP tables loop. Can we extract data from both logical databases in an Infoset?
    Any help is appreciated.

    Can you just make do with PNPCE? All OM data related to the employee is already there.
    I'm guessing youve done table join for fields in both logical databases?
    Edited by: Clueless Noobie on Feb 19, 2008 5:42 AM

  • Finally under contract!!

    After months of credit repair, scores finally at approval for house. Was getting discouraged due to couldn't find house and when did got out bid. Than finally a house we love came back on market, quickly but offer and was accepted. Now I am so scared that and old judgement that not on CR going to come up. We are at stage of getting inspection and loan officer getting appraisal on house, Was told still on target to close around July 20th per LO. He hasn't said anything about the judgement it was back in 2008. Just don't want the news can't close due to old judgement.

    Congrats! Keeping fingers crossed for you that the judgment causes you no problems.

  • I am a residential appraiser and recently purchased an ipad4 to use for my home inspections.  Some homes are foreclose without power and I am unable to get a good picture without a flash.  Does anyone know of a flash attachment for the ipad4?

    I am a residential appraiser and recently purchased an ipad 4 to use for my home inspections.  Some homes are foreclosed poperties without power and I am unable to get a good interior picture without a flash.  Does anyone know of a flash attachment for the ipad 4? I found a flash attachment for the ipad 2, but it does not work with the ipad 4.

    I'm sorry to hear that.
    I'm not affiliated w/ the developer, just a happy user that gave up fighting the apple podcast app a while ago.  I used to have a bunch of smart playlists in itunes for my podcasts, and come home every day and pathologically synced my phone as soon as I walked in the door, and again before I walked out the door in the morning.
    Since my wife was doing this too, we were fighting over who's turn it was to sync their phone.
    Since I've switched to Downcast, I no longer worry about syncing my phone to itunes at all.  I can go weeks between syncs.
    Setup a "playlist" in downcast (ex., "Commute") and add podcasts to that playlist.  Add another playlist ("walk" or "workout") and add different podcasts to that one. 
    Set podcast priorities on a per-feed basis (ex., high priority for some daily news feeds, medium priority for some favorite podcasts, lower priority for other stuff).  Downcast will play the things in the priority you specify, and within that priority, it will play in date order (oldest to newest).
    Allegedly, it will also sync your play status to other devices, although that is not a feature I currently use and can't vouch for.  It uses apple's iCloud APIs, so to some extent may be limited by what Apple's APIs can do.

  • Appraisee should get access after Part Appraisal in "HAP_DOCUMENT"  BSP Application

    Dear All,
    Your valuable Inputs are strongly needed ....
    Requirement: After Part Appraisal completion,  Appraisee should access the document by his own ID to give the comments.
    Client is using "HAP_DOCUMENT"   BSP application on ESS.
    Document movement is successful till Part Appraisal, but after this Appraisee is Not getting the BSP document to give his comments.
    We are using following settings in PHAP_CATALOG_PA:
    For Part Appraisal:  Status 'In Process'  and  Sub-Status 'Part Appraisal'  -  Standard
    After Part Appraisal for  Appraisee:  Status 'In Process'  and  Sub-Status 'Overall Appraisal'  -  Standard
    Button Used for Appraisee:  "Send to Final Approval".
    We also have applied BADI  HRHAP00_BUT_ACCESS, HRHAP00_COL_access  for corresponding Status and Sub-Statuses.
    In PHAP_CATALOG_PA also we have done all the settings for Appraisee and Relevant columns, but still the same problem.
    If it is Not possible, then Suggest any other way  so that Appraisee can access the BSP document and give his comments after "Part Appraisal".
    It is really very Urgent, Kindly suggest how to achieve this ???
    Very Thanks,
    Edwin

    Dear All,
    Pls. help, its really urgent.
    Thanks

  • I cannot download a MAG form for my doctor appraisal adobe form  Windows8.1 only get message to down load latest Adobe which I have done and rebooted

    I cannot download a MAG form for my doctor appraisal adobe form Windows8.1 only get message to down load latest Adobe which I have done and rebooted. Any ideas please?

    Hi raob,
    What you mean by Adobe you downloaded.
    Please provide more information in order to help you better.
    Regards,
    Ajlan Huda.

Maybe you are looking for

  • "JVM heartbeat .. dead" in trace file - how to diagnose it?

    One of our customers reported, that Java applet hosted on our website (running in Java Plug-In 1.6.0 update 23, Mozilla Firefox 3.6.13) seems to terminate in the same situation each time. This is a signed applet, which is about to estabilish a HTTPS

  • How to restore photo previews

    When I upgraded to iLife11, my photo previews disappeared.  How do I restore them?

  • It is have  to process IT2011 ?when have wrong time event records?

    hi, I use the report "RPTEUP10" upload the all time events records to SAP from time recording system, no matter it is multiple clock in or clock out(unconsciously,because someone think maybe the first time he not  brush on, so he brush the card again

  • 2wire connection problem

    I just got a new iBook and currently have a 2wire wireless network in my apartment. My notebook recognizes the network, but when I try to connect it prompts me to enter the network password and when I enter the correct password, it repeatedly tells m

  • Flash Builder 4.6 not opening in PC

    HI there. I already read a lot of post talking about that problem happen on mac. My problem is that I am experience this on PC. My flash builder have come with the adobe master collection, and I deleted the folder that was the flashbuilder worskpace