ABAP in Practice - Object Generator
In this example, we'll look at how to create a reusable generator using the XCO library to save ourselves some work for our tutorials.
ABAP in Practice - Fiori Data incorrect
In this small practical example, we will look at an error case in Fiori. Here, the data is displayed incorrectly in the UI, although everything else appears to
Recycling Heroes (Explained)
What do the Recycling Heroes have to do with modern ABAP development and ABAP Cloud? In this article, we provide insights into the idea.
ABAP in Practice - String Processing
In this practical example we look at the string processing to determine the CDS names in CamelCase and how you can implement this with ABAP.
ABAP in Practice - Test Driven Development
How does TDD actually work in practice and are there simple examples for learning in ABAP? In this exercise we will look at the practical part.
ABAP in Practice - Merge data sets
How do we merge two different data sets in ABAP, especially with regard to Modern ABAP? A practical task for this topic.
ABAP in Practice - Modern ABAP
In this small task we look at existing classic ABAP source code and try to optimize it according to Modern ABAP.
ABAP in Practice - Type Conversion
How would you perform this type conversion in ABAP? A practical example and a suggested solution.