The SAP HANA Cockpit is built as an SAP HANA extended application services, advanced model (XSA) solution and it is the web based administration tool for the administration, monitoring and maintenance of SAP HANA systems. In our SAP HANA landscape, we have DEV, QA and PROD and also cockpit itself. Also Read: SAP HANAIMP 16 […]
ERP
Create SAP Performance Analysis Dashboard with ABAP Download data
I had been working on SAP performance analysis with my customers in the past. Based on my experience, the performance analysis process could be time-consuming and might need a large amount of time to prepare reports for sharing the finding with other team members. Also Read: https://www.erpqna.com/sap-back-end-developer-abap-cloud-certification-preparation-guide/ Recently, I am working with a customer on […]
Tracking Coronavirus COVID-19 Near Real Time with SAP HANA XSA
In this blog, I am going to walk through how you can create yourself a simple app to track the COVID-19 status in near real time with SAP HANA XS Advanced and display it in a web server or with SAP Analytics Cloud using custom widget. Also Read: SAP HANAIMP 16 Certification Preparation Guide Let’s […]
SAP HANA Development C_HANADEV_15: Is It Worth?
The SAP Certified Development Associate – SAP HANA 2.0 SPS03 certification exam assures that the candidate has the knowledge to develop primary software applications that run on the SAP HANA Platform.
Optimizing models in BW/4HANA mixed scenarios
1. Introduction I’ve had the opportunity of trying some test in a customer with a SAP BW/4HANA in order to improve performance in his reports. This customer has a modern infrastructure with a SAP BW/4HANA (BW 7.5, HDB 2.0) with an intensive reporting with AFO, webi and other third-party tools. Also Read: SAP S/4HANA Management […]
NSE(Native Storage Extension) Data Tiering Options
NSE Whitepaper What is NSE ? HANA SPS 04 version has introduced the NSE. NSE is used to store the warm data. HANA was used to store the hot data in memory but as data growth occurred in some of the organization the need for another store came into picture and SAP came out with […]
SAP FI tax codes transport – Best practices and tips
Overview Working for many companies I quite often found inconsistencies in tax code customizations between systems. Meeting many FI consultants I saw different approaches in transporting tax codes between systems. Being a SAP FICO consultant for 12 years I´d like to summarize in this blog post all best practices and tips I gathered to streamline […]
How to trace widgets in SAP Analytics Cloud stories connected via HANA Live Data Connection
SAP Analytics Cloud is a powerful tool to visualize data. Even though it is a cloud framework, it could be very helpful in some cases to get a look behind the scenes. Objective In that blog post we try to analyse a story build in SAP Analytics Cloud with HANA Life Data Connection to a SAP […]
SAP API Management JavaScript and serviceCallout policy along with SAP PO use-case
Overview:- We use DynamicConfigurationBean bean to edit the message header for adapter-specific message attributes also to add, delete attributes from message headers. We usually use this when we develop pass-through interface using File and SFTP adapter, recently I came across a situation where I need to send (just pass-through) file from SFTP server to REST […]
Kotlin Application with SAP Gateway Part-2
Create a Kotlin Application At this point, our SAP Gateway Service is fully developed and tested to support all of our CRUD operations for our custom SAP Table. Now, we can write an application using any programming language of our choice, to call the RESTful web service. Of course, Kotlin is the best, so let’s […]