ABAP - XCO Strings
In this article we look at the XCO class for creating and processing strings for ABAP Cloud and compare it with the classic statement
ABAP - XCO Libraries
What can you do with the library in ABAP and ABAP Cloud and how do you use the objects the best way? Find out more here.
ABAP - RETURN value
After all these years, the “real” return in ABAP has finally arrived. In this article we will show you how it works and what it can do.
ABAP Deep Dive - FOR (Loops)
Let's take a closer look at the FOR loop. How does it work? What do I have to consider and what can I do with it?
ABAP Deep Dive - Table access (internal)
In this article, let's take a look at table access to internal tables and how they replace READ TABLE.
ABAP Developer still relevant
In this article we look at whether ChatGPT can already replace an ABAP developer or whether it can be used as a help in everyday life.
ABAP - FINAL
In this article, we'll take a look at the new FINAL language construct, how it works, and what you can do with it.
ABAP Deep Dive - VALUE
In this article we want to look at the value statement again in all its forms and how you can use it in your daily work.
ABAP - Common Table Expression (CTE)
In this article we want to take a look at the general table expression WITH and how you can use it in everyday life.
ABAP - Step
Today a new addition for the loops and how you can use it. With Step you have the possibility to skip steps in a loop.
ABAP - Text, String, Template
How do I use character strings in modern ABAP development and how do they behave together with inline declarations. We also look at errors that can happen with
ABAP - Predicative Method Call
Due to the OO concept, own methods are usually used for complex queries. This article is about comparing the result from such methods.
ABAP - Performance for the SELECT
In this article we will look at a few special cases with the SELECT and examine the performance of these constructs. We'll show you the current alternative
ABAP - Check objects (Instances)
In this article we will show you how you can analyze instances and react to them correctly, for example if you hand them over during processing and want to reac
ABAP - Loops
With New ABAP, new loops and possibilities for restricting table contents were created. We'll take a closer look at these new commands in this article.
ABAP - Comparison
Today we'll look at comparisons and comparison operators in terms of the new commands and their current usage. What has changed so far and what should stil
ABAP - String Functions (Part 3)
This article is about other new string functions and a replacement for CONDENSE. We would like to show you why you should use the new functions.
ABAP - SELECT FROM @itab
Selecting via an internal table used to be realized with many lines of code, but today it also works practically via the select.
ABAP - CL_ABAP_CONTEXT_INFO
Collected information about the user and the system was previously only obtained from the SYST structure. There is now a class that provides much of this inform
ABAP - Use new statements
With new ABAP, many new language constructs and expressions were introduced in ABAP. So why switch to this one when the old ones are more familiar?
ABAP - Use INSERT
APPEND already has a long history in ABAP, but this will play less and less of a role in the future. We'll show you why.
ABAP - Enumeration
Enumerations are used in development to restrict the possibilities for a variable and now also work in ABAP and method interfaces.
ABAP - Work with references
Working with references is usually not as widespread in ABAP as working with field symbols. We would like to show you the most important purposes and uses.
ABAP - Class Runner (Console Application)
Regardless of whether it is an application in the cloud or an easy program to quickly do a few tests and generate an output, a console application will support
ABAP - String functions (Part 2)
There are many new inline functions in New ABAP. We want to deal with those for string processing today and show you some advantages.
ABAP - String templates (Part 1)
The processing and creation of strings has been adjusted once more by SAP. The new structure of the strings is now easier and offers many advantages.
ABAP - Internal tables (example)
Performance when accessing internal tables may vary depending on access. How to check your data and the times, we'll show you in this article.
ABAP - Internal tables (performance)
The second part for the topic internal tables, their processing and performance in accessing the data. Today with a focus on performance in reading the data.
ABAP - Internal tables (read)
New functions and commands have been implemented for accessing internal tables. How these work and what to consider, we show you here.
ABAP - Corresponding and Value
The two expressions focus primarily on creating structures and moving data content in the context of tables. We want to show you today the two statements and wh
ABAP - New, Cast, Conv
Many of the new expressions are so-called constructor expressions. What exactly that means for you and what it brings you find out here in our article.
ABAP - The new Select
The customization of the ABAP language also has implications and improvements for the well-known and important Select. In this article we want to briefly descri
ABAP - New escape characters
If you should have the new symbols @ and # somewhere in the code, you do not have to despair immediately, we will help you understand the new logic.
New ABAP
An explanation, why SAP do many things right with new ABAP.