How to Trouble Shoot Statistic server migration Failed
Run the following SQL to determine the time it failed atselect    valuefrom_SYS_STATISTICS.STATISTICS_PROPERTIESwhere key = 'internal.installation.state'This will return the time that the switch...
View ArticleABAP on HANA - Use Cases
Introduction to ABAP on HANAThrough HANA, SAP has brought forth a high performing multi faceted appliance with rich analytic computational capabilities, in-memory hardware, enhanced compression...
View ArticleHow to use HDBAdmin to analyze performance traces in SAP HANA
Most of the time, the Plan Visualizer is sufficiently powerful to understand what is going on inside of SAP HANA when you run a query. However, sometimes you need to get to a lower level of detail to...
View ArticleHow and why to activate asynchronous queuing of IO requests
Why Asynchronous IO:Undesired synchronous I/O can have a major impact on the HANA performance, especially restart time and table load time for read I/O as well as savepoint and write transaction commit...
View ArticleConnecting SAP HANA Views to Sensor Data from Osisoft PI
Organizations across different industries leverage Osisoft PI systems in order to collect operational data (e.g. temperature, pressure, flow…) from sensors. These sensor data can be used to get a...
View ArticleHow to Define Role to different Server Nodes in Multi Node HANA System
The standard SAP recommended Node role would be as follows:In the above screen shot we have three nodes in which the first node has been set as Master node for Index and Name server.   a). Name...
View ArticleFirst Steps of Code Quality Analysis for SAP HANA SQLScript
One of these is SAP HANA SQLScript, which is used to develop high-performance stored procedures for the SAP HANA in-memory database. Unfortunately, SAP did not provide any static code analysis for...
View ArticleLicensing, Sizing and Architecting BW on HANA
I've had more than a few questions on BW on HANA Licensing and Sizing, and it seems that there isn't anything authoritative in the public domain. So here we go, but before we...
View ArticleHOW TO GENERATE ROW NUMBER OR SEQUENCE NUMBER USING HANA GRAPHICAL CALC VIEW...
Created a Table name Country in SAP HANA and have following columns:COUNTRY_NAME Â Â Â Â VARCHAR (50)COUNTRY_ID Â Â Â Â Â Â Â Â INTEGERInserted values in Country Table and it has 5 countriesCreating...
View ArticleXS application for table distribution in scale out HANA system
HANA demands optimal distribution of data across all the HANA blades for best performance. A proper table distribution helps for more optimal load balancing and better parallelization. In this blog we...
View ArticleALV and FPM on SAP HANA
With ALV and FPM lists, SAP provided very powerful and convenient tools to represent lists in SAPGUI, WebDynpro UIs or SAP NetWeaver Business Client. These tools have been very well adapted to the...
View ArticleNew Hierarchy SQL enablement with Calculation Views in SAP HANA 1.0 SPS 10
SQL enabled hierarchies with SAP HANA Calculation ViewsModeling SAP HANA Calculation Views is the key approach to successfully exploit the power of the SAP HANA Platform and leverage key SAP HANA...
View ArticleVora 1.2 Modeling Tool
SAP HANA Vora provides an in-memory processing engine which can scale up to thousands of nodes, both on premise and in cloud. Vora fits into the Hadoop Ecosystem and extends the Spark execution...
View ArticleData Loading to HANA using DXC Connection
As we know we have 3 types of data provisioning tools for HANA System1.  SAP BODS– we can connect SAP and Non-SAP systems2.  SAP SLT– we can connect SAP and Non- SAP systems3.  DXC -  we can connect...
View ArticleSAP HANA XS Advanced Installation through resident hdblcm (Command based)
SAP HANA XS Advanced Installation:Prerequisites:SAP HANA 1.0 SPS11+, kindly upgrade your SAP HANA to 1.0 SPS11+ to use benefits of XSA1. Download XS Advanced Run-time from SMPGoto...
View ArticleInput parameter based on procedure of type Date
Use case: The user is asked to enter a date. If nothing is specified then it should be default to first day of the current month else user specified value should be used to filter the data, using...
View ArticleUpload and Retrieve Image using SAP HANA XS & SAP UI5
One of the most common use case in building XS based Native HANA Application is working with file uploads like image, csv etc.,In this blog I will explain how to:Use SAPUI5 File Uploader to upload an...
View ArticleSAP HANA Scripted Calculation View
When I was trying to learn HANA scripted calculation view, I had to spend lot of time in creating tables, views and data records in order to get my hands dirty and learn how the scripted calculation...
View ArticleCreate Cumulative figure in HANA Graphical Calculation View
This is a document how you can create a cumulative calculation using HANA Graphical Calculation View. It is one of the easy example, but you can extend it to any complex scenario.I am creating a Simple...
View ArticleNetwork Bandwidth Test for HANA Server and Replication Calculation
For network bandwidth testing you need the newest NIPING version for this test, please follow SAP note 799428 to get it.First start the NIPING server on Secondary server site which you plan to use as...
View Article