I had opportunity and privilege to work for an automotive organization which used to manufacture ‘‘Tyres”. Any industry which has variants in their business from Sales, Purchasing and in production heavily depend on characteristics and variants of materials and inevitably ”Variant Configuration” has to be implemented. Though client was not using VC, during our system […]
ERP
Creating Simple Report in SAP Cloud Platform ABAP environment. Step-by-step guide
SAP Cloud Platform, ABAP Environment is the SAP Platform-as-a-Service (PaaS) offering for ABAP development that enables developers to leverage their traditional on-premise ABAP know-how to develop and run ABAP applications in the SAP Cloud Platform, either as extension to SAP software or as standalone applications. Also Read: What is SAP ABAP 7.4 Certification? This blog […]
CDS Table Function using ‘WITH’ Clause – Improved response time
Introduction – In this blog, you are going to see how performance can be improved using ‘WITH’ Clause in CDS Table function when you have multiple selects. I will use below Problem Statement as an example and try same solution in 3 ways. Also Read: SAP ABAP 7.4 Certification Preparation Guide Problem Statement – Need […]
Implement ADF: ABAP Daemon Framework
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 – […]
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 […]