I tried this, syntax is no good.
DESCRIBE TABLE gt_bunit_range LINES lcnt_bunit.
loop at gt_bunit_range INTO ls_bunit_range where sy-tabix = lcnt_bunit.
Anybody have a suggestion?
Thanks.