Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

REPLACE substring WITH - Short 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
    Determines character- or byte string processsing.
  • LENGTH len
    Only uses the first len characters or bytes from substring for searching.