Comparing Workflow Templates in SAP

SAP Business Workflow, SAP Workflow Management, ABAP Development

Introduction Identifying the changes present between different versions of workflow templates can be a challenge. Unlike other objects, there isn’t a built-in functionality for direct comparison. Manually scrutinizing each step of the templates side-by-side can be both tedious and error-prone. This lack can be frustrating, as I’ve witnessed firsthand through inquiries from few of my […]

Continue reading


SAP Event Mesh: S4 HANA On-Prem and SAP CI(BTP IS) through WebSocket and Webhooks

SAP Integration Suite, SAP ABAP Development, Cloud Integration, SAP Process Integration, SAP Process Orchestration, SAP S/4HANA

Introduction What is Event Mesh? SAP Event Mesh allows applications to communicate through asynchronous events. Experience greater agility and scalability when you create responsive applications that work independently and participate in event-driven business processes across your business ecosystem. In this decoupled integration the producers of the events will not know the consumers of the events. […]

Continue reading


Deploying Fiori/UI5 Projects to S/4HANA On-Premise ABAP server via VSCode

SAP Fiori, SAP ABAP Development, SAP Fiori for SAP ERP, SAP Fiori Tools, SAPUI5

In this blog post, I’d like to guide you step by step process of deployment the Fiori/UI5 application to S/4 HANA On-Promise ABAP Repository via Visual Studio Code (VS Code). Before we were deploying our projects via SE38 program with /UI5/UI5_REPOSITIRY_LOAD. We were choosing the Upload Check Box, giving the name, package and description of […]

Continue reading


Posting GL entries/Vendor invoice/Customer invoice using BAPI(BAPI_ACC_DOCUMENT_POST)

SAP Contract Accounts Receivable and Payable, SAP ABAP Development

This blog will provide you the steps and information about how to post journal entries, vendor invoice with TDS & GST, Customer invoice with GST Using BAPI_ACC_DOCUMENT_POST. The BAPI “BAPI_ACC_DOCUMENT_POST” is used to post accounting entries. Steps: 1. Go to SE37 T-code. 2. Enter functional module: BAPI_ACC_DOCUMENT_POST Note: – This is the important step you […]

Continue reading