Setup a synchronous web service call from AS ABAP to an external system using Java only PIAS ABAP to External System: Java-Only PI Synchronous Web Service SetupSetup a synchronous web service call from AS ABAP to an external system using Java only PI

SAP Process Integration

This blog post describes the setup of a synchronous web service call from AS ABAP to an external system. In this example walk through, the PI is Java only and an API named “genericCall” is called in the target system. Scenario: The web service call is initiated from the AS ABAP backend (e.g. ERP or […]

Continue reading


Getting Started with UI Adaptations for Classic Applications in SAP S/4HANA Cloud

SAP S/4HANA Cloud, SAP S/4HANA Cloud Extensibility

Motivation The SAP Screen Personas NetWeaver Add-On has been part of the SAP User Experience Strategy for several years. It is a popular choice among customers to improve the user experience for classic SAP GUI transactions (classic applications). It allows people to adapt screens using the no-code WYSIWYG (what you see is what you get) […]

Continue reading


Yard Management in SAP EWM

SAP Extended Warehouse Management, EWM - Delivery Processing, EWM - Goods Movement, EWM - Master Data, EWM - Shipping and Receiving, SAP Activate, SAP S/4HANA

Introduction: In this blog post you will learn about the yard management in SAP EWM. Yard is a location outside the warehouse where the vehicle/TUs will arrive & leave to load and unload the goods. It is usually implemented to manage the truck movements within the yard. Below are the important aspects of a yard […]

Continue reading


Choosing the Right Budget Configuration for Your Organization

SAP SuccessFactors Compensation, HCM (Human Capital Management), SAP SuccessFactors Platform

Introduction Budgets are arguably one of the most important elements of the Compensation Module configuration. It is where the business needs and requirements meet the module to define set rules that affect downstream guidelines and eligibility for the entire program. The budget can make or break the entire success of the program to ensure that […]

Continue reading


Extend SAP SuccessFactors on SAP BTP with CAP – Add Business Logic

SAP Cloud Application Programming Model, SAP BTP, SAP Business Technology Platform, SAP Fiori Elements, SAP HANA Cloud, SAP SuccessFactors Platform

Create Code File The business logic of the application is implemented via custom service handlers for the various operations executed on its entities (create, read, update, delete, etc.). Those handlers are defined in a module within a JavasScript file with the same name of the service but with the .js extension. So, let’s create it! […]

Continue reading