EML – PART I
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,…
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…
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…
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 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…