U can use the rowset method.

&RS0 = getlevel0();
&RS1 = &RS0(1).getrowset(scroll.record_name);
for &i = 1 to &RS1.activerowcount
&RS2 = &RS1(&i).getrowset(scroll.record_name);
end-for;