switch

14 Aug: New Features in ABAP 7.4 – Conditional Logic

With the new conditional code constructs in ABAP 7.2 and ABAP 7.4 we have the ability to create ABAP code with fewer statements for the same functionality, without compromising readability of the code. New boolean functions like XSDBOOL, and new conditional operators such as SWITCH and COND allow us more flexibility and extensibility when developing and maintaining our ABAP code.