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