ABAP Keyword Documentation → ABAP - Quick Reference
GET DATASET - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
GET DATASET dset [POSITION pos] [ATTRIBUTES attr].
Effect
Defines the properties of a file opened using OPEN DATASET
.
Additions
-
POSITION pos
Gets the current position of the file pointer inpos
. -
ATTRIBUTES attr
Gets the properties of the file in the structureattr
of the type DSET_ATTRIBUTES.