Hi Friends
am facing a problem while reading from tab space text file the # is coming and they are not removing while spliting
only first value is coming and no other values are coming in respactive work areas ...
pls see this below code and help me to find out why its happing ?
SPLIT w_string AT '#' INTO w_temp-rec_typ
w_temp-pernr
w_temp-begda
w_temp-endda
w_temp-rec_stat
w_temp-lgart
w_temp-betrg
w_temp-waers
w_temp-anzhl
w_temp-zeinh.
CONDENSE w_string.
MOVE-CORRESPONDING w_temp TO w_data_file.
APPEND w_data_file TO t_data_file.
Regards
Radha