BAdIs for HR Appraisal Document Additional Header Data

We use trx PHAP_PREPARE to create Appraisal doucments Using Organization Units.  I have the following requirement,
1. add new selection parameters on the screen (Personnel Area, Additional Appraiser),
2. create document based on the Personnel Area entered,
3. populated the Additional Appraiser as the Further Participant on the Header Data Section.
My questions are which BAdIs I can  use to fulfill my requirement and how can I do it??
Q1. Can I use BAdi HRHAP00_ADD_HEADER to capture and pass the additonal data to the documents.
Q2. Can I use BAdI HRHAP00_DOC_DEF_DO Default Further Participants to populate the data on the screen.
Q3. How about BAdi Free Enhancement, what can I use it for and how can I use it?
Does anybody has good link or detail documentation of how to implement the Appraisal BAdIs?
Any help is greatly appreciated.

Sept 12. A day later
I haven't get any reply yet.  Someone out there must have done something similar.
Kindly give me some suggestion where should I start looking.
According to the HCM book, I can use "Prepare Appraisal Docs with Restricted Templates" to prepare appraisals based on more than just organization unit.
The program is using LDB PCH, unlike PNP which can select different report category to default selection screen parameters.
I can add personnel area on it, but I don't how to ask the program to get objec with this personnel area.
Can someone give a SAP program that uses LDB PCH with additional selection options?
Many thanks in advance.

Similar Messages

  • BADI for changing Appraisal document application name for Web dynpro ABAP

    Hi,
    For Appraisal document customizing through PHAP_CATALOG_PA, We have BADI HRHAP00_BSP_TMPL  to change the BSP application name which can be used in Web layout for output display. Using this we can change application name from HAP_DOCUMENT to custom BSP application name
    Similarly, what is the BADI for changing Web dynpro ABAP applictaion name? Currently its triggering HAP_MAIN_DOCUMENT.
    how do we change application name to some custom web dynpro application name
    Regards,
    Kothand

    Hi Karim,
    I don't know, if there is any chance to get the Webdynpro application name. At least in the ABAP System fields is no information about the webdynpro application name.
    One remark: I have allways problems with BAPIS / BADIS that behave different depending on the caller. Could it be a good idea to pass some information through the interface / parameters?
    Best regards
    Renald

  • Appraisal -Additional header data

    HI,
    we have implemeted the HRHAP00_ADD_HEADER  Badi to get the additional employee data in the print layout of a form.
    I attahched this badi to  the additonal header data in the Lay out of a from ,still iam unable to get the further details of a employee in the print form.
    If any one has the similar experience or worked with the additional header data badi please share with me how to  get the additonal header data functionality.
    Thanks in advacne
    VK

    Hi ,
    Thanks for the reply. As you pointed out ,we are moving from ehp3 smart forms to ehp4 adobe forms.
    The BAdi was working fine with the smart form ,when we attached the same with the ehp4 standard print layout it  is not working.
    As i do not have much exposure to the techinical aspects i am unable to crack this issue. Please advise me where exactly i need to work and how to incorporate the BAdi into the form.
    Thanks a lot for your response.
    Thanks
    VK

  • User Exit for changing Zterm while copying header data from VA01 to VF01

    H i All,
    I have a requirement where I need to copy sales order header data to invoice header data (VA01 to VF01). The field of interest to me is Payment terms(zterm). In case the customer belongs to a particular condition type grp then I have to modify the zterm in invoice header.
    Kindly let me know which user exit I can make use of.

    Hi,
    Check Exit V46H0001  SD Customer functions for resource-related billing
    Also check BADI:
    BADI_SD_V46H0001  -  SD Customer functions for resource-related billing
    Method: EXIT_SAPLV46H_003 Customer Function when Creating/Changing Header

  • User exit for billing to change vbrk header data  on SAVE

    Hi
          I need to change vbrk header data on save in vf01
          transaction, can some one send me the user exit,
          also code if possible.
          I have tried out RV60AFZZ it is entering the exit
          but if i modify vbrk fields it does not get
          reflected.
    Thanks & Regards
    Abhimanyu.L

    Have a look in include RV60AFZC
    => maybe you can use form USEREXIT_FILL_VBRK_VBRP.

  • OSA Appraisal- additional header data in BSP

    Hi,
    I implemented the badi HRHAP00_ADD_HEADER to display additional date for the appraisee. The additional data are correctly displayed in the SAP GUI with the standard transaction phap_change. However, if I use the standard BSPs (via ../sap/bc/bsp/sap/hap_document/documents_todo.htm) only additional data for the appraisee are displayed. Is this a bug or is there any additional configuration required?
    Thank you for helping
    Alexander

    Yes there is, a forgetfull programmer :-D
    Sorry, bad joke. Include under <%@include file="document_header_appraiser.htm" %>
    this line:
    <%@include file="document_header_appraiser_additional_data.htm" %>
    The include files are there, just not included. They where taken out during the very first development cycle as they where causing dumps on the BSP due to too much coding (BRANCH_LIMIT_REACHED dump).
    I will include them back in the standard as well.
    Regards and Groetjes,
    Maurice

  • BADI for MIGO ( Material document change for Production Order goods Receipt

    Hey experts,
    I am actually stuck up with MIGO BADI.
    There are many BADI's available but i dont think any one would suit my requirement.
    here goes my requirement.
    When a Production Order is created in transaction CO01 , the system picks the value of the moving  material and multiplies it with the quantity .
    But when the production order is being confirmed thru CO11N , again the system picks the present moving price of the material and multiplies it with the quantity. This goods receipt is done through MIGO transaction by selecting goods receipt for order that is 101 movement type. I have been asked to get the value of the material at the time of production order create and then change the dmbtr value of MSEG table, this can be done in the badi at the time of creation of material document number but the BADI's MB_DOCUMENT_BEFORE_UPDATE,  MB_DOCUMENT_UPDATE do not allow me to change the values .
      The BADI MB_DOCUMENT_BEFORE_UPDATE does not allow any changes to be made for XMSEG table
    and MB_DOCUMENT_UPDATE is passed by value and hence the changes are not affected after it comes out of the method.
    Guys please help me as this creating a hell lot of problem here and i would surely reward the max points if answered.
    here is the example to be more precise.
    Material : Pen
    Quantity : 10.
    date : 01.06.2008.
    TYransaction co01.
    lets say at the time of creation the value of the material was 5 rs
    a material document would be created with the value  : 50 rs.
    Now for this prod. order goods receipt is being done on 01.07.2008.
    Let the value be 4 rs now.
    so the Material document would be created with a value of 40 rs.
    I need to make this 50 rs.
    I have got all the data to do it but i am not gettin the coreect BADI, i just want the BADI name to change the DMBTR value at the time of creation of material Document.
    Thanks in Advance.

    User-exit /BADI to change mseg during migo
    https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=5435559
    try this links

  • User Exit or BADI for catch the document number after saving the document

    Hi ,
    I am working on data conversion where Document number(BELNR),BKPF and BSEG  data should
    transfer to my Z table(Containes fileds of BKPF and BSEG) after SAVE the document related to
    Tcodes F-01 , F-22 , F-28 , F-43 , FB01 , FB02, FB60 ) . It need to go through by any user-exit or
    BADI.So Could you please suggest me any User exit or BADI ASAP.
    Waiting for reply.
    Thanks
    Lakshmi

    You should use BTE (Business transaction event). This concept is used especially for FI related enhancements...
    Study this document to know how to use BTE
    http://www.todoabap.com.ar/archives/FI%20Enhancement%20Technique%20-%20How-To-Guide%20on%20the%20Usage%20of%20Business%20Transaction%20Events%20(BTE).pdf
    Let me know if you face any specific issues..

  • XRPM: Need to find the BADI for adding custom fields to  master data

    Hi,
      We have activated XRPM(4.0) business content and need to add some custom fields to some of the master data ( for example need to add custom fields to master data info object 0RPM_IHGU, 0RPM_IGCG etc).
      We have enhanced the data sources ( 0RPM_ITEM_HEADER_GUID_ATTR and 0RPM_FIN_CAT_GUID_ATTR respectively) in the source system  by appending additional fields to the append structure of the data source We are trying to find the BADI where we can implement the custom code.
      Can anybody help to find the particular BADI, id there one for all master data carrying data source in the xRPM source system?
      Thanks

    Dear Arunava,
    1) In your R3 goto  SE16 --> open table ROOSOURCE.
       Search for your OLTP source...eg: 0RPM*
       The column  EXTRACTOR will give you the module name.
    2) Also look/follow the link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9f668696-0701-0010-22be-a278e4587b68
    Currently available BAdIs include:
    RPM_BUPA_CUST_FIELDS BUPA customer fields
    RPM_CALC_BUPA_BPFTE Calculate the business partner availability
    RPM_CALC_STAFF_ICON calculate the staffing icon
    RPM_CREATEUSR_NAME Generates user names
    RPM_HR_IN_IF001 Customer exit for inbound time processing
    RPM_HR_IN_IF002
    RPM_HR_IN_IF003
    RPM_HR_IN_IF004
    RPM_HR_IN_IF005
    RPM_HR_IN_IF006
    RPM_INTEGRATION_OPTS get and set the project integration options
    /RPM/OBJECT_SERVICES Object support services
    /RPM/PERSON_CUST_FLD Resource customer fields
    RPM_PROCESS_DATA Inbound processing of time data by customer
    Good Luck, BB

  • Exit or Badi for ME21N /  ME22N to update Shipping data

    Hi gurus,
    when i try to modify or create any purchasing order i need to force to 'X' the field
    - Order Combination Indicator - ( MEPO1331-KZAZU )
    i try to implement badi ME_PROCESS_PO_CUST - method PROCESS_ITEM ed exit - EXIT_SAPMM06E_013 - but nothing to do.
    can yuo help me??

    Nothing to do...
    I already tried to use this BADI .method ITEM.
    ls_ekpv = im_item->get_shipping_data( ).
    ls_ekpv-kzazu = 'X'.
    im_item->set_shipping_data( im_ekpv = ls_ekpv ).
    In this method i get old data via call method get_shipping_data
    and i set new nata with method set_shipping_data
    in this standard method i found a firewall ( standard note )
    Only some fields can change in the structure...but not my field ( kzazu )
    FC

  • Authority Check or BADI for deleting a document in SOLAR02 transaction

    Hi All,
    Could anyone tell me whether there is any authorization object or BADI to do the check before deleting any document from
    SOLAR02 transaction in Project Documentation Tab or General Documentation Tab
    Thanks a lot in Advance.

    Hi Jonathan,
    Appreciate your reply. As you know the validations kick in based on your input on the screen, kind of mostly part of PAI of the screen (0750 in this case). But my requirement is to prevent this change in the first place, not validating the user's input after a change option is given to the user.
    If you know if and how we can achieve this, please share your thoughts.
    Thanks & Regards,
    Venu

  • Userexit/Badi for vendor or enduser addition/change in sales order creation

    Hello Gurus,
    I need a userexit/badi that gets triggered on the addition/change of partners in sales orders
    I need to make some validations when the user adds/changes the vendor or
    enduser in the sales order creation.
    I tried many exits that I could find from forum but they were not able to asist.
    Any help would be much appreciated.
    Thanks in Advance,
    Sumit.

    Well, if all else fails, USEREXIT_MOVE_FIELD_TO_VBAK will definitely be called when you change partners... but of course it will be called much more often than at only partner changes. Still, internal table XVBPA shows the current partners, so you could compare its content with the earlier state of the table to recognize a partner change you're interested in.
    Strangely, the usual Y-table (YVBPA) is not populated, not sure why, otherwise the comparison would be even easier.

  • Programming for changing the document of latest Date

    Hi,
    I am having requirement to change the Data of source items by picking the latest Date. There are several Source items(100). My question is how to write the code to change the data of several source items by pciking the latest date. I need to change the latest date( source item )and remaining source items data not to be changed.

    HI Sriram
      Sort by date descending and time. So that latest record you will get. For updating use only std FM and pass the necessary parameters. It will update with latest date.
    Regards
    vijay

  • Performance Managment Appraisal Document - BADi- HRHAP00_DOC_BC

    Hi,
    I have requirement that for the appraisal Document notes section in Performance mangemet,
    I need to provide the functionalities of Character count and Chacter restriction.
    For this After my investigation I found I need to implement the BAdi HRHAP00_DOC_BC ( Business Check BADi).
    Can any one provide me some sample code How I can implement My requirement.
    Thanks

    Hi Samriddhi,
    The Badi "HRHAP00_DOC_BC" is a business check badi used to check the appraisal data in the appraisal document against the business check defined by the customer.
    How to use: Create the Filter value in the OOHAP_BASIC tcode and add the Badi to the appraisal template under further template behaviour. This should make the appraisal docuemnt respond to the badi call.
    Implementation expamle: This Badi has the method to check the data in the appraisal docuemnt against customer specific check points. Say if the custome wants the minimum rating per employee to be 1. Or Promotion as YES/eligible for employee rated at 5.
    This check can be done here and an appropriate error can be raisedthrough the "return" (BAPI_RETURN ?) parameter of the method.
    I dont have a SAP system with me right now. But this should be easiliy implementable by an ABAPer.
    Hope this delayed response hepls you.
    Regards,
    Subbu

  • Change mode for 'further participant;' in appraisal document

    hi!
    My goal is to change HAP_DOCUMENT BSP to allow Further Participants(FP) to change goal setting and appraisal documents.
    for this i am changing the page document.where.participated.htm  to enable the FP to change document(employee columns ONLY (objectives, checkboxes, employee assessment))for this i redirected the next page to 'change documnet'. Now i am able to change the appraisal document when i login as a further participant and if i am both the appraiser and apparisee. For the appraiser documents for which i am not the appraiser and appraisee, i am not able to change the fields in the document. I did some reasearch on this and came to know that some badis need to be used for this functionality.
    Please advice If anyone came across such scenario.
    Any help would be greatly appriciated.
    Thank you
    manasa
    Message was edited by: manasa

    >hi jothi,
    >i tested the page from the BSP application and it is >working fine. i did give this page as the start page for >the link in the portals but if i log into portal and
    >test the page somehwere the processing mode is set back >to blank and so it is nt working. but if i test it from >bsp the processing mode is 'X'(which i set in the BSP).
    >Please suggest me.
    It's Strange. Where you have impleneted the Col Access Code..in the BADI / in ur BSP Page itself?
    The objective Settings also can be controlled by COL_ACCESS BADI.Find out the name of the columns in HRHRAP* Tables & change the visibility.
    Rgds,
    Jothi.

Maybe you are looking for