Skip to Content
0
Former Member
Feb 26, 2009 at 07:33 AM

continue. stetment

22 Views

Hi all,

Is it possible to print one to five numbers using do end with combination of continue.

do

if sy-index > 5 .

continue.

insert sy-index into itab.

ienddo.

I want to use do only not do 5 times stement.

regards,

Rahul.