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.