Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  ABAP CDS in ABAP Dictionary →  ABAP CDS - Data Definitions →  ABAP CDS - DDL for Data Definitions →  ABAP CDS - DEFINE VIEW →  ABAP CDS - SELECT →  ABAP CDS - SELECT, Built-In Functions 

ABAP CDS - sql_functions

Other versions: 7.31 | 7.40 | 7.54

Syntax


... func( arg1[, arg2] ... ) ...

Effect

Calls built-in SQL functions in a SELECT statement of a CDS view. For passed arguments arg1, arg2, ..., a built-in SQL function returns a numeric, character-like, or byte-like result. The possible functions are:

If an argument contains the null value, the result is always the null value (except in the Coalesce function). If an argument contains an invalid value or the value range of a result type is exceeded, an exception is raised.

Continue

ABAP CDS - Numeric Functions

ABAP CDS - String Functions

ABAP CDS - coalesce