on 2021 Jan 27 6:09 AM
Request clarification before answering.
Hi All,
While working in ABAP, especially when preparing data for file downloads or exporting internal tables, you might notice that some lines seem to end with a " # " symbol. But here's the catch that " # " is not always a real hash symbol. Naturally, you might think it’s a hashtag — but often, it’s not. These characters don’t display visually, but depending on how the file is opened or downloaded, they may appear as strange or misleading symbols.
I hope this helps! Let me know your thoughts or if you have any questions.
Thanks,
Akshay Anil Linkedin Profile
Technical Consultant, SAP ABAP | BTP | Fiori | Ui5
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use this FM - 'CONVERT_STREAM_TO_ITF_TEXT', it eliminates the unwanted special character if it is present especially when you have used cl_abap_char_utilities=>cr_lf in your program.
Thank you Sandra Rossi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would be nice to know how you read the text
the end of line char should be CL_ABAP_CHAR_UTILITIES=>CR_LF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.