Posts

Case Statement usage

Case statements in ABAP are great. Not only do they let you handle your logic flow like other control flow statements but also provide a clean/ better readable way to branch into multiple sublogics. A typical use of a case statement is something like this as [ CASE  variable:  WHEN  value]: