ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE
PERFORM Short Reference BAL Application Log DocumentationThis documentation is copyright by SAP AG.
LINETYPE - Zeilentypangabe bei CREATE DATA
Alternatives:
1. {type|(name)}
2. REF TO {type|(name)}
3. REF TO DATA
Effect
When you create an internal table, you can declare a static or dynamic line type after the OF addition, just as you can when you use a simpleCREATEDATA statement. If you declare the type dynamically using (name), the system gets the line type from the variable (name) at runtime.
Alternative 1
{type|(name)}
Effect
The system uses the type you declare as the line type for the internal table. The type must be complete (that is, not generic). You cannot include a LENGTH or DECIMALS addition here.
Alternative 2
REF TO {type|(name)}
Effect
The system uses a reference type to a class or interface as the line type.
Alternative 3
REF TO DATA
Effect
The system uses the type of a general data reference as the line type.
CL_GUI_FRONTEND_SERVICES - Frontend Services SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up
This documentation is copyright by SAP AG.
Length: 1636 Date: 20120522 Time: 042304 triton ( 62 ms )






