what´s new? sap hana sps 07 - scherblog...select h -> sap hana platform edition -> sap hana...

16
What´s New? SAP HANA SPS 07 SAP HANA Interactive Education (SHINE) SAP HANA Product Management November, 2013

Upload: others

Post on 06-Aug-2020

19 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

What´s New? SAP HANA SPS 07 SAP HANA Interactive Education (SHINE) SAP HANA Product Management November, 2013

Page 2: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 2 Public

Agenda

SHINE - Overview

SHINE - Details

SHINE - Roadmap

Page 3: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 3 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

Future Scope

• Search Services

• Lifecycle Management

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

Page 4: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 4 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 5: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 5 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 6: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 6 Public

SHINE – Installation & Support

Delivered as Non-Automatic Content

• Installation File (Delivery Unit) is in Service Market Place

, Which needs to be Downloaded , unzipped and

imported into Hana DB.

Go to: http://service.sap.com/swdc, Software Downloads ->

Support Packages and Patches Download -> A –Z Index,

Select H -> SAP HANA PLATFORM EDITION -> SAP HANA

PLATFORM EDIT. 1.0

Under related topics for SAP HANA PLATFORM EDIT. 1.0

Click on Support Packages and Patches, go to Comprised

Software Component Versions -> SAP HANA DEMO

MODEL 1.0

• Customer Imports the Content via HANA Studio

• All runtime and design time objects are delivered in the

content.

• Support Messages Component: BC-DB-HDB-XS

Page 7: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 7 Public

SHINE – Statistics

• Data Model Size: 21 models across 28

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: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 8 Public

SHINE – Sales Order Scenario

Business Case:

As the Sales head for a company which deals in IT equipment and sells its equipment all over the world, I would like to have the Sales Analytics (Graphical representation) which would help me in optimizing sales strategy and enabling better sales decision.

Key process flows covered:

• Analysis of sales by region(using hierarchy region -> country)

• Analysis of sales of products by region (using hierarchy region -> country)

• Analysis of sales of a seleted product across timeline (using filter – product)

• Analysis of sales per customer (using grouping)

• Hot selling products (using hierarchy region -> country)

Page 9: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 9 Public

SHINE – BRM rules editor

What we introduce here is decision tables

integrated to SAP HANA .This has created a

benchmark by debuting business rules in

database layer.

The Decision Table is a matrix of rules which

shows the discount for the Companies across

Region based on the Amount of Sales, Sales

Ranking, Amount of Orders and Order Ranking.

Based on the rules getting fired for the input

data the appropriate actions are concluded.

The output of the rules determines the

Discount.

Page 10: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 10 Public

SHINE – HANA UI Integration Services

Enrich and increase development

efficiency of HANA native app

development with SAP HANA UI

Integration Services.

SAP HANA UI Integration Services

provide the required services and UI

patterns to easily create and design

single applications or application sites

based on HANA native (XS) applications

through efficient development tools,

standardized services and consistent UI

experience

Page 11: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 11 Public

SHINE – Other Technical Features

CRUD operations: Consume an OData Service with the CREATE Option

• Use Case: sales order creation & User creation

CDS – Implementation of Core data services

• Use Case: Master data and transactional data tables creation

Time Dimension Tables Usage

• Use Case: Generate real time data

SQL Script Procedure that Uses CE (calc engine ) functions

SQL Script Procedure that Uses Imperative Logic

Table User-Defined Function

Scalar User-Defined Function

Page 12: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 12 Public

SHINE – Roadmap

SHINE – HANA SPS 08 & Beyond

• Add new use case scenarios covering different industries and line of businesses.

• Add new Mobile use case scenarios.

• Update the model and incorporate the new features in XS Engine.

• Enhance the content with new models and consume it.

Page 13: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 13 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 14: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

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 07, read this blog.

Page 15: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 15 Public

© 2013 SAP AG. 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.

The information contained herein may be changed without prior notice.

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 and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and

SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group 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.

SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other

countries.

Please see http://www.sap.com/corporate-en/legal/copyright/index.epx#trademark for additional trademark information and notices.

Page 16: What´s New? SAP HANA SPS 07 - Scherblog...Select H -> SAP HANA PLATFORM EDITION -> SAP HANA PLATFORM EDIT. 1.0 Under related topics for SAP HANA PLATFORM EDIT. 1.0 Click on Support

© 2013 SAP AG. All rights reserved. 16 Public

© 2013 SAP AG. Alle Rechte vorbehalten.

Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche

Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden.

Einige der von der SAP AG und ihren Distributoren vermarkteten Softwareprodukte enthalten proprietäre Softwarekomponenten anderer Softwareanbieter.

Produkte können länderspezifische Unterschiede aufweisen.

Die vorliegenden Unterlagen werden von der SAP AG und ihren Konzernunternehmen („SAP-Konzern“) bereitgestellt und dienen ausschließlich zu Informationszwecken.

Der SAP-Konzern übernimmt keinerlei Haftung oder Gewährleistung für Fehler oder Unvollständigkeiten in dieser Publikation. Der SAP-Konzern steht lediglich für Produkte

und Dienstleistungen nach der Maßgabe ein, die in der Vereinbarung über die jeweiligen Produkte und Dienstleistungen ausdrücklich geregelt ist. Keine der hierin

enthaltenen Informationen ist als zusätzliche Garantie zu interpretieren.

SAP und andere in diesem Dokument erwähnte Produkte und Dienstleistungen von SAP sowie die dazugehörigen Logos sind Marken oder eingetragene Marken der SAP

AG in Deutschland und verschiedenen anderen Ländern weltweit. Weitere Hinweise und Informationen zum Markenrecht finden Sie unter http://www.sap.com/corporate-

en/legal/copyright/index.epx#trademark.