SAP SQL FUNCTIONS NULL



Get Example source ABAP code based on a different SAP table
  


• COALESCE ABAP_SQL_FUNC

ABAP_DDIC - SQL Functions for Null Values
The following table shows the SQL functions for null values that can be used by ABAP CDS and AB_SQL . The columns CDS DDIC-Based Views, CDS View Entities, and ABAP SQL indicate where a function can be used. The Table Buffer column indicates whether the function can be executed in the table buffer. SQL FunctionResult CDS DDIC-Based Views CDS View Entities AB_SQL Table Buffer
COALESCEReturns the first non-null value from a specified list. x x xx
The possible operands and data types are described in the corresponding documentation for ABAP CDS, DDIC-Based Views, ABAP CDS, View Entities and AB_SQL .