Core SAP HANA SQL script concepts- SELECT STATEMENT Welcome to the next series of tutorials on SAP HANA SQL script which will aim at making you comfortable with the SQL side of SAP HANA. Most of us are scared of coding but let me assure you that you can pick it up fairly easily if […]
Tag Archives: sap hana studio
Graphical Calculation View: Part 1
Understanding a Graphical Calculation View in SAP HANA Hi everyone and welcome to the most important tutorial in this series where we learn how to create a graphical calculation view. Calculation views form the primary core reporting data model which is developed in SAP HANA. Some of you who have already done some kind of […]
Loading data using INSERT statement into SAP HANA Table
SAP HANA SQL Script INSERT Welcome to the next tutorial explaining the usage of SAP HANA INSERT statement to insert new records into a HANA Table. This method can be applied on any table, no matter how it was created – Graphically ,by SQL CREATE or HDB Table To start, we need the SQL editor. Click somewhere […]
Loading data from flat file to SAP HANA
This beginner tutorial explains how a flat file or CSV file can be loaded to SAP HANA graphically without any coding whatsoever.
SQL Union Types in SAP
This checkpoint tutorial focuses on understanding the SQL UNION and SQL UNION ALL statements in SAP with a simple example.
Creating Tables in SAP ABAP
In this BI ABAP tutorial for beginners, we illustrate step by step instructions on how to create basic tables in SAP ABAP
SAP HANA Star Schema
In this beginner tutorial, we explain what a Star Schema is in SAP HANA data modeling with meaningful example and illustrations.
Introduction to HANA Studio
This tutorial introduces beginners to the SAP HANA Studio – The tool used to build high performing analytical data models