SAP REPLACE TABLE RANGE ABAP Statements

Get Example source ABAP code based on a different SAP table
  



REPLACE IN TABLE table_range

Short Reference
• FROM REPLACE IN TABLE
• TO REPLACE IN TABLE
• OFFSET REPLACE IN TABLE


ABAP Syntax ... [FROM lin1 [OFFSET off1]]

[TO lin2 [OFFSET off2]] ... .

What does it do? : 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.

Return to menu