ABAP Keyword Documentation → ABAP Glossary
global interface
Interface that is visible throughout the entire
AS ABAP. Global interfaces are declared in
interface pools and
are flagged as global interfaces here using the addition PUBLIC
of the statement
INTERFACE
. An interface pool can only contain one global interface. All global interfaces of an AS ABAP are stored together with the
global classes and
data types of ABAP Dictionary in one namespace.