Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

REPLACE substring WITH - Quick reference

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 first len characters or bytes from substring for searches.