Building Dropdown list using Value help in CDS views with validations – ABAP Restful Application Programming Model

ABAP RESTful Application Programming Model

Introduction: Dropdown lists are very helpful when you want the user to select from a set of predefined values. The values can be either static or dynamic based on whether the database table used to implement the dropdown is updated or remains fixed. Problem Statement: Suppose that you have a Fiori list report template application […]

Continue reading


SAP Cloud Integration – Prinicpal Propagation to Backend ABAP System using RFC

SAP Integration Suite, SAP ABAP, Cloud Integration

1. Introduction With the 5.25.x/6.17.x release, SAP Cloud Integration provides the support of Principal Propagation for the RFC adapter for Neo & CF versions. This blog explains on how to make use of this enhancement. 2. Overview The below diagram depicts that a BTP user can pass the identity to the backend ABAP system via […]

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