+ All Categories
Home > Documents > SAP HANA SPS 08 - What’s New?

SAP HANA SPS 08 - What’s New?

Date post: 17-Oct-2021
Category:
Upload: others
View: 12 times
Download: 0 times
Share this document with a friend
19
SAP HANA SPS 08 - What’s New? SAP HANA Interactive Education - SHINE SAP HANA Product Management May, 2014 (Delta from SPS 07 to SPS 08)
Transcript
Page 1: SAP HANA SPS 08 - What’s New?

SAP HANA SPS 08 - What’s New? SAP HANA Interactive Education - SHINE

SAP HANA Product Management May, 2014

(Delta from SPS 07 to SPS 08)

Page 2: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 2 Public

Agenda

SHINE - Overview

SHINE – What’s new in SPS 08

SHINE - Roadmap

Page 3: SAP HANA SPS 08 - What’s New?

SAP HANA Interactive

Education – SHINE

Page 4: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 4 Public

SAP HANA Interactive Education (SHINE)

GOAL

• Enable a baseline model which can be used in SAP educational materials and which

customers and partners can use for self study

• Offer a source of best practice implementation examples, improving the quality of

customer and partner content

Scope

• Database Catalog Object Creation

• Content Modeling

• HANA Content Repository Usage

• HANA Roles

• SAP HANA Native Application Development

• OData Services

• Service Side JavaScript

• Procedures & User Defined Functions

• SAPUI5 – HTML5 based User Interfaces

• Decision Tables

• Hana UI Integration Services - Fiori Launch pad

• Spatial

• INA Full text Search and Fuzzy Search

Future Scope

• Enhance & validate the content with other HANA topics for future HANA SP releases.

• Sentiment Analysis, PAL scenarios

Page 5: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 5 Public

SHINE – Content Details

• Based upon Enterprise Procurement Model

Framework

• Data Generator to generate and load data into the

schema tables automatically

• Content deployment via SAP HANA studio

• Schema Tables which describes what the business

content is covered

• Models – Attribute, Analytic, Calculation Views,

Decision Tables

• Four User Interfaces: The Admin tool ,the

Purchase Order Worklist, Sales Order Dashboard

& User CRUD

• OData Services: To support the Purchase Order

Worklist,Sales Order , User CRUD

• XSJS Services: One for read access

(poWorklistQuery.xsjs) and one

for write access (poWorklistUpdate.xsjs).

• Two Roles: One for Application Access and one

which also has admin access:

sap.hana.democontent.epm.data.Admin.hdbrole

sap.hana.democontent.epm.data.User.hdbrole

Page 6: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 6 Public

SHINE – Entity Models

Two Primary Entities:

• Sales Orders

• Purchase Orders

Supporting Entities:

• Employees

• Partners

• Addresses

• Texts

• Products

Infrastructure Entities

• Currency Rates

• Unit of Measures

Page 7: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 7 Public

SHINE – Data Generator & Statistics

• Data Model Size: 25 models across 29

database tables

• Initial data load with 14,000 records / 7

Mb of data.

• Customers can use the data generator

to scale this initial seed data to any size

they wish

Page 8: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 8 Public

SHINE – Download & Installation

Delivered as Non-Automatic

Content

• Installation File (Delivery

Unit) is in Service Market

Place or SAP Store Which

needs to be Downloaded ,

uncared and Imported to

Hana Server

Customer Imports the Content

via HANA Studio

(approximately 5 minutes)

All runtime and design time

objects are delivered in this

import – including Eclipse

Projects to study

Page 9: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 9 Public

SHINE SPS 08 - New Launch Pad

• Sales dashboard for a sales Analyst showcasing Rules on

HANA, CRUD operations, Fuzzy Search

• INA tool Kit Full text Search on product name, product desc,

product id

• SPATIAL scenario where a sales head would like analyze

sales based on business partners and regions showcasing

HANA SPATIAL underlying

• HANA UI integration Services Fiori Launch Pad

• Basic User CRUD operations with Batch OData Insert.

Page 10: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 10 Public

Navigation Help To users in Launch Pad

Motivation

SHINE is a demo and education content, and

hence we wanted UI to be more self-

explanatory ,enabling the end user to-

understand the purpose of each and every tile

what are the underlying HANA capabilities demonstrated

what are the HANA artifacts for each functionality

what are the pre-requisites to run SHINE

UI

Navigation help has been incorporated into

SHINE with SPS 08, which helps the end

user to navigate smoothly through the user

interface and understand purpose of each

and every tile and functionality.

Page 11: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 12 Public

SHINE SPS 08-INA Toolkit Full Text Search

Business Scenario

Full text Search on product name, product desc,

product id which uses free style search. Search

provides list of Sales Orders involved the given

products and provide Filtering based on Business

Partner and further drill down.

UI

This UI illustrates a demo on how SAP HANA

INA Toolkit and INA Service can be used to

create flexible search UI's. In this demo, we can

do a free style search on the Sales Orders based

on product name and product description.

Page 12: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 13 Public

SHINE SPS 08-HANA UI Integration Service Fiori launch Pad

SAP Fiori Launchpad is the entry point to

Fiori apps on mobile or desktop devices.

First of all, the Launchpad displays

various tiles.

Tiles are rectangular objects that provide

access to applications. Which tiles are

displayed on a user’s entry page

depends on the user’s role.

Depending on the role, the user can

choose from a wide choice of ready-to-

use tiles from the tile catalog as part of

the Launchpad personalization.

