Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

new line

Former Member
0 Likes
1,307

Hi,

gnerally how does Sap interprets a new line ?

Regards

sas

1 ACCEPTED SOLUTION
Read only

huseyindereli
Active Contributor
0 Likes
1,248

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

8 REPLIES 8
Read only

Former Member
Read only

franois_henrotte
Active Contributor
0 Likes
1,248

is it a curved line or a straight line ?

Read only

0 Likes
1,248

Francois it is like a hiyar. I hope you what a hiyar is

Read only

0 Likes
1,248

Hiyar is Turkish for cucumber, though I guess it could have a colloquial meaning.

Read only

Former Member
0 Likes
1,248

i m not speaking of sap script

Read only

huseyindereli
Active Contributor
0 Likes
1,249

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

Read only

Former Member
0 Likes
1,248

Matthew Billing you are very smart )))))

but I wish it would affect to my Question.

Read only

matt
Active Contributor
0 Likes
1,248

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).