How do we describe the “Check” statements and what is their mechanism? | SAP ABAP

The “Check” statement is used for finishing one loop pass conditionally, when the condition says true the rest of the statements from the actual statement block will be ignored and will begin the next loop.