SAP INTERFACES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Implementing and including interfaces
Interfaces can be implemented by classes using the statement
INTERFACES
or can be included by other interfaces.
Alias names can be defined for interface components using the statement
ALIASES
.