Hello,
Is there any way to catch this exception, without checking or changing lv_num value.
CATCH SYSTEM-EXCEPTIONS
convt_no_number = 1
convt_overflow = 2
bcd_field_overflow = 3
bcd_overflow = 4.
DO 10000000000000 TIMES. "<<--Runtime Error-BCD_OVERFLOW (Overflow during an arithmetic operation)
write:/ sy-index.
ENDDO.
ENDCATCH.
Regards
Sain
Edited by: ssaaiinnq on Jan 22, 2012 7:02 AM
Moderator Message: Duplicate post, thread locked.
Edited by: Suhas Saha on Jan 22, 2012 5:52 PM