Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error-BCD_OVERFLOW

Former Member
0 Likes
384

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

1 REPLY 1
Read only

Former Member
0 Likes
320

please do not post duplicate threads.. close this one as you have been answered in the other one.