In many requirement graphical charts are required by the clients since a graph is much more appealing to the user. As graphs enables a better analysis of data to the user. It is however quite simple to provide the same functionality for building graphical charts in your ABAP report itself by using CL_IGS_CHART_ENGINE.
sap abap
Gateway Runtime Artifacts Behind The Curtains
Which is not a recommended way; but best for connecting dots between all generated runtime artifacts ( i.e. Model Provider Classes , Data Provider Classes , Model and Service).
Purchase Order – Adding Customer Field On Item Basis
Building Dropdown list using Value help in CDS views with validations – 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 […]
SAP Cloud Integration – Prinicpal Propagation to Backend ABAP System using RFC
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 […]
Step-by-step: How to cluster SAP ASCS and ERS on Windows in AWS using WSFC with SIOS DataKeeper
Introduction The following guide is a detailed, step-by-step guide on how to cluster SAP ASCS and ERS running on Windows in the AWS cloud based upon what I have learned over the past few years. The examples assume that there are two nodes in the cluster (SIOS1, SIOS2) and each node resides in a different […]
Display Messages in ODATA Header Response while success and update and usage of ALL Query operations.
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) […]
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 […]
Implementing DCL with CDS Views and Roles
I am going to write here about how to use the concept of DCL with CDS views and using roles to provide row based authorizations in UI. So, DCL stands for Data Control Language. It provides an access control mechanism to restrict the results returned by the CDS view from the database according to conditions. […]