SAP CDS PARAMETER V2



Get Example source ABAP code based on a different SAP table
  


• $parameters ABAP_CDS_SELECT

ABAP_CDS_DDL - CDS View Entity, parameter

ABAP_SYNTAX
... $parameters.pname ...

What does it do?
Specifies an input parameter pname from the parameter list parameter_list in an operand position of a SELECT statement of a CDS view entity.
The name of the parameter pname must be prefixed by $parameters..

ABAP_EXAMPLE_VX5
The view shown below defines two parameters, p1 and p2, and uses them in the SELECT list.
DDLS DEMO_CDS_PARAM_VE
ABAP_EXAMPLE_END