Monday, July 22, 2019

SAP CL_ABAP_CHAR_UTILITIES Attributes


List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameDescriptionInitial Value
BACKSPACE Backspace Character %_BACKSPACE
BYTE_ORDER_MARK_BIG Unicode - Big Endian 'FEFF'
BYTE_ORDER_MARK_LITTLE Unicode - Little Endian 'FFFE'
BYTE_ORDER_MARK_UTF8 UTF-8 Representation of FEFF 'EFBBBF'
CHARSIZE Character Length in Bytes %_CHARSIZE
CR_LF "Carriage Return and Line Feed" Character Pair %_CR_LF
ENDIAN Byte Sequence of Application Server %_ENDIAN
FORM_FEED "Page Break Character" %_FORMFEED
HORIZONTAL_TAB "Horizontal Tab Stop" Character %_HORIZONTAL_TAB
MAXCHAR Maximum Possible Value %_MAXCHAR
MINCHAR Minimum Possible Value %_MINCHAR
NEWLINE "New %_NEWLINE
SPACE_STR String with Whitespace Characters
SPACE_STR_LANGU Language ID for SPACE_STR
VERTICAL_TAB "Vertical Tab Stop" Character %_VERTICAL_TAB

No comments:

Post a Comment