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 […]
abap development
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 […]
Application Log Enhancements in Project Manufacturing Management and Optimization (PMMO)
Introduction The Business Application Log (BAL) is a tool widely used by many applications. It offers nice functionality for enhancements and adaptation. For the PMMO application we made extensive use of these capabilities. Transaction SLG1 This is the standard transaction for displaying application logs. For the PMMO application, the following objects are available: We can […]
Table with Link to action UI element in Webdynpro
Description: In this scenario we will display the list of PO from the EKKO table and set the Purchase order number EBELN as link to action. On clicking the EBELN link let us display the Item details for that Purchase order in a separate table. Procedure: Step1: Go to TCODE SE80 and create a webdynpro […]
Business Application Log (BAL) – Message Statistics
Do you have batch jobs or online applications that generate massive amounts of messages in the application log? Do you wish there was a way to just get an overview of what messages were issued so that you can focus on the most important ones? Do you want to compare two application logs to see […]
Publish SAP Application Interface Framework Interfaces as REST API using ABAP Swagger
Introduction Some time ago I needed to publish SAP Application Interface Framework Interfaces as REST APIs for a Customer SAP S/4HANA System, providing a Swagger Documentation and Testing Page. Prerequisites Basic SAP Application Interface Framework Knowledge ABAP Swagger Classes implemented Implementation Steps SAP Application Interface Framework Configuration Interface Definition We want to create Business Partners […]
Outbound Communication from Cloud to On-Premise in S/4HANA Cloud
Introduction Let’s look at the customer scenario in Two-Tier ERP where Subsidiary is on Cloud and Headquarter is on ECC or SAP S/4HANA. There is need to have real time data exchange between the two system to take a business decision. For example, there could be a requirement where in 2EJ scope item customer want […]
How to Work with BAPI SDK in SAP IRPA Cloud Studio 2.0
Introduction: One of the most important package while developing automations with SAP Applications(Create Sale orders, Create Purchase orders, Posting Invoice Documents) is by using the BAPI SDK, which saves the developers time and life easy by providing the Inbuilt validations spending time to understand business logic No screen recording is required Bot will run in […]
Explore SAP HANA Database by Using SAP BTP Cockpit
Prerequisites You have created an instance of the SAP HANA Database service for SAP BTP in SAP Cloud Foundry environment. Introduction The SAP HANA cockpit dashboard is useful because it provides a graphical interface for monitoring each and every object like Schema, Services, Service Marketplace, Routes, Members, Events. Step – 1 Navigate SAP HANA Cloud […]
Printing Charts / Graphs on Smart Forms Dynamically
In many requirement graphical charts are required by the clients since a graph is much more appealing to the user. As graphs enables a better analysis of data to the user. It is however quite simple to provide the same functionality for building graphical charts in your ABAP report itself by using CL_IGS_CHART_ENGINE.