SAP CDS CASE EXPRESSION V1
Get Example source ABAP code based on a different SAP table
• CASE ABAP_CDS_EXPR_V1
• WHEN ABAP_CDS_EXPR_V1
• THEN ABAP_CDS_EXPR_V1
• ELSE ABAP_CDS_EXPR_V1
• END ABAP_CDS_EXPR_V1
ABAP_CDS_DDL - DDIC-Based View,
ABAP_SYNTAX_FORMS
1
WHEN operand1 THEN result1
$[WHEN operand2 THEN result2$]
...
$[ELSE resultn$]
END ...>
2
$[WHEN cds_cond2 THEN result2$]
$[WHEN cds_cond3 THEN result3$]
...
$[ELSE resultn$]
END ...>
What does it do?
Case distinction in a
Case distinctions can be specified in the