Simplify your ODATA service with a lean and flexible architecture

SAPUI5, ABAP Development, NW ABAP Gateway (OData), SAP Fiori

Once i started learning SAPUI5, i noticed something was not right on the entire data flow. Selecting fields in SEGW, updating service again, updating structure due to new requirements, function imports, annotations, deep inserts, entire SEGW was really burden for the project. There was no way i could implement something in a good mood. After […]

Continue reading


Excel Upload and Download Program with multiple tabs from Fiori Launch Pad(Web GUI)

ABAP Development

Introduction There could be multiple scenarios where an excel upload and download using ABAP Report Program or a Odata service with different sheets or tabs in a Excel needs to developed as shown in the below screenshot. Excel Upload with multiple tabs: There has been multiple instances where most of the developers tend to use […]

Continue reading


SQL Script for ABAP Managed Database Procedures(AMDP)-Code pushdown for a better performance!

ABAP Development

We all are aware of the term “code pushdown” in the SAP HANA database and how it helps us in improving the performance of the application. When it comes to performance intensive applications say an analytical report, the bottleneck lies in moving the records between the database server and the application server. The time taken […]

Continue reading


SDI Configuration: Connect Data Provision Agent(SDI) to Cloud Foundry environment and enable the Adapters(File Adapter, ABAP Adapter and HANA Adapter)

SAP HANA smart data integration, SAP S/4HANA, ABAP Development

1.0 Procedure overview 1.1 Purpose The purpose of this procedure is to install the Data Provision Agent into your local machine and establish a connection to the Cloud Foundry environment. 1.2 Pre-requisites Listed below are the pre-requisites for performing the following procedure: You should have the two users with the below system privileges which are […]

Continue reading


Extract Product Master data delta via CDS View from SAP S/4HANA Cloud

SAP S/4HANA Cloud, ABAP CDS View

Introduction This blog post describes, how to extract Product Master data Delta via API CDS View and consume the information via Postman from SAP S/4HANA Cloud. Searching for CDS View To find the suitable CDS View we need the View Browser application. Firstly we need to filter only by released CDS Views: For this business-case […]

Continue reading


ABAP Units in ABAP RESTful Programming Model

ABAP RESTful Programming Model, SAP Cloud Platform, SAP S/4HANA

Objective and Advantages of writing ABAP Units Setup and Creation of ABAP Unit Test Doubles In behavior implementation class, navigate to test classes section and type “test” and then press ctrl+space. Select “testClass” and press enter. Provide test class name. For our e.g. we will test class name as “ltcl_scarr”. As implementation methods for determinations, […]

Continue reading