Ansicht
Dokumentation

ABENCDS_F1_PARAMETER - CDS F1 PARAMETER

ABENCDS_F1_PARAMETER - CDS F1 PARAMETER

Fill RESBD Structure from EBP Component Structure   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

- parameter

... :pname$|$parameters.pname ...

Effect

Specifies an input parameter pname from the parameter list parameter_list in an operand position of a SELECT statement of a CDS view.

The name of the parameter pname must be prefixed by a colon (:) or $parameters..

Example

Specifies the parameters p1 and p2 using both syntax options in the SELECT list.

@AbapCatalog.sqlViewName: 'SPFLI_PROJECTION'
define view spfli_proj
  with parameters p1 : abap.int4,
                  p2 : abap.int4 as
  select from scarr
         { key carrid,
               :p1 as para1,
               $parameters.p2 as para2
         };





Addresses (Business Address Services)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 2131 Date: 20240426 Time: 140717     sap01-206 ( 21 ms )