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 roles


A role is a set of privileges. When the same set of privileges have to be assigned to all users, we create a role with all the required privileges and then assign this role to the users. We can assign a role to users or other roles. This recipe covers the creation of roles.

Getting ready

We must possess the ROLE ADMIN system privilege to grant roles to other roles and users.

How to do it…

Roles can be created in two ways: the GUI method or the SQL code, just as we did for user creation in the previous recipe. This section covers how to create roles using the GUI method.

Let's follow the given steps:

  1. Expand the Security folder in the system where a role has to be created.

  2. Expand the Roles menu, right-click on Roles, and click on New Role, as shown in the following screenshot:

  3. In the next screen, give the name of the role to be created. Assign the required roles/privileges that this role should hold.

  4. Click on Execute. This will produce a pop-up message that states Role successfully created...