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.