SAP TYPE POOL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

type pool
ABAP program, administrated by the ABAP Dictionary, that is introduced by the statement TYPE-POOL and which contains the definitions of globally visible data types, constants
BEGIN_SECTION VERSION 5 OUT , and macros
END_SECTION VERSION 5 OUT . A type pool is loaded the first time its data types and constants are used.
BEGIN_SECTION VERSION 5 OUT It does not support own dynpros.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO