Ansicht
Dokumentation

ABAPINTERFACES_SHORTREF - INTERFACES SHORTREF

ABAPINTERFACES_SHORTREF - INTERFACES SHORTREF

BAL Application Log Documentation   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

INTERFACES

Reference



Syntax

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


Effect

Implements an interface in the public visibility section of a class or includes it in another interface.

Additions

  • ABSTRACT METHODS meth1 meth2 ...
    Makes the specified instance methods meth1, meth2, ...abstract when the interface is implemented in a class.
  • FINAL METHODS meth1 meth2 ...
    Makes the specified instance methods meth1, meth2, ... final when the interface is implemented in a class.
  • ALL METHODS ${ABSTRACT$|FINAL$}
    Makes all instance methods abstract or final when the interface is implemented in a class.
  • DATA VALUES attr1 = val1 attr2 = val2 ...
    Assigns start values val1, val2, ... to instance attributes attr1, attr2, ... when the interface is implemented in a class.





CPI1466 during Backup   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 2280 Date: 20240329 Time: 134850     sap01-206 ( 31 ms )