Page 13: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 14 Public

Rules on HANA (Tax Code Example)

• The objective of this scenario is to showcase

how the Rules on HANA can be used to

calculate the parameter values at runtime.

• There could be different tax rates in different

country based on the sales. Whenever a new

Sales Order is created, the value of the tax

parameter in runtime will be used to calculate

the total tax amount of the sales order using

Decision Tables.

• The advantage of using Decision Tables is

that it is easily scalable, so new values can be

easily added to it without having to change the

underlying application logic.

Page 14: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 15 Public

User Create using OData Batch Inserts & Sales Order Mobile

Dashboard

User Create Using OData Batch Inserts

• The OData standard allows the collection of multiple individual

HTTP requests into one single batched HTTP request.

• Clients using a defined OData service to consume exposed data

can collect multiple, individual HTTP requests, for example,

retrieve, create, update and delete (GET, POST, PUT,

DELETE), in a single “batch” and send the batched request to

the OData service as a single HTTP request.

Sales Order Mobile Dashboard

• This Mobile UI illustrates a comprehensive dashboard concept

that contains several charts based on the OData model

constructed in the demo content. You can see sales specific

charts based on Region/Country/Discount per region and charts

that provide sales information categorized by product.

Page 15: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 16 Public

Planned Innovations Future Direction Today

This is the current state of planning and may be changed by SAP at any time.

(SPS 06 & SPS 07)

SAP HANA Interactive Education - SHINE Product road map overview - key themes and capabilities

Add new Modeling Capabilities

Geography-Data/Hierarchy

Organizational Hierarchy - org units for row level

security, parent-child,

Product Texts - German translation

Current Sales/Planned Sales report

Extend the Scenario PAL – Predictive Analytics Libraries

Sentiment Analysis

Big Data with Hadoop Integration

New Features & Deployment River – Extend the use case scenario to

incorporate RIVER language

Integrate with new HANA rules Framework

Cloud deployment.

Integration with SAP HANA Based upon Enterprise Procurement Model

Framework and deploy via SAP HANA studio

Data Generator to generate and load data into the

schema tables automatically

Models – Attribute, Analytic, Calculation Views,

Decision Tables

Four User Interfaces: The Admin tool ,the Purchase

Order Worklist, Sales Order Dashboard & User CRUD

OData Services &XSJS Services:

Rules Editor Decision Tables matrix if rules.

UI Integration Services Incorporated HANA UI Integration Services

Other Technical Features CRUD operations: Consume an OData Service with

the CREATE Option

CDS – Implementation of Core data services

SQL Script Procedure that Uses CE (calc engine )

functions

SQL Script Procedure that Uses Imperative Logic

Table & Scalar User-Defined Functions

New Launch Pad Sales dashboard for a sales Analyst showcasing

Rules on HANA, CRUD operations, Fuzzy Search.

INA Toolkit Search Help Full text Search on product name, product desc,

product id etc.

New Spatial Scenario Spatial features and analysis based upon Business

Partners and Regions incorporated into the use case

scenario

HANA UI Integration Service Fiori Launch pad service to display various tiles

based upon the user role and authorizations

Other Features Rules on Hana Tax Code Example

User Create using OData Batch Inserts

Sales Order Mobile Dashboard

► Content on top HANA-XS Engine ► Add new Scenarios and features ► Deeper Ecosystem Support

(SPS 08)

Page 16: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 17 Public

Disclaimer

This presentation outlines our general product direction and should not be relied on in making

a purchase decision. This presentation is not subject to your license agreement or any other

agreement with SAP.

SAP has no obligation to pursue any course of business outlined in this presentation or to

develop or release any functionality mentioned in this presentation. This presentation and

SAP’s strategy and possible future developments are subject to change and may be changed

by SAP at any time for any reason without notice.

This document is provided without a warranty of any kind, either express or implied, including

but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or

non-infringement. SAP assumes no responsibility for errors or omissions in this document,

except if such damages were caused by SAP intentionally or grossly negligent.

Page 17: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 18 Public

How to find SAP HANA documentation on this topic?

SAP HANA Platform SPS

What’s New – Release Notes

Installation

– SAP HANA Server Installation Guide

Security

Administration

– SAP HANA Administration Guide

Development

– SAP HANA Developer Guide

References

– SAP HANA SQL Reference

• In addition to this learning material, you find SAP HANA documentation on

SAP Help Portal knowledge center at http://help.sap.com/hana_platform.

• The knowledge center is structured according to the product lifecycle: installation, security, administration,

development. So you can find e.g. the SAP HANA Server Installation Guide

in the Installation section and so forth …

Page 18: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved.

Thank you

Contact information

Prasad Illapani & Thomas Jung

SAP HANA Product Management

[email protected]

To get the best overview of what’s new in SAP HANA SPS 08, read this blog.

Page 19: SAP HANA SPS 08 - What’s New?

© 2014 SAP AG or an SAP affiliate company. All rights reserved. 20 Public

© 2014 SAP AG or an SAP affiliate company. All rights reserved.

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG or an SAP affiliate company.

SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG (or an SAP affiliate

company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices.

Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.

National product specifications may vary.

These materials are provided by SAP AG or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP AG or its

affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP AG or SAP affiliate company products and services

are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an

additional warranty.

In particular, SAP AG or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or

release any functionality mentioned therein. This document, or any related presentation, and SAP AG’s or its affiliated companies’ strategy and possible future

developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP AG or its affiliated companies at any time for

any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-

looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place

undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.


Recommended