Skip to Content
0
Former Member
Apr 22, 2009 at 09:58 AM

HRP1001 UPDATION

582 Views

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