Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

INFOTYPES - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


INFOTYPES nnnn [NAME name] 
               [OCCURS n]
               [MODE N]
               [VALID FROM intlim1 TO intlim2]
               [AS PERSON TABLE].

Effect

Special Statement

Additions

  • nnnn
    Four-digit, numeric key of an info type.
  • NAME name
    Defines the name of the internal table as name.
  • OCCURS n
    Defines the initial memory usage of the internal table.
  • MODE N
    Prevents linking to special logical databases.
  • VALID FROM intlim1 TO intlim2
    Creates the columns intlim1 and intlim2 for the obsolete abbreviated form of PROVIDE as interval limits.
  • AS PERSON TABLE
    Creates the name of the internal table as ppnnnn.