Dear all,
I have a question about the function RH_STRUC_GET.
CALL FUNCTION 'RH_STRUC_GET'
EXPORTING
act_otype = 'P'
act_objid = employee number
act_wegid = 'B025'
act_plvar = '01'
act_begda = '1900/01/01'
act_endda = '2010/01/01'
act_tflag = space
act_vflag = 'X'
authortiy_check = space
what i want to get is the begda in the result_object,
i can get a record from the result_object,but the begda
and endda is blank,and actually the record in the table
HRP1001,its begda and endda is not blank,
can anybody help me ?
thank you very much