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 […]
ERP
The longest ABAP statement on earth OR playing chess with SQL
An alternative would be to use ABAP SQL! What about an SQL statement which can play chess? Let’s give it a go! Note: the demo code here was written about 5 years ago and does not use the newest ABAP SQL features. Note also that most tables mentioned here are actually available as demo content […]
Sub-Contracting where components Issue from one plant and Finished product received by another Plant
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 […]
Batch determination in Inventory Management for FEFO,FIFO,LIFO processes
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 […]
Add an Approval Workflow to your Custom Business Coding using Key User Extensibility Tools in SAP S/4HANA Cloud
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 […]
C_TPLM30_67 Certification: SAP Maintenance & Repair with ERP 6.0 EHP7 | Study Guide to Pass the Exam with Ease
Here are the passing tips to ace the C_TPLM30_67 exam with ease. Explore the study tips and valuable practice tests to get your SAP Certified Application Associate – SAP Maintenance & Repair with ERP 6.0 EHP7 certification in no time.
SAP Password reset tool using Azure Logic App, SAP PO/Integration Suite and ABAP
Introduction Recently while working on Azure Logic App, I felt we can make use of Office 365 email connector to automate a few manual processes. I thought, why not create a password reset tool? So, I designed a Logic App that picks up email from a specific folder(outlook) and passes on the information to SAP […]
K-Means Outlier Detection Algorithm ABAP Implementation
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 […]
Custom BADIs SAP BTP
Definition: Badi Stands for BUSINESS ADD-INS, A BADI is an enhancement technique that facilitates a SAP programmer, a user, or a specific industry to add some additional code to the existing program in SAP system. We can use standard or customized logic to improve the SAP system. A BADI must first be defined and then […]
Build SFTP with docker and use BTP Cpi to test the OP SFTP Service
Today I supported a customer for CPI sftp call. I blog down the test process for your reference. The prerequisite is: Docker has been install on your laptop. SAP Cloud connector has been installed and configured on you laptop You have configured BTP Cloud platform integration suite. You have installed WinSCP to test SFTP service […]