Ansicht
Dokumentation

ABENCDS_PARAMETER_V1 - CDS PARAMETER V1

ABENCDS_PARAMETER_V1 - CDS PARAMETER V1

TXBHW - Original Tax Base Amount in Local Currency   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

- DDIC-Based View, 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 .

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
         };






TXBHW - Original Tax Base Amount in Local Currency   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 2255 Date: 20240426 Time: 234747     sap01-206 ( 21 ms )