2008 Jul 18 2:19 PM
2008 Jul 18 3:46 PM
Hi Erdem,
There is a static Attribute NEWLINE inside CL_ABAP_CHAR_UTILITIES class.Take a look.
It's value is %_NEWLINE .
CL_ABAP_CHAR_UTILITIES=>NEWLINE.
Edited by: Hüseyin Dereli on Jul 18, 2008 5:47 PM
Hi,
gnerally how does Sap interprets a new line ?
Regards
sas
2008 Jul 18 2:22 PM
Hi,
Generally through / this Statement It Interprets.
Or NEW-LINE
Refer this Link.
http://help.sap.com/saphelp_40b/helpdata/en/d6/0db72b494511d182b70000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba15335c111d1829f0000e829fbfe/content.htm
Reards,
Sujit
2008 Jul 18 2:25 PM
2008 Jul 19 1:49 PM
2008 Jul 22 8:12 AM
Hiyar is Turkish for cucumber, though I guess it could have a colloquial meaning.
2008 Jul 18 2:26 PM
2008 Jul 18 3:46 PM
Hi Erdem,
There is a static Attribute NEWLINE inside CL_ABAP_CHAR_UTILITIES class.Take a look.
It's value is %_NEWLINE .
CL_ABAP_CHAR_UTILITIES=>NEWLINE.
Edited by: Hüseyin Dereli on Jul 18, 2008 5:47 PM
2008 Jul 22 1:12 PM
Matthew Billing you are very smart )))))
but I wish it would affect to my Question.
2008 Jul 22 2:56 PM
Oh, OK. The answer to your question is that the application server does not interpret a newline. It regards it as just an undisplayable character (or, in the case of a windows carriage-return/linefeed, a pair of undisplayable characters).