The example below depicts one of the possible use case of abap daemon, with the integration between interface technologies: AIF(Application Interface Framework), IDOC’s, Asynchronous RFC, Business events(workflow) & class events, Report program, email and ABAP Daemon. Disclaimer: To understand better, I implemented prototype based on below business scenario. Business Scenario: General Asset Procurement Process – […]
ERP
Guide on NWBPM – Async/Sync Bridge and Enrich Input Payload with Response

Step by Step guide on NW-BPM – Async/Sync Scenarios and Enrich Request Payload With Response Message Summary This is a simple guidance document which will help to understand how to design NWBPM interfaces in SAP PO. Please note there is other way to build Async/Sync Bridge in SAP PO without NWBPM. However, there might be […]
List of S4HANA Credit Management Reports, Tables & Some issues we faced in our recent S4HANA Implementation

The Intention of the blog is to provide a handy guide for S4 HANA Credit Management Reports, Tables, some issues we faced in our recent S4HANA 1809 implementation for a client and their resolutions to help you. S4H Credit Management Reports These reports can be accessed via the Fiori launch pad or in the SAP […]
Authorization in SAPUI5 apps using BOPF and CDS

In this post, I am going to show how to provide authorization to a SAPUI5 / FIORI application using CDS views and BOPF framework. Basically, we can provide authorizations for CRUD methods in SAPUI5 using BOPF. Every BOPF object has a authorization class associated to it. The methods of this class are automatically triggered whenever […]
Best way to generate Microsoft word docx from ABAP

There are several ways to generate Microsoft Word docx documents using ABAP. All of them have a number of disadvantages: some require a lot of manual actions and saving structures in the ABAP dictionary some require the Microsoft Office package installed on the user’s computer for their work The advantage of my development: requires a […]
Setting-up trigger Point in a Production Order

With this Blog Post, I will talk about the SAP functionality of Trigger Points in production Order and how to set them up. A trigger point is SAP standard functionality that automatically/manually triggers certain functions while we are processing a Production Order. We can set up trigger points to carry out the following functions; Process […]
How to use the OData Client Proxy in SAP S/4 HANA

If you want to consume an OData service in your ABAP coding there is a nice feature available in SAP Cloud Platform, ABAP Environment that lets you generate an OData Client Proxy by importing the EDMX file of an OData V2 service. The import is offered by creating a so called Service Consumption Model. Though […]
Excel File Upload SAPUI5 App with SAP HANA XSA

In this post, we will create a simple SAPUI5 app to upload an Excel file (.xlsx) into SAP HANA XS Advanced table. We will create the multi-target-application that consists of database, NodeJS and SAPUI5 module. There are three main modules we need to create in SAP Web IDE SAP HANA XS Advanced: database, NodeJS and […]
Let’s Consume GraphQL API from SAP PO

Recently I came across to a challenge of consuming GraphQL API through SAP PO 7.5. Obviously i though somebody must have had written GraphQL API Call’s through SAP PO, but to my surprise, i was not able to find any single blog on it. Also Read: SAP PO Certification Preparation Guide Currently, when industries are […]
Create multipart/form-data service with forwarded basic authorization using JIRA REST API

Business background Recently I’ve received interesting requirement: integrate SAP system with Atlassian’s JIRA software to enable creating new issues directly from SAP GUI. Because this software provides its own REST API it seemed to be an easy task. However, creating new issue is not enough, because user reporting some kind of an issue would like […]