Ansicht
Dokumentation

ABAPTYPES_INCLUDE - TYPES INCLUDE

ABAPTYPES_INCLUDE - TYPES INCLUDE

Fill RESBD Structure from EBP Component Structure   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

TYPES Syntax Diagram

TYPES

Simple type definition
- TYPES type.
- TYPES type(len).

Definition of a structured type
- TYPES: BEGIN OF structype
         ...            
       END   OF structype.

Definition of an internal table type
- TYPES itabtype {TYPE tabkind OF linetype|
                LIKE tabkind OF lineobj}
      [WITH [UNIQUE|NON-UNIQUE] keydef] [INITIAL SIZE n].
- TYPES itabtype {TYPE RANGE OF type|TYPES itabtype  LIKE RANGE OF
f}.

- TYPES itabtype {TYPE linetype|LIKE lineobj} OCCURS n.

Additional help

Defining Data Types






Addresses (Business Address Services)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1531 Date: 20240329 Time: 010324     sap01-206 ( 17 ms )