SAP LOCAL CLASS - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Local class
Class of an ABAP program that can be viewed and used (statically) only in this program. You can create local classes in all program types except interface pools and type groups. All local classes of an ABAP program are located in a single namespace together with the local interfaces and the data types of the program declared using TYPES.