Register Login

HR_INFOTYPE_OPERATION insert does not work as expected

Updated May 18, 2018

Hello SAP Experts,

Using the function module HR_INFOTYPE_OPERATION causing the various issue such as:

  • Error creating IT2002 using HR_INFOTYPE_OPERATION

  • Error updating an infotype record via HR_INFOTYPE_OPERATION

  • Dump in FM HR_INFOTYPE_OPERATION

  • Load of Program error in FM HR_INFOTYPE_OPERATION

  • Exception CX_HRPA_VIOLATED_POSTCONDITION

  • Error updating an infotype record via HR_INFOTYPE_OPERATION

  • A008 no update terminating with HR_INFOTYPE_OPERATION

The errors can be re-generated while using Function Module (FM) HR_INFOTYPE_OPERATION in your own coding.


Comments

  • 20 Feb 2017 10:05 am Abhijeet Mudgal Best Answer

    The above-mentioned issues are caused because the FM HR_INFOTYPE_OPERATION is not released for customers to use it in own programs/transactions/coding. Therefore to avoid these error please use the according to BAPI available in transaction 'BAPI' instead of using Function Module HR_INFOTYPE_OPERATION.
     


×