Book Image

Software Development on the SAP HANA Platform

By : Mark Walker
Book Image

Software Development on the SAP HANA Platform

By: Mark Walker

Overview of this book

Table of Contents (19 chapters)
Software Development on the SAP HANA Platform
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have taken a look at some of the first building blocks, and the main concepts in SAP HANA development. We started by creating a delivery unit in which to store our developments, then a package to group them together.

We then went on to create a simple attribute view on one table, and saw how SAP HANA manages the notion of client in data, keeping values from one client separate to another.

Next, we built upon our attribute view, using several join types to pull data from other tables and add it to the view. We saw that SAP HANA can automatically handle translations for us, as long as the appropriate text is in one table, depending on the language we choose when we connect to the system.

In the next chapter, we'll be taking a look at a new type of view, the analytic view.