ABAP Keyword Documentation → ABAP - Quick Reference
INFOTYPES - Quick 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 columnsintlim1
andintlim2
for the obsolete abbreviated form ofPROVIDE
as interval limits. -
AS PERSON TABLE
Creates the name of the internal table asppnnnn
.