ABAP Keyword Documentation → ABAP - Reference → Processing Internal Data → Internal Tables → Processing Statements for Internal Tables → REPLACE IN TABLE itab
REPLACE IN TABLE - table_range
Other versions: 7.31 | 7.40 | 7.54
Syntax
... [FROM lin1 [OFFSET off1]] 
    [TO   lin2 [OFFSET off2]] ... 
Effect
This addition restricts the search performed by the statement REPLACE IN TABLE on the table section specified in the
numeric expression
positions lin1, off1, lin2,
and off2. The syntax and semantics are the same as for the statement FIND.