SAP TAG INTERFACE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

tag interface
Special predefined global interface. By implementing or including a tag interface, classes or other interfaces are particularly tagged for the ABAP runtime framework.
BEGIN_SECTION VERSION 5 OUT A tag interface generally does not contain its own interface components but instead assigns a particular task to the integrating classes or interfaces and changes the way they are handled by the ABAP Compiler.
END_SECTION VERSION 5 OUT