This year, I once again intend to join the fun of solving programming puzzles in the Advent of Code event, using ABAP.
|
\|/
--*--
>o<
>O<<<
>>o>>*<
>o<<<o<<<
>>@>*<<O<<<
>o>>@>>>o>o<<
>*>>*<o<@<o<<<<
>o>o<<<O<*>>*>>O<
_ __| |__ _
Since 2015, the Advent of Code has been an annual advent calendar consisting of programming puzzles and challenges and runs from December 1st to 25th each year. While some puzzles may be more challenging than others, anyone with basic programming knowledge and some problem-solving skills can participate. It’s great fun and a way to get a short break from reality!
In 2020, I solved the puzzles in ABAP, albeit the hard way, using VSCode and transpiling ABAP into JavaScript. This year, things will be easier as I plan to use just the ‘ABAP Developer Edition 1909 docker’.
To assist me in keeping track of the inputs, results and overall progress, I decided to give abap2UI5 a go and made myself a frontend app:
UI5 frontend for the advent calendar and solution
abap2UI5 offers an interesting approach to UI5, and a super easy install using abapGit. Having a background in UI5 development is a great help when getting started, to have an understanding of the different controls and their parameters. I haven’t spent too much time on abap2UI5 yet, but I’ve experimented with some different controls, data bindings, and communications with the SAP backend. And especially for simple stuff like this, it’s great! Good stuff! Well done!
Anyway, I encourage you to participate in the fun. If you decide to, feel free to use my preparations found in my abap-advent-2023-template repo on GitHub. It includes:
If you’re planning to share your solutions, I’d love to see them! You can find mine at https://github.com/joltdx/abap-advent-2023 when we get going!
Have fun!