ABAP Keyword Documentation →  ABAP − Short Reference → 

REPLACE substring WITH - Short Reference

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