Ansicht
Dokumentation

ABENCDS_SELECT_CLAUSES - CDS SELECT CLAUSES

ABENCDS_SELECT_CLAUSES - CDS SELECT CLAUSES

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

- SELECT, clauses

... $[WHERE cond_expr$]
    $[GROUP BY field1, field2, ...$]
    $[HAVING cond_expr$]
    $[UNION $[ALL$] SELECT ...$] ...


Effect

The optional clauses of the SELECT statement of a CDS view have the following semantics:

  • The WHERE clause restricts the rows in the result set when the CDS view is accessed.
  • The GROUP BY clause groups rows in the result set when the CDS view is accessed. It is applied after rows are selected using the WHERE clause.
  • UNION can be used to create the union of the result sets from two SELECT statements.





Vendor Master (General Section)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 2325 Date: 20240427 Time: 010927     sap01-206 ( 28 ms )