Skip to Content
0
Former Member
May 30, 2008 at 10:46 AM

LOOP problem

23 Views

hi all

Is there any wrong in following code as i was unable fill IT_JTAB.

-


loop at IT_ZIARCHIVE.

str = IT_ZIARCHIVE-zfilemmyy.

leng = strlen( str ).

j = leng - 4.

var = str+j(4).

if var BETWEEN so_zfnam-low and so_zfnam-high .

append IT_ZIARCHIVE to IT_JTAB .

ENDIF.

endloop.

-


regards

sateesh