cancel
Showing results for 
Search instead for 
Did you mean: 

Delimt 1018 infotype - RH_CUT_INFTY ?

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pals,

I'm getting SY_SUBRC = 0 but not updated in the table and screen of corresponding infotype 1018. pls help[ me regarding this issue.

MP101800 is not updated .....