Skip to Content
0
Jan 10, 2008 at 06:31 AM

Exception not defined in FM

230 Views

Hello Friends,

This is my code after calling FM: NUMBER_GET_NEXT

IF sy-subrc <> 0.

MESSAGE E002(ZF) RAISING number_range_error.

EXIT.

ENDIF.

Here I am getting worning message like-NUMBER_RANGE_ERROR is not defined as an exception in function module.

How do I remove this warning, please help me in this regard.

Thanks,

Shreekant