sapdev logo background
sapdev logo sapdev logo
Comments

ABAP INTERFACE DEFERRED Statement syntax, information and example SAP source code



Return to Statement index



INTERFACE - DEFERRED

Short Reference

ABAP Syntax INTERFACE intf DEFERRED [PUBLIC].

What does it do? This variant of the INTERFACE statement is used to declare the interface intf independently of the location of the actual definition in the program. It does not introduce a declaration section nor can it be completed using ENDINTERFACE . The meaning is the same as for the corresponding variants of the CLASS statement.
Latest notes: This variant of the statement INTERFACE can also only be listed in the context described under
INTERFACE .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




INTERFACES_PARTIALLY
INTERFACE_DEFINITION




comments powered by Disqus