Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Obsolete Language Elements →  Obsolete User Dialogs →  Obsolete statements of the screen flow logic 

SELECT - Screen

Other versions: 7.31 | 7.40 | 7.54

Obsolete Syntax

SELECT *
       FROM dbtab
       WHERE col1 = f1 AND col2 = f2 ...
       INTO wa
       WHENEVER [NOT] FOUND
        SEND { ERRORMESSAGE | WARNING } [num [WITH { p1 ... }]].

Effect

Using the SELECT statement alone in the screen flow logic is obsolete. The effect of the statement is described in its - also obsolete - usage as an addition of the FIELD statement.