SAP STRING PROCESSING STATEMENTS



Get Example source ABAP code based on a different SAP table
  



Statements for Character String and Byte String Processing
The following table shows the key words for character and byte string processing and the processing supported by these statements. KeywordCharacter String ProcessingByte String Processing CONCATENATEXX FINDXX REPLACEXX SHIFTXX SPLITXX CONDENSEX- CONVERT TEXTX- OVERLAYX- TRANSLATEX- WRITE TOX- SET BIT-X GET BIT-X
There is a strict split between character string processing and byte string processing. Each of the key words in the table that supports both character string and byte string processing has the optional addition
... IN ${CHARACTER$|BYTE$} MODE ...
This addition determines which processing is used. If this addition is not specified, character string processing is performed in these statements.



Latest notes:

In most cases, expressions and functions for character string processing can be used instead of the above statements for character string processing. These have the advantage that expressions can be specified for all operands, which is only possible to a very limited extent in the above statements.
NON_V5_HINTS
In addition to the statements shown here, there is a range of obsolete statements for character and byte string processing.
ABAP_HINT_END