TYPE-POOL

Short Reference

Syntax

TYPE-POOL tpool.

Effect

The TYPE-POOL statement must be the first statement of a type group following the triggering of possible include programs, and introduces this type group. You can only maintain type groups in the ABAP Dictionary tool of the ABAP Workbench, whereby an ABAP program is automatically generated including the TYPE-POOL statement.

Type groups can only contain the statements

Notes

Example

Type groups with the definition of a table type.

TYPE-POOL mytgr.
TYPES mytgr_spfli_tab TYPE HASHED TABLE
                      OF spfli
                      WITH UNIQUE KEY carrid connid.