We have many findings because of code like this: IF sy-subrc <> 0. RAISE EXCEPTION cx_my_exception_class=>create_from_symsg( ). ENDIF. Here the check will issue a finding even though class based exceptions are used. BR