by Barry Allen | Nov 17, 2022 | ABAP, ABAP RAP, SAP
Preface – This post is part of the SAP ABAP RAP series. Introduction SAP RAP stands for Restful Application Programming. It is the newest framework by SAP to develop projects using ABAP and S/4HANA. In this project, we will learn simple steps to learn how to...
by Barry Allen | Oct 12, 2021 | ABAP RAP
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... by Barry Allen | Aug 24, 2021 | ABAP RAP
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... by Barry Allen | Aug 24, 2021 | 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.... by Barry Allen | Aug 18, 2021 | 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... by Barry Allen | Aug 18, 2021 | ABAP 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...