Skip to Content
0
Former Member
Apr 17, 2009 at 07:09 AM

How to Update the Infotype 1002 (HRP1002)?

752 Views

Hello Gurus,

Iam trying to dilimt/modify the IT1002 record using ''RH_UPDATE_INFTY''. But its not working. can anyone suggest pls. thanks .

CALL FUNCTION 'RH_UPDATE_INFTY'

EXPORTING

vtask = 'D'

order_flg = 'X'

commit_flg = 'X'

authy = 'X'

  • PPPAR_IMP =

  • OLD_TABNR_NEW_LANGU = ' '

REPID = sy-repid

  • FORM = ' '

  • KEEP_LUPD =

  • WORKF_ACTV = 'X'

TABLES

innnn = p_p1002

  • ILFCODE =

EXCEPTIONS

error_during_update = 1

no_authorization = 2

repid_form_initial = 3

corr_exit = 4

OTHERS = 5.