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