Friday, April 24, 2015

Zeilenumbrüche in ABAP (CR/LF)

Zeilenumbruch, Line Feed, CRLF, CR/LF, CR_LF

cl_abap_char_utilities=>cr_lf   (Microsoft, ASCII 13 + ASCII 10)
cl_abap_char_utilities=>newline (Unix, Null-Byte)

No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...