Hi there !
Im quite new to ABAP and I'm having a following problem.
I need to parse a Input from a HTML Textarea component which is a ABAP String but can apparantly contain the 0x10, 0x13 line feed special characters. Now, is it possible that I can escape a line feed similar to "\n" in Java/c and use it in a followin way: SPLIT input AT '\n' INTO TABLE tbl. Till now I haven't really found any infos how to handle special chars in ABAP.
thanks a lot
Astrit
Add a comment