Ansicht
Dokumentation

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

Fill RESBD Structure from EBP Component Structure   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

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 simple CREATE DATA 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.






PERFORM Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1728 Date: 20240425 Time: 132647     sap01-206 ( 29 ms )