This commit is contained in:
danrega
2023-09-28 10:10:55 +02:00
parent 5b472c62ce
commit 5eb32e005c
15 changed files with 303 additions and 265 deletions

View File

@@ -132,10 +132,10 @@ define view entity zdemo_abap_cds_ve_sel
// You can use the ELSE NULL addition that returns the null value.
// Note: If ELSE is not specified, the null value is returned as a result.
// case $projection.case1
// when 'X' then 'A'
// else null
// end as case2,
case $projection.case1
when 'X' then 'A'
else null
end as case2,
// Complex case distinction (searched case) for evaluating conditions
case