Skip to Content
0
Former Member
Jul 23, 2008 at 05:01 AM

looping mechanism

33 Views

experts,

if an internal table(ex : itab) contains another internal table (ex : jtab),

which will be the correcct mechanism to loop.

ie first loop jtab then read each row of itab based on criteria

or first loop itab then read each row of jtab.

thanks and regards.