Hello Experts,
I tried to update few records to hrp1001 using 'HR_INFOTYPE_OPERATION'. But the same went into dump.
PFB the sample code which i had used
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
infty = '1001'
number = IT_HR1001-OBJID
VALIDITYEND = sy-datum
VALIDITYBEGIN = '99991231'
record = IT_HR1001
operation = 'INS'
TCLAS = 'A'
DIALOG_MODE = '0'
.
Pl do let me know if there is any other way that we can insert records into HRP1001.
Thanks
RK Reddy