Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

GET DATASET - Short Reference

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 in pos.
  • ATTRIBUTES attr
    Returns the properties of the file in the structure attr of the type DSET_ATTRIBUTES.