Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

GET DATASET - Quick reference

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