Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  ABAP CDS in ABAP Dictionary →  ABAP CDS - Data Definitions →  ABAP CDS - DDL for Data Definitions →  ABAP CDS - DEFINE TABLE FUNCTION 

ABAP CDS - DEFINE TABLE FUNCTION, parameter_list

Other versions: 7.31 | 7.40 | 7.54

Syntax


... WITH PARAMETERS parameter1, parameter2, ...

Effect

Defines CDS parameters parameter1, parameter2, ... as input parameters of a CDS table function in a comma-separated list.

The input parameters of the AMDP function implementation amdp_function specified after IMPLEMENTED BY METHOD are generated from the input parameters specified here. The ABAP data types of the input parameters of the AMDP function implementation are derived from the built-in data types in ABAP Dictionary specified by the typing, in accordance with the associated mapping rules for type references to ABAP Dictionary.

In the case of client-specific CDS table functions, each input parameter with the built-in dictionary type CLNT must be annotated with the annotation @Environment.systemField and the predefined value #CLIENT.