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 using the statement
REPLACE IN TABLE
to the table section specified in the numerical expression positionslin1
,off1
,lin2
, andoff2
. The syntax and semantics are the same as for the statementFIND
.