ABAP Keyword Documentation → ABAP - Quick Reference
REPLACE substring WITH - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
REPLACE substring WITH new INTO dobj
[IN {BYTE|CHARACTER} MODE]
[LENGTH len].
Effect
Obsolete
Additions
-
IN {CHARACTER|BYTE} MODE
Specifies character string or byte string processing. -
LENGTH len
Uses only the firstlen
characters or bytes fromsubstring
for searches.