SAP LOCAL CLASS - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

local class
Class of an ABAP program that can be accessed statically from the ABAP program only.
BEGIN_SECTION VERSION 5 OUT Local classes can be created in all program types, with the exception of interface pools and type pools. In particular, class pools can contain local classes for use in the global class or by frameworks. All local classes of an ABAP program share the same namespace together with the local interfaces and the program-global data types declared with TYPES.
END_SECTION VERSION 5 OUT