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


Sub-Contracting where components Issue from one plant and Finished product received by another Plant

MM (Materials Management), MM Purchasing, SAP MM

Subcontracting process In this blog-post, SAP Sourcing and Procurement consultant will be able to learn the concept and mapping procedure of Subcontracting Process with two different plants i.e one plant creating the PO and other plant is issuing the components to the Subcontracting vendor in SAP system. Subcontracting process is generally used in most of […]

Continue reading


Batch determination in Inventory Management for FEFO,FIFO,LIFO processes

SAP MM, MM Purchasing, MM Inventory Management

Batch Determination in Inventory Management: (FEFO,FIFO,LIFO) Batch Management increases production, improves quality, reduces cycle times, and facilitates compliance for your company to meet most industry standards. A batch is a consistent unit of material that’s defined in your SAP system with unique specifications. A batch represents a single subset of the total quantity of material […]

Continue reading


Add an Approval Workflow to your Custom Business Coding using Key User Extensibility Tools in SAP S/4HANA Cloud

SAP S/4HANA Cloud, ABAP Development, ABAP Extensibility, SAP BTP, SAP Business Application Studio, SAP Workflow Management

Use Case The use case shown here is a Bonus Plan built as a Custom Business Object in SAP S/4HANA Cloud where you trigger an approval workflow for the manager on the SAP Business Technology Platform. The Custom Business Object and its ABAP Business Logic is developed as an In-App Extension running on the SAP […]

Continue reading


K-Means Outlier Detection Algorithm ABAP Implementation

ABAP Development

Introduction: Machine learning algorithms such as linear regression, logistic regression, decision tree are very popular topic in today’s market. This article focused on anomaly detection with k-means algorithm by using outliers. K-means algorithm may be used on diverse of use case scenarios from image compression to system monitoring applications. Identifying anomaly in daily CPU resource […]

Continue reading