ABAP Keyword Documentation →  ABAP Glossary → 

local interface

Interface of an ABAP program that is static and can only be seen and used there. Local interfaces can be created in all program types except interface pools and type groups. All local interfaces of am ABAP program are stored together with the program's local classes and the data types declared with TYPES in one namespace.