Skip to Content
0
Former Member
Apr 17, 2010 at 12:54 PM

reg. line feed at the end of record

29 Views

Hello Experts,

I have an internal table of type string which has to be uploaded into the directories

Each line has to be ended with a comma and for which I concatenated the work area and ',' before appending to the internal table. This is fine till this point.

After downloading the file from the directory, when opened with a notepad, i could see a special character (LINE FEED rectangular box) at the end of each line.

I couldn't understand why this character got appended at the end of each record. Pl suggest me on how i can overcome this special character.

Thanks

RK