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.
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.