ABAP
Blogs about my work with the ABAP programming language. Topics include design, best practices and real-life experiences.
-
A little chat with AI about a message queue in ABAP
Published on
in ABAPReading time:
2–3 minutesThe topics and discussions surrounding AI are never-ending. That’s a good thing. My impression is that a lot is already possible with it. However, when I bring ABAP into play, there are always surprises.
-
We love Formulare Podcast #17
Published on
in ABAPReading time:
1–2 minutesEpisode 17 of the podcast “We love forms” is about fetching data and testing.
-
Gists to share code instantly
Want to quickly share a code snippet? Yes, please, but keep it as simple as possible – it is possible.
-
Don’t save money at the expense of quality
Published on
in ABAPReading time:
3–4 minutesThe idea of saving money by reducing quality is not new. The consequences are also not new and that is why I am against it.
-
Throw these comments overboard
Published on
in ABAPReading time:
1–2 minutesComments are a part of ABAP. As with all the possibilities of a programming language, you can basically do everything wrong with them, even if you mean well. We all experience countless examples every day. It works differently too.
-
We love Formulare Podcast #16
Published on
in ABAPReading time:
1–2 minutesAnother episode of “We love forms” is ready for your ears. This time it’s about S/4HANA. It’s not long until 2027.
-
Advantages of Unit Tests
The quality of software is a permanently important topic. Any help is welcome. Unit tests, for example, are a great help and should be considered for a variety of reasons.
-
Function key power
Published on
in ABAPReading time:
1–2 minutesDear community, I have been a big fan of the ABAP Development Tools for Eclipse (ADT) as a development environment for years. It is often said that the ADT is so important because you can use it to maintain CDS views or work on ABAP cloud projects. That’s all true. Personally, I think the refactoring…
-
Be the first to use your class
The use of unit tests has many positive effects. In particular, if you test your own classes directly using unit tests, long before anyone else, you have the chance to improve the design significantly.