Introduction Some time ago I needed to publish SAP Application Interface Framework Interfaces as REST APIs for a Customer SAP S/4HANA System, providing a Swagger Documentation and Testing Page. Prerequisites Basic SAP Application Interface Framework Knowledge ABAP Swagger Classes implemented Implementation Steps SAP Application Interface Framework Configuration Interface Definition We want to create Business Partners […]
SAP ABAP
Consume Get Content API of Open text to read the Xstring content of the attachments in Open text
Introduction: This article serves as a guide or an example with code snippet of how to consume Open text content server REST APIs in SAP using ABAP. Preface Being an ABAPER for more than four years, I had worked in various WRICEF objects under different SAP modules. I recently worked on an Integration project where […]
Outbound Communication from Cloud to On-Premise in S/4HANA Cloud
Introduction Let’s look at the customer scenario in Two-Tier ERP where Subsidiary is on Cloud and Headquarter is on ECC or SAP S/4HANA. There is need to have real time data exchange between the two system to take a business decision. For example, there could be a requirement where in 2EJ scope item customer want […]
How to Work with BAPI SDK in SAP IRPA Cloud Studio 2.0
Introduction: One of the most important package while developing automations with SAP Applications(Create Sale orders, Create Purchase orders, Posting Invoice Documents) is by using the BAPI SDK, which saves the developers time and life easy by providing the Inbuilt validations spending time to understand business logic No screen recording is required Bot will run in […]
ABAP in the Cloud, Start from Scratch, Architecture of ABAP Restfull Application Programming Model and Developing Fiori Apps
This blog post include the understand of architecture of Restful Application Programming Model and implementation codes step by step. Firstly, We can look at the evolution of ABAP RAP. In the technology environment, everything changes and evolving. ABAP is changing also, specially for frontend services faster changer. When we look at the diagram, our CDS […]
Explore SAP HANA Database by Using SAP BTP Cockpit
Prerequisites You have created an instance of the SAP HANA Database service for SAP BTP in SAP Cloud Foundry environment. Introduction The SAP HANA cockpit dashboard is useful because it provides a graphical interface for monitoring each and every object like Schema, Services, Service Marketplace, Routes, Members, Events. Step – 1 Navigate SAP HANA Cloud […]
Printing Charts / Graphs on Smart Forms Dynamically
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.
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 […]