Skip to Content
0
Former Member
Sep 29, 2008 at 06:43 AM

EXIT from Program

29 Views

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.