SlideShare una empresa de Scribd logo
1 de 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)
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 2Public
Agenda
 SHINE - Overview
 SHINE – What’s new in SPS 08
 SHINE - Roadmap
SAP HANA Interactive
Education – SHINE
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 4Public
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
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 5Public
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
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public
SHINE – Entity Models
Two Primary Entities:
• Sales Orders
• Purchase Orders
Supporting Entities:
• Employees
• Partners
• Addresses
• Texts
• Products
Infrastructure Entities
• Currency Rates
• Unit of Measures
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 7Public
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
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public
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
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 9Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 15Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 16Public
Planned Innovations Future DirectionToday
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)
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 17Public
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.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 18Public
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 …
© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Prasad Illapani & Thomas Jung
SAP HANA Product Management
AskSAPHANA@sap.com
To get the best overview of what’s new in SAP HANA SPS 08, read this blog.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 20Public
© 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.

Más contenido relacionado

Más de SAP Technology

Más de SAP Technology (20)

SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer Products
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and Healthcare
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital Core
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial Data
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASE
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 
Spark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business OperationsSpark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business Operations
 
What's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 OperationsWhat's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 Operations
 
What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle Management
 
What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
 
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
 
What's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScriptWhat's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScript
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

SAP HANA SPS08 Interactive Education - SHINE

  • 1. 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)
  • 2. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 2Public Agenda  SHINE - Overview  SHINE – What’s new in SPS 08  SHINE - Roadmap
  • 4. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 4Public 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
  • 5. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 5Public 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
  • 6. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public SHINE – Entity Models Two Primary Entities: • Sales Orders • Purchase Orders Supporting Entities: • Employees • Partners • Addresses • Texts • Products Infrastructure Entities • Currency Rates • Unit of Measures
  • 7. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 7Public 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
  • 8. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public 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
  • 9. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 9Public 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.
  • 10. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public 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.
  • 11. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public 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.
  • 12. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public 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.
  • 13. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public 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.
  • 14. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 15Public 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.
  • 15. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 16Public Planned Innovations Future DirectionToday 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)
  • 16. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 17Public 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.
  • 17. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 18Public 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 …
  • 18. © 2014 SAP AG or an SAP affiliate company. All rights reserved. Thank you Contact information Prasad Illapani & Thomas Jung SAP HANA Product Management AskSAPHANA@sap.com To get the best overview of what’s new in SAP HANA SPS 08, read this blog.
  • 19. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 20Public © 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.