ABAP Keyword Documentation → ABAP - Quick Reference
CLASS-METHODS - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CLASS-METHODS meth options
|{FOR TABLE FUNCTION cds_entity}.
Effect
Declares a static method meth
of a class or interface.
Additions
-
options
As inMETHODS
. -
FOR TABLE FUNCTION cds_entity
Declares an AMDP function implementation for a CDS table function.