SAP CLASS POOL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

class pool
ABAP program that contains the definition of one global class and is loaded when the class is used.
BEGIN_SECTION VERSION 5 OUT Does not support its own dynpros and the only possible processing blocks are methods.
END_SECTION VERSION 5 OUT In addition to the global class, a class pool can contain further local classes, that are defined in a CCDEF include, CCIMP