ABAP Keyword Documentation → ABAP - Short Reference
READ TABLE dbtab - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
READ TABLE dbtab [WITH KEY key]
[SEARCH {FKEQ|FKGE|GKEQ|GKGE}]
[VERSION vers].
Effect
Obsolete
Additions
-
WITH KEY key
Determines the search key using the content of the data objectkey
. Otherwise, the content of the table work areadbtab
is used. -
SEARCH {FKEQ|FKGE|GKEQ|GKGE}
Determines the search mode in the database table. -
VERSION vers
Specifies a different database table invers
.