Extending an API via BTP, ABAP environment – PART II
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:…
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…