Application Development 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: 

The newline character

Former Member
0 Kudos

Hi, what is the newline or cr character in Abap?

And what is the ascii code for it?

Thanks in advance

5 REPLIES 5

Former Member
0 Kudos

CL_ABAP_CHAR_UTILITIES=>NEWLINE

u can use /n also

Former Member
0 Kudos

CLASS

CL_ABAP_CHAR_UTILITIES=> CR_LF.

or use NEWLINE of the same class

regards

SRikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos

Hi,

/ is new line charater in ABAp

write / test.

or use key word new-line.

Regards

Amole

Former Member
0 Kudos

The ascii character is 13 or 0D.

Clemenss
Active Contributor
0 Kudos

[abap: The newline character |http://www.google.co.in/#hl=de&source=hp&q=abap%3AThenewlinecharacter&btnG=Google-Suche&meta=&aq=f&oq=abap%3A&fp=1&cad=b]