Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

DESCRIBE TABLE - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


DESCRIBE TABLE itab [KIND knd] [LINES lin] [OCCURS n]. 

Effect

Defines the properties of an internal table itab.

Additions

  • KIND knd
    Returns the table type in knd.
  • LINES lin
    Returns the number of lines in lin.
  • OCCURS n
    Returns the initial storage area in n.