Graphical Calculation View Nodes – JOIN Continuing the build of our first graphical calculation view, we repeat the same process for VBAP to be added to Projection 2. Also, some of the fields we need from this table are also selected. At this point, these are two individual tables floating in space with no interaction […]
Tag Archives: sap
SQL script complete tutorial – Part 2
Core SAP HANA SQL script concepts- SELECT with SQL WHERE conditions Welcome to the second installment of this SAP HANA SQL Scripts core concepts section where we try to understand the SQL WHERE condition and different ways of using it. SQL WHERE – Because we only take what we need Most times when we do […]
Linking HDB tables to Flat files
Import flat file(CSV) with HDB Table – Table Import Configuration Welcome again to the next tutorial where we learn how to link a CSV file to an HDB table. This is the third and last part of the data load to HANA table tutorial series. This method only works with HDB Tables. Although this is […]
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.
Creating a HANA Table – Graphical Method
This beginner tutorial explains how to create an SAP HANA table using the graphical method without any use of codes with an example.
Creating SAP ABAP Views
This is a beginners tutorial to BI ABAP that explains how to create an SAP ABAP view using an actual business scenario study
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
Creating Data Elements in SAP ABAP
This BI ABAP tutorial for beginners with an explanation with illustrations to create and understand reusable data elements 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.