SAP CDS PARAMETER V1



Get Example source ABAP code based on a different SAP table
  


• $parameters ABAP_CDS_SELECT_V1

ABAP_CDS_DDL - DDIC-Based View, parameter

ABAP_SYNTAX
... :pname$|$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 ABAP_CDS_V1_VIEW .
The name of the parameter pname must be prefixed by a colon ( :) or $parameters..

ABAP_EXAMPLE_VX5
Specifies the parameters p1 and p2 using both syntax options in the SELECT list.
DDLS DEMO_SPFLI_PROJECTION_V1
ABAP_EXAMPLE_END