SAP ABAP: API Creation Without OData & CDS View

Опубликовано: 12 Июль 2026
на канале: Nobody's Hero
503
12

In this video, I am creating a sample API that handles GET and POST requests. This API is not using OData & CDS View, so it is so flexible.

[Chapters]
00:00 Introduction
00:53 Creating an API Handler Class in SE24
03:05 Coding for the method IF_HTTP_EXTENSION~HANDLE_REQUEST
06:28 Coding for the method JSON_SERIALIZE
09:40 Finalizing the method IF_HTTP_EXTENSION~HANDLE_REQUEST
10:54 Creating a service in SICF
13:44 Testing a service (API) in the browser
15:02 Testing a created API by using Postman