In a separate blog post, we have discussed the problem of outlier detection using statistical tests. Generally speaking, statistical tests are suitable for detecting outliers that have extreme values in some numerical features. However, outliers are many and varied, and not all kind of outliers can be characterized by extreme values. In many cases for […]
ERP
Internal to Excel with multiple sheets and formatting
Introduction Downloading internal table as excel file is very easy in SAP, But The real struggle starts when you got a requirement like download an excel with multiple sheets or with some cell’s text in different color /Font / Bold /Italic . This can be done by OLE but i got it very confusing. So, […]
How to Share/Deploy/Undeploy local BPM process using NWDS
This blog will provide step by step guide on how to Import/Export,Deploy/Undeploy BPM Process using NWDS and PO. 1) How to Export BPM Process/SC? Open Development Infrastructure Perspective window->Perspective->Open Perspective->Other->Development Infrastructure. Open Component browser and select the SC and click on export Select all development components and click on force build. Click on next and […]
Automate Master Data Vendor Extension Process to Purchase Organization with Approval Workflow
Introduction In every Project or Customer you worked for, you will have the scenario where some Master Data will not be extended to Company Code/Purchase organization and in those scenarios you have to send an email to that Team and wait when this will get extended so that you can create your Business Document. In […]
Outlier Detection using Statistical Tests in Python Machine Learning Client for SAP HANA
In datasets with multiple features, one typical type of outliers are those corresponding to extreme values in numerical features. In this blog post, we will show how to use statistical tests algorithms in Python machine learning client for SAP HANA(i.e. hana_ml) to detect such outliers. In this blog post, you will learn: Introduction Outliers are […]
Automating SAP HANA HA configuration with Ansible and Red Hat HA Add-On
High Availability for SAP HANA High Availability is of the utmost importance mostly for production environments. In the case of a potential failure it will ensure that the systems remain accessible and the operations will continue while the issue is being resolved. If an outage occurs, there must be a robust system in place allowing […]
Here is why Azure DevOps is a must-have tool for Agile (SAPUI5) projects
We were using SAP BPC 10.1 for our planning scenarios but at some point of project implementation and utilisation, we noticed BPC was not answering the requirements coming from the business users. System was full of workarounds which was far away from a stable and flexible architecture. We were creating a monster in the system. […]
SFTP Housekeeping job via SAP PO
Overview SFTP cleanup job is done by the Infrastructure team in most of the organization, I have implemented an interface in SAP PO to automate the manual task. I have developed an asynchronous loop back interface in SAP PO and written a java function to open SFTP connection and look for files, delete them and […]
SAP S/4HANA: Overview on Enterprise Portfolio and Project Management
Introduction This blog gives an overview of the EPPM (Enterprise Portfolio and Project Management) solution and discussed various components in detail. User Role – Project Manager / Project Planner The above diagram shows the overall solution and various components of the EPPM solution. On the left, we have Commercial Project Management in S/4HANA which plays […]
SAP System Copy with Zero Downtime Using AWS CloudEndure
Introduction: With Innovation of new technology and introduction of new tools by different Cloud Providers, I am trying to create a Blog on one of the most critical testing requirement for any SAP Landscape which is System Refresh or System Copy with minimum (zero) downtime with no Business Impact, by using AWS own native tool […]