Tuesday, December 04, 2007

TYPE-POOLS

TYPE-POOLS are ABAP programs where custom TYPES and CONSTANTS are defined which are maintained in the ABAP Dictionary. The TYPE-POOL is available to all programs and function modules after declaration in the TOP include.

All TYPES and CONSTANTS in the TYPE-POOL must be prefixed with the TYPE-POOL name followed by an underscore.

No comments: