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