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.