Skip to content

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

Access to Internal Tables

When you access internal tables, you can address the whole table, the table body, or individual rows.

  • The table body is accessed using special statements such as SORT, but can also be accessed using general statements such as MOVE.

The table category and the table keys are significant when editing internal tables:

Other versions: 7.31 | 7.40 | 7.54


Notes

  • If the row type of internal tables contains object reference variables as the components comp, the attributes attr of the object to which the reference points can be used as key values for reading, sorting, and modifying table rows. This is always possible for statements that address individual components of the table.

  • The content of the primary table key cannot be changed for any modifying access to individual rows of sorted tables and hash tables.