ABAP Keyword Documentation → ABAP − Short Reference
INFOTYPES - Short 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 asname. -
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 columnsintlim1andintlim2for the obsolete abbreviated form ofPROVIDEas interval limits. -
AS PERSON TABLE
Creates the name of the internal table asppnnnn.