SAP REVERSE FUNCTIONS



Get Example source ABAP code based on a different SAP table
  


• reverse ABAP_FUNCTION

ABAP_STRINGFUNC - reverse

ABAP_SYNTAX
... reverse( $[val =$] text ) ...

What does it do?
This built-in function returns a character string that reverses the content of text.
The return value has the type string.

ABAP_EXAMPLE_VX5
Returns the Latin alphabet in reverse.
ABEXA 01232
ABAP_EXAMPLE_END