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