ABAP Keyword Documentation → ABAP − Short Reference
READ DATASET - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
READ DATASET dset INTO dobj [MAXIMUM LENGTH mlen]
[[ACTUAL] LENGTH alen].
Effect
Imports data from the file specified in dset
to the data object dobj
.
Additions
-
MAXIMUM LENGTH mlen
Restricts the number of characters and bytes to be read from the file tomlen
. -
[ACTUAL] LENGTH alen
Returns the number of characters and bytes read from the file toalen
.