Hi
I have to exit the entire program if an internal table contains 0 records.
Can I use the EXIT statement for this purpose?
Like....
if itab[] is initial.
exit.
else.
-
endif.