Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REG LOOP

Former Member
0 Likes
286

hi all

is there any statement to use loop at statement using sy-index or sy-tabix.

regards

karthik

1 REPLY 1
Read only

Former Member
0 Likes
257

Hi,

You can use sy-tabix in the internal tables.

like:

loop at itab into wa.

write: / sy-tabix. "gives the current loop count

endloop.

Regards,

Renjith Michael.