Get Example source ABAP code based on a different SAP table
• WITH PARAMETERS ABAP_CDS_DEFINE_VIEW
ABAP_CDS_DDL - DDIC-Based View, parameter_list>
ABAP_SYNTAX ... WITH PARAMETERS parameter1>, parameter2>, ...>
What does it do? Defines CDS parameters> parameter1>>, parameter2>>, ... as input parameters of a ABAP_CDS_V1_VIEW > in a comma-separated list. An input parameter called pname> can be used as an operand in the following places in the SELECT> > statement of the view using the syntax :pname>> or $parameters.pname> >: