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