SELECT tabname
as4local
FROM dd02l
INTO TABLE i_table_delete
FOR ALL ENTRIES IN i_fetch_data_temp
WHERE tabname = i_fetch_data_temp-obj_name.
char 30(DD02L) char 40( table TADIR)
in the above where condition the length is not matching but i need to compare the two fields is there any solution for this.