Design
-
SPA/GPA parameters with linking class
There are topics that belong together. For example, the SPA/GPA parameters. Clarifying their interaction helps to quickly understand the design and data flow in a process.
-
Either Design Pattern
Reading time:
2–3 minutesThrowing and handling exceptions can make reading and understanding source code difficult. The Either design pattern is an approach to avoid exactly this problem.
-
Own application on SAP S/4HANA or SAP BTP?
The question in the title of the blog is likely to be on the minds of many developers. Every piece of information is valuable when making a decision.
-
BAPI protocol as object
BAPI function modules output their messages via the return table, sometimes also a return structure. As a developer, you do not have to continue working with the internal table or structure, because in an object-oriented programming language you prefer to work with objects.
-
More information please
Many database tables have field identifiers consisting of 5 characters and are often an abbreviation for a German term. How can this be made more informative?
