Book Image

SAP HANA Cookbook

Book Image

SAP HANA Cookbook

Overview of this book

SAP HANA is a real-time applications platform that provides a multi-purpose, in-memory appliance. Decision makers in the organization can gain instant insight into business operations. Thus all the data available can be analysed and you can react to the changing business conditions rapidly to make decisions. The real-time platform not only empowers business users and top management to make decisions but also provides the capability to make decisions in real-time.A practical and comprehensive guide that helps you understand the power of SAP HANA’s real-time and in-memory capabilities. It also provides step-by-step instructions to exploit all the possible features of the SAP HANA database, enabling users to harness the full potential of this technology and its features.You will gain an understanding of real-time replications, effective data loading from various sources, how to load data, and how to create re-usable objects such as models and reports.Use this practical guide to enable or transform your business landscape by implementing SAP HANA to meet your business requirements. The book shows you how to load data from different types of systems, create models in SAP HANA, and consume data for decision-making. The book covers various tools at different stages creating models using SAP HANA Studio, and consuming data using reporting tools such as SAP BusinessObjects, SAP Lumira, and so on . This book also explains the in-depth architecture of SAP HANA to help you understand SAP HANA as an appliance, that is, a combination of hardware and software.The book covers the best practices to leverage SAP HANA’s in-memory technology to transform data into insightful information. It also covers technology landscaping, solution architecture, connectivity, data loading, and setting up the environment for modeling purpose (including setup of SAP HANA Studio).If you have an intention to start your career as SAP HANA Modeler, this book is the perfect start.  
Table of Contents (16 chapters)
SAP HANA Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating reports in SAP Lumira


SAP Lumira is a powerful reporting tool for end users. Earlier, it was known as SAP Visual Intelligence. In this recipe, we will see how to create models in SAP Lumira on top of SAP HANA.

Getting ready

SAP Lumira is a self-service BI tool for data analysis. Formerly, it was known as SAP Visual Intelligence. We can also manipulate and transform data from different source systems. It is a standalone too that has to be installed on the client machine. SAP Lumira is targeted for end users or decision makers, so that they can access data from the source and create their own ad hoc models. Being a client-based tool, this has to be installed on the machine where it will be used. To create models in SAP Lumira, the user ID that we use to log into SAP HANA from SAP Lumira must have some privileges. The user ID must have the MODELING role. Also, the _SYS_REPO user must have the SELECT authorization on the schema, which we access from SAP Lumira. We can perform only Max...