Find EXIT or CHECK outside loops

 home quick fix styleguide  single file  edit

exit_or_check

Description

Detects usages of EXIT or CHECK statements outside of loops. Use RETURN to leave procesing blocks instead.

Extended Information

https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abenleave_processing_blocks.htm
https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapcheck_processing_blocks.htm
https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#check-vs-return

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions