SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
REPLACE substring WITH - Short Reference
Syntax
REPLACE substring WITH new INTO dobj
[IN {BYTE|CHARACTER} MODE]
[LENGTH len].
Effect
Obsolete: Searches for a character or byte string substring
in the variable dobj and replaces it with the content of new.
Additions