ABAP Keyword Documentation →  ABAP Glossary → 

case distinction

Control structure using the control statement CASE or a conditional expression using the conditional operator SWITCH. In case distinctions, the value of an operand determines which one of several source code sections is executed.