Ansicht
Dokumentation

ABAPTYPES_INCLUDE - TYPES INCLUDE

ABAPTYPES_INCLUDE - TYPES INCLUDE

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
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






BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1531 Date: 20240425 Time: 083042     sap01-206 ( 18 ms )