Create a Fiori Application using RESTful Application programming model(RAP) on S/4 HANA cloud platform and Business transaction platform(BTP)

SAP S/4HANA, ABAP RESTful Application Programming Model, SAP BTP, ABAP Environment

Introduction In this post, We will go over a series of steps in creation of a Fiori application to perform CRUD operations using ABAP RESTful Application programming model(RAP) on S/4 HANA cloud platform and Business transaction platform(BTP). Pre-requisites for this Application: There are 2 type of scenarios in RAP. In this Blog, I am going […]

Continue reading


Display Messages in ODATA Header Response while success and update and usage of ALL Query operations.

ABAP Environment, SAP ABAP

Introduction This article explains the gradual creation of OData services, mapping messages on the OData response header, and simple operations($filter, $orderby, $inline count, $skip and $top). Overview:- 1) Creation of OData service 2) Registering the OData Service 3) Redefine methods to write the code 4) Simple operations of OData 5) Add Success/ Error Message 6) […]

Continue reading


FEH (Forward Error Handling) & ECH (Error Conflict Handler)

ABAP Development, SAP Cloud Platform, ABAP Environment

FEH – Forward Error Handling FEH (Forward Error Handling) is used for Error handling in Asynchronous Services. Asynchronous inbound service operations should support service-oriented error handling: if an error is detected while executing a service call, performing the requested service is not rejected immediately. In particular, no immediate “rejection message” containing error information is sent […]

Continue reading