ABAP Keyword Documentation → ABAP − Short Reference
REPLACE substring WITH - Short 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
Determines character- or byte string processsing. -
LENGTH len
Only uses the firstlen
characters or bytes fromsubstring
for searching.