ABAP Keyword Documentation → ABAP - Short Reference
OVERLAY - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
OVERLAY text1 WITH text2 [ONLY mask].
Effect
Replaces blank characters in text1
with characters in ihe same position in text2
.
Addition
-
ONLY mask
Replaces all characters that occur in the data objectmask
.