Skip to Content
0
Former Member
Sep 21, 2006 at 01:13 PM

hello

35 Views

Hello Friends,

To know the number of lines on an internal table i am using,

loop at itab.

lines = lines + 1.

endloop.

is there any other way where i can do it without the loop statement.

Shejal Shetty.