ABAP Keyword Documentation → ABAP Glossary
local interface
Interface of an
ABAP program that can be viewed and used statically from the ABAP program only. Local interfaces can be created in all
program types, with the exception of
interface pools and
type groups. All local interfaces for an ABAP program are stored together in one namespace along with the
local classes and the
data types declared for the program using TYPES
.