SAP CL ABAP CHAR UTILITIES



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN
• CL_ABAP_CHAR_UTILITIES ABAP_CLASS

Class with Utilities for String Processing
The class CL_ABAP_CHAR_UTILITIES provides attributes and methods as utilities for string processing.
The components of this class are all static and public and the attributes are read-only and are initialized in the class constructor. Details about the attributes and methods of this class are described in the class documentation.

ABAP_EXAMPLE_VX5
The following lines demonstrate that attributes of the class CL_ABAP_CHAR_UTILITIES containing control characters can be replaced by a representation of the control characters in a string template.
ABEXA 00858
ABAP_EXAMPLE_END