SAP ABAP BRANCHES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Branches
This section describes the branches defined using
IF - ENDIF
CASE - ENDCASE
Special types of branch are group control processing for internal tables and extracts and exception handling.

Note
The conditional operators COND and SWITCH can be used to implement branches in operand positions.