SAP OO INTF - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

interface (ABAP Objects)
Template for the public interface of classes in ABAP Objects. Defined with INTERFACE - ENDINTERFACE , either as a global interface in an interface pool or as a local interface in another ABAP program. An interface contains the declaration of interface components but does not contain method implementations. Can be implemented in classes using INTERFACES, which enhances the external interface of the class by adding interface components. OO interfaces are generally referred to as interfaces, unless the distinction to general interfaces needs to be made.
ABAP_MORE_INFO