ABAP Keyword Documentation → ABAP Glossary
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
.