SAP DESCRIPTIVE FUNCTIONS BINARY



Get Example source ABAP code based on a different SAP table
  


• xstrlen ABAP_FUNCTION

ABAP_BITFUNC - xstrlen
One length function is currently available for unnamed byte-like arguments.

ABAP_SYNTAX
... xstrlen( arg ) ...
The built-in function xstrlen returns the number of bytes in arg. The argument arg is a byte-like functional operand position. The return value has the type i.



Latest notes:

NON_V5_HINTS
The function described here is one of the functions that can also be used in the obsolete extended functional operand positions if its argument is a single data object.
ABAP_HINT_END

ABAP_EXAMPLE_VX5
A six-character text in the code page UTF-16 is represented by 12 bytes.
ABEXA 00999
ABAP_EXAMPLE_END