SAP HANA XS JOB – Part 1 Welcome one and all to our brand new adventure on this journey with SAP HANA. This is the first of a three part tutorial where we learn how to create an SAP HANA XS Job.Before we get our hands dirty with the implementation, let’s ask the age old question – […]
Author Archive: shyamuthaman
SAP HANA Stored Procedures – Part 4
SAP HANA Stored Procedures – Part 4 Welcome to the fourth and final part of the SAP HANA Stored Procedures tutorial. If you landed on this page directly, please check out Part 1, Part 2 and Part 3 of this tutorial before you read further. Else the concepts may not make complete sense. Continuing from […]
SAP HANA Stored Procedures – Part 3
SAP HANA HDB Procedure – Part 3 So you made it to Part 3? Great.. I knew you were a serious SAP HANA student. In this tutorial we go back to the SAP HANA HDB Procedure and slightly increase the complexity.If you landed directly on this page without completing the Part 1 and Part 2, I highly […]
SAP HANA Stored Procedures – Part 2
SAP HANA Stored Procedure – Part 2 Welcome back to the second part tutorial of the SAP HANA Stored procedure tutorial using HDB Procedures. If you have directly landed on this page, please visit the first part of this tutorial before reading this second part to maintain proper continuity and less confusion. Now, we come […]
SAP HANA Stored Procedures – Part 1
SAP HANA HDB Stored Procedure – Part 1 Welcome to then next SAP HANA HDB Stored Procedure tutorial. I hope the tutorials up until now were clear enough and you now have a solid foundation in HANA. In this tutorial, we learn another important concept of Stored procedures. This tutorial explains how to create an […]
Index Server Architecture
SAP HANA In-Memory Computing Engine (IMCE)– Index Server Architecture Welcome to the followup tutorial to the SAP HANA Architecture. Here, we learn about the core of the HANA appliance – The IMCE (In memory computing Engine) or the Index Server. We already learnt in our previous tutorial that the data is contained and processed in […]
SAP HANA Architecture
SAP HANA Architecture Welcome to this foundation tutorial explaining the SAP HANA Architecture in detail. Here, we will understand the different components that make up the SAP HANA appliance. SAP HANA Architecture in blocks SAP HANA is not just a database – it’s an appliance which consists of different servers. Index server is the primary […]
Usage of Table Functions in HANA – Part 2
SAP HANA Table function – Calculation View Wrap This tutorial is a continuation of the SAP HANA Table Function Part-1 tutorial. Please read it first if you have directly landed on this page. To be used further, SAP HANA table functions need to be wrapped around SAP HANA graphical calculation views graphical calculation view . […]
Table Functions with Input Parameters – Part 3
SAP HANA Table Function linking with Calculation view Input Parameters This tutorial is a continuation of the SAP HANA Table Function Part-1 tutorial and Part-2 tutorial. Please read them first if you have directly landed on this page. SAP HANA Table function (Contd..) To understand how input parameters work with an SAP HANA table function, we […]
Table Functions in SAP HANA – Part 1
SAP HANA Table Functions Welcome to the SAP HANA Table Functions tutorial. SAP HANA Table functions replace Scripted Calculation views as the recommended development artifact whenever the graphical views are not enough to implement a technical requirement. Let’s start off with a simple scenario to build a table function that provides the Client(field MANDT) and […]