SAP EML (Entity Manipulation Language)

SAP EML (Entity Manipulation Language)

Preface – This post is part of the SAP ABAP RAP series. Introduction SAP Entity Manipulation Language (EML) is an ABAP language that is used to control the behavior of business objects in the context of the RESTful Application Programming model (also called SAP...

SAP ABAP RAP CRUD operation

Preface – This post is part of the SAP ABAP RAP series. Introduction To enable the CRUD operations in SAP ABAP RAP managed scenario, you need to enable the transactional behavior in Behavior Definition. There is no need to explicitly implement the CRUD...

OData Development using SAP ABAP RAP

Preface – This post is part of the SAP ABAP RAP series. Introduction In SAP ABAP RESTful Application programming, the business service is RESTful service which is called by end-users/customers. It consists of two parts: Service Definition and service binding....

Service Consumption and Web APIs using SAP ABAP RAP

Preface – This post is part of the SAP ABAP RAP series. Introduction In this article, we will see how to create services in SAP RAP (RESTful Application Programming) and consume the same in UI5/Fiori using the given steps: Create service definition Expose...

Dealing with Existing Code in SAP RAP

Preface – This post is part of the SAP ABAP RAP series. Introduction This article will provide the step-by-step enabling of existing code in RAP. Using the steps below we will learn “Dealing with Existing Code in SAP RAP”. Steps: Create data model...