I got a requirement to build OData service to fetch the data from DFKKKO and DFKKOP tables using OData V4. Using SEGW we can build OData V2 and finish it within the given time. After spending some time, I came to know that we should not use SEGW to create an OData V4. It is […]
SAP ABAP
A Step by Step process to create Odata services in SAP / SAP HANA system
In this blog post, I am going to tell you step by step process to create Odata services for SAP /SAP HANA system and how to test it. I tried to explain the whole process in 4 steps. Step 1. Go to transaction code – SEGW. Click on Icon Create. A pop window will appear, […]
Simplify your ODATA service with a lean and flexible architecture
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 […]
Complete Guide on trigger an outbound IDoc when Good receipt posted in S4
Background: There are certain ways that we could use in S4 to trigger an outbound IDocs. For example, using change pointers, Output type determination. The ideal fit needs to be chosen based on the requirement. Moreover, when master data creation or delta changes have to be informed to another system change pointers are the best […]
Excel Upload and Download Program with multiple tabs from Fiori Launch Pad(Web GUI)
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 […]
Making columns and rows in proper manner (Length, Height and Width) in SAP Adobe form.
This blog used to save more and more time and give efficient output in a single execution, when required to design multiple columns and row fields. Aim: When you design columns and rows in adobe form, length of the field, width and height calculations are important for each and every column. Whenever we use columns […]
SQL Script for ABAP Managed Database Procedures(AMDP)-Code pushdown for a better performance!
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 […]
Client Side Pagination in OData services
This blog post will provide the steps to implement the pagination in OData which helps to handle the large volume of data using OData GET call. Introduction: Before we learn about implementing pagination in OData service, i would like to discuss about the reason why we need to use pagination. Scenario: We are using the […]
SDI Configuration: Connect Data Provision Agent(SDI) to Cloud Foundry environment and enable the Adapters(File Adapter, ABAP Adapter and HANA Adapter)
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 […]
Extract Product Master data delta via CDS View from SAP S/4HANA Cloud
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 […]