Software-Heroes
software-heroes.com
Software-Heroes
@software-heroes.com
Blogging on https://software-heroes.com/, doing Talks and show some ABAP.
In this episode, we finalize the contact app, create a large set of test data, reset the number ranges, and make the final adjustments to the UI: youtu.be/s2aUu8K2ybE
November 17, 2025 at 5:00 AM
What about the use of internal tables? Is it still just TYPE TABLE in #ABAP, and the table is fully defined? software-heroes.com/en/blog/abap...
ABAP - The right Key
What about the use of internal tables? Is it still just TYPE TABLE in ABAP, and the table is fully defined?
software-heroes.com
November 14, 2025 at 5:00 AM
Let's take a detailed look at how we can create a value help for our input for our IDE action in #ADT. We'll examine several possibilities and dependencies: software-heroes.com/en/blog/abap...
ABAP Tools - IDE Actions (Value Help)
Let's take a detailed look at how we can create a value help for our input for our IDE action in ADT. We'll examine several possibilities and dependencies.
software-heroes.com
November 11, 2025 at 5:00 AM
How can we ensure that permissions in the Contacts app can be granted dynamically? In this episode, we'll look at Restriction Types: youtu.be/9G83DT9Gpn4
November 10, 2025 at 5:00 AM
#SAP TechEd 2025 is over, and most attendees should be back home by now. Here's a brief recap of my highlights and key takeaways. Of course, there are also a few points about #ABAP: software-heroes.com/en/blog/sap-...
SAP TechEd 2025 - Personal Recap
SAP TechEd 2025 is over, and most attendees should be back home by now. Here's a brief recap of my highlights and key takeaways. Of course, there are also a few points about ABAP.
software-heroes.com
November 9, 2025 at 5:00 AM
Let's take a look at the XCO classes for regular expressions and how you can easily use them to execute REGEX against text and input in #ABAP Cloud. We'll also compare them with classic #ABAP: software-heroes.com/en/blog/abap...
ABAP - XCO Regular Expressions
Let's take a look at the XCO classes for regular expressions and how you can easily use them to execute REGEX against text and input in ABAP Cloud. We'll also compare them with classic ABAP.
software-heroes.com
November 7, 2025 at 5:00 AM
How can we retrieve information before the actual IDE action is executed in #ABAP? Let's implement the first version of a simple input: software-heroes.com/en/blog/abap...
ABAP Tools - IDE Actions (Input)
How can we retrieve information before the actual IDE action is executed in ABAP? Let's implement the first version of a simple input.
software-heroes.com
November 4, 2025 at 5:00 AM
Let's look at the different permissions in our #RAP app and restrict the actions and data as a first step. This involves feature controls, permission objects, and #CDS permissions: youtu.be/WYwzROVhWd8
November 3, 2025 at 5:00 AM
How can you enrich your Dynamic Tile with additional information and still translate untranslatable components? Let's analyze it with an example and see how you can get more out of it: software-heroes.com/en/blog/btp-...
BTP - Dynamic Tile Service
How can you enrich your Dynamic Tile with additional information and still translate untranslatable components? Let's analyze it with an example and see how you can get more out of it.
software-heroes.com
October 31, 2025 at 5:00 AM
When you see ABAP Code with ZBS* on SAP Community and it was not published by SwH. Not a fit for me ... 🕵️‍♂️
October 28, 2025 at 3:38 PM
Let's take a look at the output options we currently have with IDE Actions and what we can achieve with them: software-heroes.com/en/blog/abap...
ABAP Tools - IDE Actions (Output)
Let's look at the output options we currently have with IDE Actions and what we can achieve with them. We will look at different implementation examples for each case.
software-heroes.com
October 28, 2025 at 5:00 AM
We'll continue with the fundamentals of Core Data Services. We'll create additional basic views and model the first associations in the data model in the interface. We'll also explore additional annotations to enhance our data model: youtu.be/I8StBA8R8v8
October 27, 2025 at 5:00 AM
Let's create our first IDE action for the #ABAP Development Tools together. We'll guide you step by step through the process and the interfaces: software-heroes.com/en/blog/abap...
ABAP Tools - IDE Actions (Creation)
Let's create our first IDE action for the ABAP Development Tools together. We'll guide you step by step through the process and the interfaces.
software-heroes.com
October 24, 2025 at 4:01 AM
In case you missed the Devtoberfest session, you can rewatch it here. It covers how IDE Actions are developed and offers a teaser of the RAP Analyzer and RAP Extension Assistant, which should help you speed up your RAP development: www.youtube.com/live/BAALIiR...
October 22, 2025 at 4:01 AM
Let's take a look at the basics and a brief introduction to IDE Actions. We'll cover availability and other important details you should know as an #ABAP developer: software-heroes.com/en/blog/abap...
ABAP Tools - IDE Actions (Introduction)
Let's take a look at the basics and a brief introduction to IDE Actions. We'll cover availability and other important details you should know as an ABAP developer.
software-heroes.com
October 21, 2025 at 4:00 AM
In this episode, we'll look at how we can better define our Launchpad and the app entry, and what other information we can get on the Tile: youtu.be/nWhytAq3R-o
October 20, 2025 at 4:00 AM
What exactly is #ABAP Cloud's approach to accessing components? In this article, we'll look at the different levels and what we can do with the information: software-heroes.com/en/blog/abap...
ABAP Cloud - Access to Components
What exactly is ABAP Cloud's approach to accessing components? In this article, we'll look at the different levels and what we can do with the information.
software-heroes.com
October 17, 2025 at 4:01 AM
The question has often been asked: What to do with the new Level Concept and what does the new definition of Clean Core actually mean? Let's take a closer look: software-heroes.com/en/blog/abap...
ABAP Cloud - Level Concept und nun?
The question has often been asked: What to do with the new Level Concept and what does the new definition of Clean Core actually mean? Let's take a closer look.
software-heroes.com
October 14, 2025 at 4:00 AM
To enable users to work with our application, we need to integrate it into the #Fiori Launchpad. Here, we manage the tiles, pages, and spaces so that the user has their workspace: youtu.be/LwUAoCpdi98
October 13, 2025 at 4:00 AM
In this article, let's take a closer look at different escape variants that you need for #ABAP development and system security: software-heroes.com/en/blog/abap...
ABAP - Escape
In this article, let's take a closer look at different escape variants that you need for ABAP development and system security.
software-heroes.com
October 7, 2025 at 4:00 AM
Now that we've finished modeling the application with #RAP, we can now focus on creating it in Business Application Studio. Finally, we'll deploy it to the #ABAP Environment: youtu.be/jNH_UoGqrvI
October 6, 2025 at 4:00 AM
In this article, let's take a closer look at the data types for dates and times in #ABAP. Have any changes been made between the various releases, and what should you still use today? software-heroes.com/en/blog/abap...
ABAP - Date and Time
In this article, let's take a closer look at the data types for dates and times in ABAP. Have any changes been made between the various releases, and what should you still use today?
software-heroes.com
October 3, 2025 at 4:00 AM
Have you just created your service binding in #ABAP of the Web API type and don't want to test it with Postman? Have you already taken a look at Swagger, which now works out of the box? software-heroes.com/en/blog/btp-...
BTP - Testing with Swagger
Have you just created your service binding in ABAP of the Web API type and don't want to test it with Postman? Have you already taken a look at Swagger, which now works out of the box?
software-heroes.com
September 30, 2025 at 4:00 AM
Translations in #ABAP Cloud now work a little differently. In this episode, we'll look at the translation process in #SAP #Fiori and how our mini app "XLF Translator" can help you with the translation process: youtu.be/TeCQcAb1Bj0
September 29, 2025 at 4:00 AM
In this article, we'll look at different variations of ASSIGN and how you can use them in #ABAP in everyday life to make your development more effective: software-heroes.com/en/blog/abap...
ABAP - Assign
In this article, we'll look at different variations of ASSIGN and how you can use them in ABAP in everyday life to make your development more effective.
software-heroes.com
September 26, 2025 at 4:00 AM