INFOTYPES
Reference
Syntax
INFOTYPES nnnn [NAME name]
[OCCURS n]
[MODE N]
[VALID FROM intlim1 TO intlim2]
[AS PERSON TABLE].
Effect
Obsolete: Creates an internal table with the name pnnnn for an info type of the SAP ERP Component HR.
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.