Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing Internal Data →  Internal Tables 

Processing Statements for Internal Tables

Other versions: 7.31 | 7.40 | 7.54

Reading internal tables

Filling internal tables

Changing internal tables

Scanning internal tables

Interval Join of Internal Tables


Notes

  • Special variants of the statements shown here can access the last path node of a mesh path, instead of accessing directly specified internal tables.

Continue

READ TABLE itab

LOOP AT itab

INSERT itab

COLLECT

APPEND

MODIFY itab

DELETE itab

SORT itab

FIND IN TABLE itab

REPLACE IN TABLE itab

Interval Join of Internal Tables

Internal Tables - comp1 comp2 ...

Internal Tables - keyname