ABAP with Github Copilot – version 2
In that article, we saw how to use Github Copilot. However, we were using an unofficial extension, since no official one existed. Github now offers us its official extension. This…
In that article, we saw how to use Github Copilot. However, we were using an unofficial extension, since no official one existed. Github now offers us its official extension. This…
In our last article, we saw that it was possible to use CDS Simple Types and CDS Enumerated Types within CDS Table Entities. These types can also be used for…
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…
The aim of this article is to introduce you to a tool developed by Abapeur.fr: CPI Logs Analyser (Beta). This tool, to be integrated into your SAP On-Premise or Private…
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 our last article, we saw how to create a proxy to consume an external API.Building on this, we’re now going to integrate it into a RAP business object. This…