I have no idea about ABAP – but my colleague (also no idea about it) showed me some code he came up with and it consisted of wayyy too many if-statements. In JavaScript I could’ve improved it but in ABAP I’m a bit lost because I’m missing my Arrays ;). I found out that internal Tables are used instead. But