Updation of PD infotypes

Is there any FM / BAPI / BADI that does a similliar operation to HR_INFOTYPE_OPERATION for PD infotypes?
Kindly help.

<b><REMOVED BY MODERATOR></b>
The function module HR_INFOTYPE_OPERATION cannot be used to update the PD infotypes..
PL try RH_INSERT_INFTY or RH_UPDATE_INFTY to meet your reqt.
Arya
Message was edited by:
        Alvaro Tejada Galindo

Similar Messages

  • Error while updating HRA in infotype 581 for the employees.

    Hi,
    System is showing an error while updating HRA in infotype 581 for the employees.
    The error is No Automatic updation for IT0008. Allowance Grouping not found.
    What is this error. Please advice what to do in this case.

    Hi Deepthi,
    Check Table V_T7INA5,V_T7INA1,V_T7INA3 and V_T7INA9 also.
    Check it,
    Regards,
    Vinod.
    Edited by: vinod rao on Jul 30, 2008 1:23 PM

  • Update IBAN for Infotype 0009

    Hi,
    I have to upload data in IT0009 including IBAN.  As per the requirement I have to update IBAN first and then upload the record in IT0009.
    I have to update IBAN against Country,Bank Account, Bank Key, Control Key.
    I have used the following function modules to update IBAN.
    1.  HRCA_PAYMENT_CHECK (Validate the Bank Account)
    2.  CONVERT_BANK_ACCOUNT_2_IBAN (Generate IBAN number)
    3.  Here I have used list of function module to update IBAN in table TIBAN but didnot work.
             MAINTAIN_IBAN
         (ii)   MAINTAIN_IBAN_FROM_DATA
         (iii)  BAPI_IBAN_CREATE
    Later I found that standard IT0009 update IBAN with FM HR_UPDATE_IBAN.
    CALL FUNCTION HR_UPDATE_IBAN
              EXPORTING
                iban      = iban
              CHANGING
                container = act_container_if.
    If I want to use this FM then i have to instantiate "act_container_if".
    Can anybody help me how to use this FM HR_UPDATE_IBAN.
    PS : I dont want to update IBAN through Infotype 0009 screen.  I have to update it programatically before IT0009 LSMW run.
    Thanking you in advance,
    Ankit Gupta

    Hello Ankit,
    I am not understanding the ur requirement.
    If u have update IBAN in IT0009 before actually puttin in other data . Its easy to write a code.
    U can use HR_INFTYPE_OPERATION with INS as parameter.
    I hope it helps. Incase you are talking abt the IBAN switch u can go the su01 go to parameters  and activate the switch HR_ADMIN_IBAN parameter ID.
    Thanks and Regards,
    Tarun Mishra

  • Form Adobe Form Update information of infotype

    Good Afternoon,
    I have the following issue,
    I have that  implement form Adobe Form for updating the HCM infotype 0015 for the employee in the ESS.
    The employee  could request verification employee letter in the ESS.
    I wonder if you can help me, indicating what have that do?
    Kind Regards.

    Hi ,
    You can do this .
    Please read the following documents .
    Sample Process for HCM Processes and Forms
    Sample Process for HCM Processes and Forms
    Use
    In HCM Processes and Forms, we deliver sample processes that support you
    in configuring your own business processes and form scenarios.
    For information about the sample processes delivered and their descriptions, see SAP Library under HR
    Administrative Services -> HCM Processes and Forms -> Sample Processes in HCM Processes and Forms.
    The sample processes are for demonstration purposes and can be used in a test system only.
    The following section describes the necessary steps to get the sample processes to run in the current test client.
    The sample processes are not to be used in a production sytem.
    Edited by: Vivek D Jadhav on Jun 15, 2009 8:40 AM

  • Update Talent Management Infotype - Education, Career, Accomplishment

    Hi freinds,
    I got a requirement to update Talent management infotypes (7402/03/04/05/06/07) from portal in a custom webdynpro application. Can you provide any info on updating, as we are having text fields(>1000 character) for each infotype. How can integrate text field along with HRP740x tables and update them?
    Thanks,
    Anuroop

    Hi Anu,
    You need to findout any FM or BAPI is there to update that infotype like HR_INFOTYPE_OPERATIONS.
    Then using that you can update infotypes from WD.
    Cheers,
    Kris.

  • Error while updating data in Infotype-0015

    Hi Experts,
    We are getting following error message while updating Infotype-0015 for newly created wage types:
    "Pay scale grpg for allowances for 90000108 is not defined on 20110524"
    As per my knowledge we need to maintain table V_T7INA1, V_T7INA3 & feature LGMST.
    Pls. throw some lights on this issue, which area we need to take care while configuration.
    We are not using India Payroll.
    Regards,
    Rameshwar

    If you are not using then V_T7INA1 and V_T7INA3 doesn't make any duifference. Check the INVAl module of the wage type and configure the table V_T510, V_T539J accordingly.
    If it is for India then you also need to configrue V_T7INA9 and LGMST will not be required for India.

  • Bapi or function mudule to insert or update enteries in Infotype 2011.

    Hello Experts,
    I am working on travel request workflow where I need to feel attendance for employee for those travel days journey.
    For that I need to use Infotype 2011( Table TEVEN).
    Anyone please tell me the Function module name or BAPI name to update attendance with input as employee number and trip begin date and starting date?,  or suggest me with other possibility if any there.

    Hi,
    The link you send me out of that I think below can help me, Can you please tell me the possible entries in HR_TMW_DB_UPDATE_TEVENT function module if I want to update the table for subtype 0001 and giving employee number with trip start date and end date as I am trying to use the same but my record is not getting update.
    CALL FUNCTION 'NUMBER_GET_NEXT'
    EXPORTING
    nr_range_nr = '01'
    object = 'PD_SEQ_NR'
    quantity = '00000000000000000001'
    IMPORTING
    number = lw_nextnr
    quantity = lw_qty
    returncode = lw_return
    EXCEPTIONS "#EC
    CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
    TABLES
    del_teven = p_del_teven
    ins_teven = p_ins_teven
    del_teven_more = t_del_teven_more
    ins_teven_more = t_ins_teven_more
    EXCEPTIONS
    insert_failed = 1
    update_failed = 2
    OTHERS = 3.

  • Performance issue while updating the  custom  infotype records

    Hi All
    i have the info type with 80,000 records my requirement is to change the infotype wage type value to the  certain hard coded values .
    after populating the final internal table , in loop i am passing the records and updating the info type by using the hr_infotype_operation function module
    i have done the coding like bellow .
    loop at lt_infotype assigning     < x>
    at new pernr.
    bapi_employee_enquee
    endat.
    hr_infotype_operation
    at end of pernr .
    bapi_employee_dequee.
    endat.
    end loop.
    but it is taking nearly 15 hours to update all the records .please suggest me better solution for reducing the execution time .
    Thanks & Regards ,
    pramodh.m

    The delay problem can be solved with HR_INFOTYPE_OPERATION by using it with another FM i.e. HR_PSBUFFER_INITIALIZE the delay happens because of buffer problem. Use HR_PSBUFFER_INITIALIZE inside the loop just before you call HR_INFOTYPE_OPERATION and you wont see that much delay.

  • RHINTE30 for updation of PA infotype

    Hi All,
    I am trying to update the personnel area(PA) and personnel sub area(PSA) for an  employee in IT000,1 if PA or PSA of its Organizational unit is changed in which employee lies.
    I execute the report with PERNR as a parameter but the report executed without making any changes to the Infotype 0001.
    I have checked the integration settings between PA and OM. PLOG feature settings are also done.
    Could any one please let me know what could be reason for this.
    Thanks & best regards, Amit

    Hi,
    As far as I know, RHINTE10 is used to create the objects in PA which are already created in OM to make the data synchronized. Keep my updated if I am wrong!!
    But my problem is related to an existing Organizational Unit or Position which is already present in both OM and PA. I changed the Personnel area and PSA for an Org Unit but it's not reflecting for the employee associated to this Org Unit.
    Thanks & Best regards,
    Amit

  • Problem in updating Data for infotype P0009 through BADI

    Hi,
    we are facing a problem while trying to update value of Date field for infotype P0009 through PA30.
    we have tried to update by using BADI hrpad00infty, we are providing value in new_innnn structure of method
    AFTER_INPUT, but the value is not getting updated for that PARNR.
    Can anyone help me regarding the same?

    Hi
    HRPAD00INFTY BADI methods don't allow to modify any values of the current record being processed, but there's a possible wworkaround accessing memory fields using field-symbols:
    method IF_EX_HRPAD00INFTY~AFTER_INPUT.
      FIELD-SYMBOLS: <fs> type p0009.
      assign ('(MP000900)P0009') TO <FS>.
    if sy-subrc eq 0. 
      <FS>-YOURFIELD = YOUR_VALUE.
    endif.
    endmethod.

  • Updating age in infotype automatically.

    Hi all,
    I have added a custom field Age  to display the employee age in standard infotype 0002-Personal Details. The age is being calculated from the date of birth of the employee and is displayed in the Age field.
    Now the problem is that i want to update the age of the employee as the years progress. The requirement is that the age of the employee should be updated automatically without the user coming to the infotype to update the age of the employee manually. can anyone tell me how i can do this.
    i was thinking of handling this through background job, but i dont know how to do this. any ideas will be greatly appreciated.
    regards
    Hamza

    Hi,
        You can make this field as a diplay only field and then calculate the age as sy-datum - DOB in the user defined include that is generated when you extend an infotype.In this way whenever the user goes to IT0002 this field is calculated and displayed.
    Thanks,
    Shravan.

  • Updating a customer infotype detail table (in PIQSTM) from an interface

    We have a customer infotype that has a header table (HRP....) and a detail table (HRT.....) and we have this attached to transaction PIQSTM. This works fine. However, we now have a requirement to update the infotype via an interface and we have hit a problem using the standard function modules. We have tried, for example, using FM 'HRIQ_PNNNN_MAINTAIN' but have found that whilst it updates the header ok, if any detail record exists it is always overwritten. We need to keep the existing detail records attached to the same header.
    I've debugged the way our tables are updated when saved in PIQSTM and can see that there is a lot going on with buffers. It seems that buffers are updated and then FM 'RH_BASE_UPDATE_DB_DIALOG' is called, ultimately resulting in an insert to our detail infotype table. In our interface program, obviously I would prefer not to update the table directly. I guess BDC is always an option but again, I'd prefer not to use it if possible.
    Has anyone out there done this and can offer me any advice ?
    thanks,
    Malcolm.

    Malcom,
       Try to feed old HRT record and New records(from interface) to Insert/update info-type function module.
    Thanks,
    Prabhat Singh

  • Runtime error while updating entries of infotype usin HR_INFOTYPE_OPERATION

    Hi,
    I uploading entries of customized infotype using HR_INFOTYPE_OPERATION function module.
    It is giving me run-time error as,
    ShrtText
        An exception that could not be caught occurred.
    What happened?
        The exception 'CX_HRPA_VIOLATED_PRECONDITION' was raised but was not caught at
         any stage in the
        call hierarchy.
        Since exceptions represent error situations, and since the system could
        not react adequately to this error, the current program,
         'CL_HRPA_INFOTYPE_FACTORY======CP', had to
        be terminated.

    Hi,
    Refer to this link..Re: CX_HRPA_VIOLATED_PRECONDITION using HR_INFOTYPE_OPERATION to insert rec

  • Problem in updation of 2011 infotype(TEVEN)

    Hi Gurus,
    I had an issue in updating the record in TEVEN table,the approach what im following now is  using function module HR_TMW_DB_UPDATE_TEVENT  to delete the record (it's not deleting the record in table it just setting the flag of STOKZ to 'X') and after that im inserting the record with 'HR_INFOTYPE_OPERATION'.Here im successfully deleteing the old one and inserting the new record.The problem is  PDSNR field is incrementing
    when i try to insert the record  with 'HR_INFOTYPE_OPERATION' but i just want to update the old record instead deleting the old one and updating the new one.I dont want to unnecessarily  increase records in TEVEN whenever im updating records in TEVEN.
    Please help me with this issue
    Thanks,
    Hemz

    hi volker,
    Manually am able to update that field UNPSI.
    I have checked the table pa0584 manually updated value is found in the table.
    But the value which i have inserted using the FM created an empty record with the field UNSPI having 0 value.
    I have given all the fields into the record as same as when it is update dmanually.
    I dnt knw why the value is not updating.
      p0584_2-pernr = wd_comp_controller->gv_pernr.
      p0584_2-infty = '0584'.
      p0584_2-subty = '0002'.
      p0584_2-begda = '20100401'.
      p0584_2-endda = '20110331'.
       p0584_2-OBJPS = '01'.
       p0584_2-SPRPS = 'X'.
      p0584_2-seqnr = '01'.
      p0584_2-UNSPI = ls_actual_details-other_income.
      p0584_2-INTYP = '0002'.
      p0584_2-WAEHI = 'INR'.
      p0584_2-AEDTM = sy-datum.
      p0584_2-UNAME = sy-uname.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty                  = '0584'
        number                 = wd_comp_controller->gv_pernr
       SUBTYPE                = '0002'
      OBJECTID               =  p0584_2-OBJPS
      LOCKINDICATOR          =  p0584_2-SPRPS
       VALIDITYEND            = p0584_2-endda
       VALIDITYBEGIN          = p0584_2-begda
       RECORDNUMBER           = '01'
        record                 = p0584_2
        operation              = 'INS' "lv_op_type
       TCLAS                  = 'A'
       DIALOG_MODE            = '0'
      NOCOMMIT               =
      VIEW_IDENTIFIER        =
      SECONDARY_RECORD       =
    IMPORTING
       RETURN                 = return_584_2
       KEY                    = key.
    Pls give some solutions
    Thanks
    Nalla B

  • How can I Update an infotype

    Hallo all,
    i have just upload a Kapro document from SAP Content repository and hang it up in a record, and i want update that record (infotype) , can anybody show me how to update an infotype,
    kind regards
    Jimy
    Edited by: jimkim on Nov 16, 2009 11:49 AM

    Hi,
    thanx for your replay,
    yes its a dicnamic infotype, but after uploading tha data, i have used some methods to hang the document in a personnal file.
    thanx a lot

Maybe you are looking for