SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Internal Tables → Processing Statements for Internal Tables → REPLACE IN TABLE itab →
REPLACE IN TABLE table_range
Syntax
... [FROM lin1 [OFFSET off1]]
[TO lin2 [OFFSET off2]] ... .
Effect
: This addition restricts the search using the statement REPLACE IN TABLE to the table section specified in the numerical expression positions lin1, off1, lin2, and off2. The syntax and semantics are the same as for the statement FIND.