This is a test message to test the length of the message box.
Login

Content search

school

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.

school

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.

school

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.

school

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.

school

ABAP Quick - Performance Data Filtering

Which statement do you use in ABAP to filter internal tables and is it performant? Read more in this article.

school

ABAP in Practice - Type Conversion

How would you perform this type conversion in ABAP? A practical example and a suggested solution.

school

ABAP Quick - RFC Error handling

How do you actually handle errors when communicating via a destination in the function module? More about this in our tip.

school

ABAP Quick - CLEAR right

Delete correctly? In this article we want to take a look at when it makes sense to delete and how you can do it effectively.

school

ABAP Quick - Performance chained statements

Let's take a look at the performance when creating chained statements with DATA and FIELD-SYMBOL. Which variant will be ahead in terms of performance?

school

ABAP - ALV still relevant in 2022?

Today the joking question, do we still need reports that generate ALV outputs in 2022? In this article, we want to look into this question.

school

ABAP in Change

The programming language ABAP has been changing for years and is being modernized in various concepts. In this article, we'll look at it in detail.

school

ABAP Quick - Clean Core

In this article something about Clean Core, what does it mean for the developer, what are the requirements and what do you have to pay attention to.In this arti

school

ABAP Quick - Processing in a new task

This tip is about asynchronous processing in a new process and what to look out for.

school

ABAP Quick - Convert JSON to internal

In this little tip, we'll go into how you can convert a JSON stream to an internal format and then use it properly.

school

ABAP Quick - External currency to internal

A little tip to convert data from an Excel or CSV file into the correct internal currency format. A simple conversion can quickly lead to errors.

school

ABAP Quick - Creation of test data

What challenges do you have when setting up test tables and test data and how can machine processing help you?

school

ABAP Quick - RFC Buffer

Here is a little tip from us about what can go wrong with the buffer when reading via RFC and what you should definitely pay attention to.

school

ABAP Quick - Wait for task

Today a tip for asynchronous processing or if you want to put processing in a separate task in special situations. What happens afterwards?

school

ABAP Quick - Performance INSERT vs VALUE

In this article we take a look at the performance of the insert operations APPEND, INSERT and VALUE with regard to tables and evaluate the performance and stabi

school

ABAP Quick - Search in source code

Sometimes it is necessary to search through different source codes in one system. We show you how it works in the SAP GUI and in Eclipse.

school

ABAP Quick - Icons

Find icons in SAP and use them correctly? Here is a small guide on how to use the images for different purposes.

school

ABAP Quick - Classes and Dynpros

How do you best use local classes and screens with each other? And does the whole thing actually make sense?

school

ABAP Quick - Transport ALV variants

In this small article we show you some tips regarding ALVs, variants and the distribution in the system.

school

ABAP Quick - Extract icon from list

You want to separate an icon from a printed list or a printed ALV? With us you are in the right place to get this knowledge.

school

ABAP Quick - Where-Used list messages

When working with BAPIs and messages, it usually comes to a loss of searchability in the use of messages because they are firmly created in structures.

school

ABAP Quick - Read table with RFC

Reading in a table via RFC function module is very easy, if you create a specific module for it. Reading any table can be just as easy.

school

ABAP Quick - Editable popup

Have you ever searched for an easy way to view and change your data? Here you can find out how easy it will be for you in the future.

school

ABAP Quick - Classes for an interface

Read and validate all implementing classes for an interface. We'll show you how to do it easily and use it dynamically.

school

ABAP Quick - Backup for reports

Save your own reports locally with one click? In this article, we'll show you how to do that without much effort.

school

ABAP Quick - Min/max values of data types

Sometimes it is important to know the maximum limits of a data type before assigning a value to them. We show you today in our tip how it works.

school

ABAP Quick - Create POST Request

How can you easily create a POST request on a domain and process the result? We'll show you how the REST connection works very easily.

school

ABAP Quick - Dynamic method calls

Not always is a direct method call, that brings you to your goal. Maybe you want to bring some dynamism in your programming, in addition to our today's tip

school

ABAP Quick - Loop at Groups

Sometimes you want to loop through certain groups of a determined amount of data. With today's command we want to show you a simple method from the standar

school

ABAP Quick - Popup to all users

Here's a quick tip on how you can read all current users who are logged into the system, what they are doing and how you can send them a personal message.

school

ABAP Quick - Ping system

In today's tip, we show you how to test an RFC connection to another system before using it. This will allow you to verify if the connection is available..

school

ABAP Quick - Random numbers

How do you create a neatly working random number generator in ABAP? We show you in this little article and what you should pay attention to.

school

ABAP Quick - Compare tables

Imagine you are currently implementing an ALV with editing functions and would like to compare what has changed after editing by the user? No problem, we'l

school

ABAP Quick - Callstack

Sometimes you want to know where you stand or just to make sure that the program or the method was called at the right time? We help you out with this simple im

school

ABAP Quick - CL_GUI_TIMER

Automated updating of lists, logs or status indicators? No problem for you with our little tip for a simple automation with a SAP standard class.