Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Obsolete Language Elements →  Obsolete Processing of External Data →  Obsolete Database Access 

Obsolete Access Statements

The following statements are predecessors of ABAP SQL and are not part of it. The keywords of the obsolete access statements are based on the processing statements for internal tables and not on SQL.

The statements specified here are only possible for reasons of downward compatibility and only for database tables or classic views whose names begin with "T" and have a maximum of five characters.

Other versions: 7.31 | 7.40 | 7.54


Note

The statements MODIFY and DELETE specified here overlap the short forms of ABAP SQL which are also obsolete. Since the keywords MODIFY and DELETE are also in SQL, these statements were transferred to ABAP SQL. MODIFY and DELETE stop being ABAP SQL statements only when used with the addition VERSION.

Continue

READ TABLE dbtab

LOOP AT dbtab

REFRESH itab FROM

MODIFY dbtab - VERSION

DELETE dbtab - VERSION