SAP CASE DISTINCTION - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.