SAP LOCAL INTERFACE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

local interface
Interface of an ABAP program that can be accessed statically in this program only.
BEGIN_SECTION VERSION 5 OUT Local interfaces can be created in all program types except for interface pools and type pools. All local interfaces of an ABAP program share the same namespace together with the local classes and the program-global data types declared using TYPES.
END_SECTION VERSION 5 OUT