SAP SQL EXPR COALESCE ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SQLFUNC - Coalesce Function
This example demonstrates the coalesce function in SQL expressions.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SQL_EXPR_COALESCE

ABAP_DESCRIPTION
This example is an excerpt from the executable example for joins. Here, the function COALESCE is used to replace null values produced by an outer join with a different value.