DDIC Tables are dead, long live Table Entities
Whereas before we had to define the creation of our tables via ADT (or worse, via SE11), and then create their associated CDS entities afterwards, it is now possible (and…
Whereas before we had to define the creation of our tables via ADT (or worse, via SE11), and then create their associated CDS entities afterwards, it is now possible (and…
In this article, we’ll continue to look at how to interact with Business Objects created via ABAP RAP. To do this, we’ll be using EML (Entity Manipulation Language), part of…
In this article, we’ll look at how to interact with Business Objects created via ABAP RAP. To do this, we’ll use EML (Entity Manipulation Language), part of the ABAP language,…
For all those who use configuration tables via SM30 (remember, this is not Cloud Compliant, since you access the SAP backend directly via the GUI, which is no longer available…
This article is the last in a series about the Northwind API. Prerequisites: Mastery of the ABAP Framework RESTful Application Programming Model. As a reminder, the objective was as follows:…
Prerequisite: proficiency in the ABAP Framework RESTful Application Programming Model. In our previous article, we created a RAP object using an external API. As a reminder, we’re using the PRODUCT…
In order to easily call and process APIs in ABAP, there is a very useful and easy-to-use object repository provided by SAP: the Service Consumption Model 2. This Service Consumption…
In this article, we’ll take a look at 2 artificial intelligence tools for generating ABAP code. SAP Joule For this example, I’ve followed the tutorial provided by SAP. We’re going…
Previously, we saw how to create a RAP Business Object and expose it via OData on BTP ABAP Environment, generating all the necessary objects automatically. Now we’re going to generate…
In this article, we’ll look at how, for the simplest cases, it’s possible to create RAP Business Objects without code. The principle: start with a table, and automatically generate all…