sapdev logo background
sapdev logo sapdev logo
Comments

ABAP INTERFACES Statement syntax, information and example SAP source code



Return to Statement index



INTERFACES

Short Reference

ABAP Syntax:
Implementing Interfaces in Classes

1 INTERFACES intf
[ PARTIALLY IMPLEMENTED ]
{ {[ABSTRACT METHODS meth1 meth2 ... ]
[FINAL METHODS meth1 meth2 ... ]}
| [ALL METHODS {ABSTRACT|FINAL}] }
[DATA VALUES attr1 = val1 attr2 = val2 ...].

Integrating Interfaces into Interfaces

2 INTERFACES intf.

What does it do? This statement implements interfaces in classes or integrates interfaces into other interfaces. You can use it in the public
visibility area of the declaration part
of classes and in interface declarations
.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




INTERFACE-POOL
INTERFACES_CLASS




comments powered by Disqus