Hi again
and now the next problem i don't now maybe i m to stupid ......
i debugging and the problem is
LV_DIR_NAME = IM_DIRECTORY.
CLEAR ET_FILE_LIST[].
CALL FUNCTION 'RZL_READ_DIR_LOCAL'
EXPORTING
NAME = LV_DIR_NAME
TABLES
FILE_TBL = ET_FILE_LIST
EXCEPTIONS
NOT_FOUND = 1
OTHERS = 2.
*
CASE SY-SUBRC.
WHEN 0.
IF NOT IM_FILE_MASK IS INITIAL.
CONCATENATE '*'
IM_FILE_MASK
'*' INTO IM_FILE_MASK.
*
DELETE ET_FILE_LIST WHERE NOT NAME CP IM_FILE_MASK.
*
ENDIF.
IF ET_FILE_LIST[] IS INITIAL.
RAISE NOTHING_FOUND.
ENDIF.
LV_DIR_NAME E:\EXPORT\DB\MSS
SY-SYSID P01
IM_FILE_MASK .EXT
ET_FILE_LIST[] Standard Table[0x2(84)]
ET_FILE_LIST .. 0000000000
no entry why al the other steps works now..