ABAP Keyword Documentation → ABAP - Quick Reference
TRANSLATE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
TRANSLATE dobj {TO {UPPER|LOWER} CASE}
| {USING mask}.
Effect
Translates the content of a data object dobj
.
Additions
-
TO {UPPER|LOWER} CASE
Translates all lowercase letters to uppercase letters, or vice versa. -
USING mask
Translates characters in accordance with the rule specified by character pairs in the data objectmask
.