Change IF to CASE
change_if_to_case
Description
Finds IF constructs that can be changed to CASE
Extended Information
https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#prefer-case-to-else-if-for-multiple-alternative-conditions
If the first comparison is a boolean compare, no issue is reported.