SAP CLASS - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

class
Template for objects in ABAP Objects. Defined with CLASS - ENDCLASS, either as a global class in a class pool or as a local class in almost any ABAP program. The definition of a class comprises a declaration part for the declaration of the class components and an implementation part for the implementation of the methods.
ABAP_MORE_INFO