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 part of predecessors of Open SQL and not Open SQL itself. The keywords of the obsolete access statements are based on the processing statements for internal tables and not on SQL.

The statements listed 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 listed here overlap the short forms of Open SQL which are also obsolete. Since the keywords MODIFY and DELETE are also in SQL, these statements were transferred to Open SQL. MODIFY and DELETE stop being Open 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