ABAP Keyword Documentation → ABAP Glossary
Branch
Also selection. Control structure that can comprise several
statement blocks that
are defined by keywords IF
- ELSEIF
- ELSE
- ENDIF
,
CASE - WHEN
- ENDCASE
,
TRY
- CATCH
- CLEANUP
- ENDTRY
and are executed according to conditions.