SAP INTERFACE DEFERRED ABAP Statements

Get Example source ABAP code based on a different SAP table
  



INTERFACE - DEFERRED

Short Reference
• DEFERRED INTERFACE
• PUBLIC INTERFACE DEFERRED


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.

Return to menu