Hi Pals,
I want to delimit 1018 (Cost dist) infotype record. i've used
RH_CUT_INFTY but i get ERROR_DURING_CUT exception
i need help regarding this.
enddt -
> delimiting date
it_hrp1018 -
> internal table which has the record
to be delimited.
CALL FUNCTION 'RH_CUT_INFTY'
EXPORTING
LOAD = 'X'
GDATE = enddt
HISTO = ' '
DEL_SUCC = ''
VTASK = 'D'
ORDER_FLG = 'X'
COMMIT_FLG = 'X'
AUTHY = 'X'
KEEP_LUPD =
WORKF_ACTV = 'X'
TABLES
INNNN = it_hrp1018
ILFCODE =
EXCEPTIONS
ERROR_DURING_CUT = 1
NO_AUTHORIZATION = 2
GDATE_BEFORE_BEGDA = 3
CUT_OF_TIMCO_ONE = 4
CORR_EXIT = 5
OTHERS = 6
.
Sy-subrc -
> 1
Please help me soon regarding this issue. Points rewarded
for solution ....
Thanks in Advance,
Manian