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.