Ansicht
Dokumentation

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

ABAPCREATE_DATA_TYPE_LINE - CREATE DATA TYPE LINE

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Addresses (Business Address Services)  
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.






CPI1466 during Backup   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1728 Date: 20240419 Time: 163353     sap01-206 ( 18 ms )