ABAP Keyword Documentation → ABAP - Reference → Program Flow → Control Structures → Branches → CASE
WHEN
Other versions: 7.31 | 7.40 | 7.54
Syntax
WHEN { {operand1 [OR operand2 [OR operand2 [...]]]}
| {OTHERS} }.
Effect
See CASE
.
ABAP Keyword Documentation → ABAP - Reference → Program Flow → Control Structures → Branches → CASE
Other versions: 7.31 | 7.40 | 7.54
WHEN { {operand1 [OR operand2 [OR operand2 [...]]]}
| {OTHERS} }.
See CASE
.