ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Character String and Byte String Processing
Statements for Character String and Byte String Processing
The following table shows the key words for character string and byte string processing and the processes supported by these statements.
Keyword | Character String Processing | Byte String Processing |
---|---|---|
CONCATENATE |
X | X |
FIND |
X | X |
REPLACE |
X | X |
SHIFT |
X | X |
SPLIT |
X | X |
CONDENSE |
X | - |
CONVERT TEXT |
X | - |
OVERLAY |
X | - |
TRANSLATE |
X | - |
WRITE TO |
X | - |
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 defines which processing is used. If this addition is not specified, character string processing is used in these statements.
Other versions: 7.31 | 7.40 | 7.54
Notes
- In most cases, expressions and functions for string processing can be used instead of the above statements for 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.
- As well as the statements shown here, a range of obsolete statements for character and byte string processing exists.