Hi Ming,
View the code.
DATA lv_val TYPE P.
CATCH SYSTEM-EXCEPTIONS conversion_errors = 1
arithmetic_errors = 5.
lv_val = 100 / 0.
ENDCATCH.
Hope it helpful.
Regards,
Venkat.
Hi Ming,
View the code.
DATA lv_val TYPE P.
CATCH SYSTEM-EXCEPTIONS conversion_errors = 1
arithmetic_errors = 5.
lv_val = 100 / 0.
ENDCATCH.
Hope it helpful.
Regards,
Venkat.