Tuesday, 27 August 2024
Automating Username Generation for Employee BP Records mandatory in SAP EHS
Saturday, 27 July 2024
Understanding SAP RAP, CAP, Build, Joule, Embedded Analytics: A Simple Guide
Introduction
SAP RAP (Restful ABAP Programming)
Friday, 28 June 2024
SAP Cloud Transport Management
Introduction
The Big Picture
Friday, 21 June 2024
How to replicate your Fiori Inbox in Microsoft Teams
[1] Consider the trigger points.
Friday, 14 June 2024
Upload and modify OpenXML documents via RAP App in SAP BTP ABAP Environment
Introduction
Prerequisite
- SAP BTP ABAP environment or an S/4 system to your disposal.
- Eclipse IDE installed on your local machine with the ABAP Development Tools.
Monday, 20 May 2024
Organize and categorize your documentation in SAP Cloud ALM
Create Process Hierarchy
Wednesday, 8 May 2024
How to identify the actually used UserInterface Technology from ABAP
Friday, 3 May 2024
Adapt Clean Core Principle using SAP Cloud ALM
Introduction:
Monday, 29 April 2024
Creating ABAP Dataframes for SAP PAL
Friday, 12 April 2024
Unable to log in to SAP BusinessObjects CMC
Friday, 5 April 2024
Analytical Query CDS View creation and consumption in RSRT along with publishing OData Services
Introduction
Creation of query CDS view:
Friday, 9 February 2024
Export the Analytic Application to PDF
Introduction:
Friday, 2 February 2024
Tip: SAP GUI Scripting VBA Code Snippet to Detect all IDs of the UI Elements
Monday, 29 January 2024
SAP BTP Environments – Cloud Foundry Vs ABAP Vs Kyma
Introduction
Friday, 5 January 2024
SAP Business Workflow – Trigger Workflow Behind Tcode: CJ20N
Saturday, 30 December 2023
Using memoization to optimize pure functions in ABAP
Friday, 23 June 2023
ABAP CDS View Where used List – A simple utility
Introduction:
CDS doesn’t need any introduction so let’s get to the core of the topic for which I am writing this blog post.
I was investigating on certain CDS annotations and I was missing something called “where used” option for CDS, this is a feature which we ABAPers use almost every day! But when comes to this CDS, no such option I could find. If you are using DDIC view instead of DDLS Entity then probably you can, but that is NOT the right approach and with “define view entity” syntax you wouldn’t get any DDIC view generated, right?
Thursday, 20 October 2022
Gobang Game write in ABAP OO!
Saturday, 14 May 2022
ABAP REST API http Service call from Postman: JSON to ABAP data
This blog post will describe the steps of how to expose REST API and handle REST API request from SAP ECC 6.0 without installing SAP Gateway service builder component. It will also help to convert json data to ABAP data. In this blog post I have described how to build web server service in ECC application server of Rest APIs using JSON data format.
Prerequisite JSON data format, SAP logon and postman.
◉ Define JSON structure:
JSON is a text-based data format which follow JavaScript object syntax. It stores the value in form of key value pair. Each of the property and value is separated with colon (:).
Wednesday, 27 April 2022
Changing i-flow name permanently in SAP CPI/HCI
Introduction:
In this blog post you will learn how to change the i-flow name permanently in CPI. I am sharing my inputs which I had gone through while I was doing this.
Let’s consider that you have an i-flow and you want to change the i-flow name. There are two ways to change the i-flow names. So, that in UT & SIT(Unit & System Integration Testing) also flow name will be changed permanently.

