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, […]
Month: December 2020
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 […]
SAP Fiori for SAP S/4HANA – Enterprise Search Optimization
SAP Fiori for SAP S/4HANA – Enterprise Search Optimization As a UX specialist in the S/4HANA Regional Implementation Group team I’m privileged to work with many of our SAP S/4HANA customers. Many of these SAP S/4HANA customers are looking to drive the business benefits of SAP S/4HANA by implementing SAP Fiori at scale. In this […]
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 […]
C_TS462_2020 Certification: Study Guide for Sure Success
Want to improve sales performance with the C_TS462_2020 exam? Use the study guide to ace the S/4HANA sales exam and carve the path to career success.
How to use REST API in SAP Analytics Cloud to update user profile in embedded scenarios
Introduction Currently, I am employed as a Business Process Consultant in the SAP Analytics & Insight Team, primarily focusing on SAP Analytics Cloud and SAP Data Warehouse Cloud. More and more customers are using iFrame to embed SAP Analytics Cloud into external web apps and 3rd party software, e.g. salesforce.com. By modifying the URL parameters […]
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 […]