‎2006 Aug 23 7:51 AM
Hello, everyone.
I have a problem while trying to upload an employee's absence event by using F.M. HR_INFOTYPE_OPERATION with the following parameters:
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
INFTY = '2001'
NUMBER = LV_PERNR
SUBTYPE = 0100
VALIDITYEND = '20060822'
VALIDITYBEGIN = '20060822'
RECORD = GS_P2001
GS_P2001-PERNR = 00102695
GS_P2001-INFTY = 2001
GS_P2001-SUBTY = 0100
GS_P2001-ENDDA = 20060822
GS_P2001-BEGDA = 20060822
OPERATION = 'I'
NOCOMMIT = SPACE
IMPORTING
RETURN = GS_RETURN.
Does anyone know what's wrong ??
Thanks in advance,
Rebeka
‎2006 Aug 23 8:04 AM
Hello,
What is the problem you are facing. IS the system gives any syntax erros or short dumps.
if so give the following in
<b>SUBTYPE = '0100'</b>
Thanks,
Krishnakumar
‎2006 Aug 23 8:04 AM
Hello,
What is the problem you are facing. IS the system gives any syntax erros or short dumps.
if so give the following in
<b>SUBTYPE = '0100'</b>
Thanks,
Krishnakumar