Hi,
whats the use of raise exception in fm.
lets say,
select * from tnamme .....
if sy-subrc <> 0.
raise abcd.
endif.
whats the use if raise abcd.
Thanks in advance