SAP STRING TEMPLATES SEPARATORS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

String Templates - control_characters

Syntax
... ... ... ...

Effect
String templates interpret the character combinations , , and as control characters. Control CharacterMeaningHexadecimal Value line break0A return0D tabulator09
A control character is replaced by its hexadecimal value (appropriate to the current code page) in the memory of the character string created by the string template.

Note
If you want to display a control character as literal text, you can escape it by prefixing it with .

Example
See String Templates, Control Characters