ABAP Keyword Documentation → ABAP - Quick Reference
IMPORT DIRECTORY - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
IMPORT DIRECTORY INTO itab
FROM DATABASE dbtab(ar) [TO wa] [CLIENT cl] ID id.
Effect
Imports the table of contents of a data cluster into an internal table itab
.
Additions
-
FROM DATABASE dbtab(ar) [CLIENT cl]
Specifies a data cluster stored in a database tabledbtab
in the areaar
with the client IDcl
. -
ID id
Specifies the IDid
of the data cluster. -
TO wa
Specifies a work areawa
for including details about the data cluster.