SAP CDS F1 FUNCTION ANNOTATIONS



Get Example source ABAP code based on a different SAP table
  


• /at ABAP_CDS_FUNCT_ANNOT

ABAP_CDS_DDL - DEFINE TABLE FUNCTION, function_annot

ABAP_SYNTAX
... @annotation ...

What does it do?
Specifies an annotation annotation in the definition of a CDS table function in front of the statement DEFINE TABLE FUNCTION as a function notation. The character @ must be placed in front of the name annotation of the annotation. The annotation should be defined as a CDS object in a CDS annotation definition and the annotation definition annotation @Scope should be specified here using the value #TABLE_FUNCTION.