Ansicht
Dokumentation

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

CPI1466 during Backup   ABAP Short Reference  
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.






ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1728 Date: 20240420 Time: 115032     sap01-206 ( 28 ms )