SlideShare uma empresa Scribd logo
1 de 17
SAP HANA SPS 08 - What’s New?
Geospatial Processing
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
 ESRI Query Layer Integration
 SHINE content for SAP HANA Spatial
ESRI Query Layer Integration
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 4Public
SAP HANA
Spatial Processing
Spatial Processing with SAP HANA
Gain competitive advantage by uncovering new insights with native spatial processing
Real-time Spatial Processing
High-performance algorithms analyze
massive amounts of spatial data in real-
time
Mobility Visualization Analytics HTML 5 GIS Applications
Spatial Analytics Optimization
Columnar storage architecture eliminates
need to create spatial indexes, tessellation, or
other optimization techniques.
Geo-content & services
Maps, geo-content and geospatial
services for seamless application
development and deployment
Spatial Data Types & Functions
Store, process, manipulate, share and
retrieve spatial data directly in the
database
Business Data
+ Spatial Data
+ Real-time Data
Geo – Services
- Geocoding
- Base maps
Geo – Content
- Political
Boundaries
- POIs
- Roads
Columnar Spatial
Processing
Calc Model /
Views
- Joins
- Views
Spatial Functions
- Area
- Distance
- Within
Spatial Data
Types
- Points
- Lines
- Polygons
Transaction
Data
Unstructured
Data
Location Data Machine
Data
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 5Public
SAP HANA and Esri Interoperability
Integration Patterns, Options & Vision
Real-Time Data
Spatial Data
Business Data
Spatial
Data
Types
Spatial
Functions
Calc Model
/ Views
Geo-
Content
Geo-
Services
Columnar
Spatial
Storage
SAP HANA
(SPS 06 & later) OLTP Analytics Planning Predictive Text Spatial
Esri API / REST
Services - XS
GIS Suite
Esri ArcGIS
Location Analytics
& Geo-Services
Applications &
Solutions
CVOM
Query Layers
WKT / WKB /
Shapefile /
GeoJSON
Import/Export
Planned
Q2 2014
This is the current state of planning and may be changed by SAP at any time.
ODBC
SAP Lumira
Mapping Services
& Content
Supported
Today
Esri Maps for
SAP BOBJ
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public
Esri Query Layer Support for SAP HANA
Combining the power of the Esri ArcGIS suite with the native spatial processing
from SAP HANA for high-performing location analytic capabilities
Query Layer Support for SAP HANA
 Seamlessly connect Esri ArcGIS directly to SAP HANA
 Provides direct, read-only access to spatial and non-spatial data & functions
in SAP HANA
 Allows spatial & non-spatial data to be stored and processed in SAP HANA
and easily accessed with Esri ArcGIS front-end tools
 GIS analysts now have direct access to enterprise data in the high-
performing SAP HANA platform
Benefits
 Simplified and direct method to connect and process layers within
SAP HANA from Esri ArcGIS tools
 High-performing, real-time, and powerful analysis by pushing
complex spatial & non-spatial analytic processing into the SAP HANA
platform
 Lower maintenance and TCO by reduced data movement – only
retrieve the processed and filtered layer results from SAP HANA
 Integrated access to enterprise spatial & non-spatial data in SAP
HANA from Esri ArcGIS front-end tools for the GIS analyst
ArcGIS
SAP HANA Platform
REAL-TIME DATA
SPATIAL DATA
BUSINESS DATA
ArcSDE
Geodatabase
Example above depicts SAP HANA in an analytic ‘side-car’ architecture deployment to
an existing Esri ArcSDE Geodatabase (where maps are created, edited, and published).
SAP HANA provides the platform for high-performing location analytics on enterprise
spatial and non-spatial data
Query Layers
Generally Available with SAP HANA
SPS 08 and Esri ArcGIS 10.3
SHINE Content for HANA Spatial
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public
SHINE SPS 08-Spatial
Business Scenario
 As the Sales head of a company which deals in
buying and selling IT equipment's all over the
world via e-commerce, I would like to visualize
my Customers on a map. I would also like to
select a region on the map and view its Sales
data
UI
 This UI illustrates a small demo on how spatial
features and analysis can be integrated with
HANA XS applications. In this UI we use the
latitude and longitude data from Address table to
perform analysis over Sales and Customer data.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 9Public
Sales scenario
For this scenario selective region analysis is proposed where the user can see the sales
amount of a region on a map and even select a region by drawing a polygon to view its
details.
On the side bar the details for the selected entity will be populated, like
 Total Sales Amount
 Sales year over year data
 Top 5 Buyers list with Total Sales amount
 Clicking on each marker will bring up Sales year over year chart for the customer.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public
Sales scenario
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 11Public
Sales scenario
For this scenario we would rely on the bounds returned by the Nokia maps, i.e. the four
corners of the currently visible maps. We will then use these bounds to calculate the
business partners that lie within this particular area.
select STREET, NEW ST_Point(LATITUDE, LONGITUDE).ST_Within( NEW
ST_Polygon('Polygon((0.0 0.0,90.0 0.0, 90.0 90.0, 0.0 90.0, 0.0 0.0))')) AS IS_INSIDE from
"SAP_HANA_DEMO"."sap.hana.democontent.epm.data::EPM.MasterData.Addresses"
Currently CDS does not support ST_POINT so the tables will store latitude and longitude as
Double data type. These two columns will be combined into ST_POINT to complete the query
at runtime.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public
Spatial Requirements
To use Nokia HERE maps api we need to register and obtain the app_id and app_code from
the following site.
http://developer.here.com/get-started
Currently we are using the Evaluation key, which is valid for 90 days. Later we need to switch
to Base key.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public
Other enhancements
• Support for invalid geometries
The storage of invalid geometries (such as self-intersection polygons) will be enabled by introducing a new state to geometries:
valid and invalid. It shall be possible to store invalid geometries and ignore them for spatial predicates and functions
• ESRI related features added
- ST_Buffer performance enhancements
- SQLColAttribute
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public
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. 15Public
How to find SAP HANA documentation on this topic?
SAP HANA Platform SPS
 What’s New – Release Notes
 Installation
– SAP HANA Server InstallationGuide
 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
Balaji Krishna
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. 17Public
© 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.

Mais conteúdo relacionado

Destaque

Análisis de impacto al migrar S/4HANA
Análisis de impacto al migrar S/4HANAAnálisis de impacto al migrar S/4HANA
Análisis de impacto al migrar S/4HANARoman Artica
 
SAP HCP - El motor de la transformación digital
SAP HCP - El motor de la transformación digitalSAP HCP - El motor de la transformación digital
SAP HCP - El motor de la transformación digitalDavid Quintero Fernández
 
Predictive Analytics with SAP HANA
Predictive Analytics with SAP HANA Predictive Analytics with SAP HANA
Predictive Analytics with SAP HANA SAP Technology
 
Integracion LUMIRA-FIORI
Integracion LUMIRA-FIORIIntegracion LUMIRA-FIORI
Integracion LUMIRA-FIORISergio Cannelli
 
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013Stratesys
 
10 razones por las que elegir SAP HANA
10 razones por las que elegir SAP HANA10 razones por las que elegir SAP HANA
10 razones por las que elegir SAP HANAAxalpha Consulting
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP Technology
 
SAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP Technology
 
Servicios de Migración SAP HANA
Servicios de Migración SAP HANAServicios de Migración SAP HANA
Servicios de Migración SAP HANAViewnext
 
Diseñando emociones: la experiencia de usuario en SAP
Diseñando emociones: la experiencia de usuario en SAPDiseñando emociones: la experiencia de usuario en SAP
Diseñando emociones: la experiencia de usuario en SAPInfoJobs
 
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 DataSAP Technology
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeSAP Technology
 
Futuro de Ariba y SAP - Joint Roadmap
Futuro de Ariba y SAP - Joint RoadmapFuturo de Ariba y SAP - Joint Roadmap
Futuro de Ariba y SAP - Joint RoadmapSean Thomson
 

Destaque (16)

Presentación FIORI
Presentación FIORIPresentación FIORI
Presentación FIORI
 
Análisis de impacto al migrar S/4HANA
Análisis de impacto al migrar S/4HANAAnálisis de impacto al migrar S/4HANA
Análisis de impacto al migrar S/4HANA
 
SAP HCP - El motor de la transformación digital
SAP HCP - El motor de la transformación digitalSAP HCP - El motor de la transformación digital
SAP HCP - El motor de la transformación digital
 
Predictive Analytics with SAP HANA
Predictive Analytics with SAP HANA Predictive Analytics with SAP HANA
Predictive Analytics with SAP HANA
 
Introducción ABAP 7.51
Introducción ABAP 7.51Introducción ABAP 7.51
Introducción ABAP 7.51
 
Integracion LUMIRA-FIORI
Integracion LUMIRA-FIORIIntegracion LUMIRA-FIORI
Integracion LUMIRA-FIORI
 
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013
Caso Éxito SAP & Stratesys - SAP HANA en FCC - DIC2013
 
SAP S/4 1610
SAP S/4 1610SAP S/4 1610
SAP S/4 1610
 
10 razones por las que elegir SAP HANA
10 razones por las que elegir SAP HANA10 razones por las que elegir SAP HANA
10 razones por las que elegir SAP HANA
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA Modeling
 
SAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA Modeling
 
Servicios de Migración SAP HANA
Servicios de Migración SAP HANAServicios de Migración SAP HANA
Servicios de Migración SAP HANA
 
Diseñando emociones: la experiencia de usuario en SAP
Diseñando emociones: la experiencia de usuario en SAPDiseñando emociones: la experiencia de usuario en SAP
Diseñando emociones: la experiencia de usuario en SAP
 
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
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 
Futuro de Ariba y SAP - Joint Roadmap
Futuro de Ariba y SAP - Joint RoadmapFuturo de Ariba y SAP - Joint Roadmap
Futuro de Ariba y SAP - Joint Roadmap
 

Mais de SAP Technology

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1SAP Technology
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...SAP Technology
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...SAP Technology
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesSAP Technology
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...SAP Technology
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformSAP Technology
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...SAP Technology
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANASAP Technology
 
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...SAP Technology
 
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...SAP Technology
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsSAP Technology
 
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...SAP Technology
 
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...SAP Technology
 
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 HealthcareSAP Technology
 
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 CoreSAP Technology
 
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/4HANASAP Technology
 
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 ASESAP Technology
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP Technology
 
Spark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business OperationsSpark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business OperationsSAP Technology
 

Mais de SAP Technology (20)

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processes
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANA
 
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
 
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
 

Último

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 

Último (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 

SAP HANA SPS08 Geospatial Processing

  • 1. SAP HANA SPS 08 - What’s New? Geospatial Processing 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  ESRI Query Layer Integration  SHINE content for SAP HANA Spatial
  • 3. ESRI Query Layer Integration
  • 4. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 4Public SAP HANA Spatial Processing Spatial Processing with SAP HANA Gain competitive advantage by uncovering new insights with native spatial processing Real-time Spatial Processing High-performance algorithms analyze massive amounts of spatial data in real- time Mobility Visualization Analytics HTML 5 GIS Applications Spatial Analytics Optimization Columnar storage architecture eliminates need to create spatial indexes, tessellation, or other optimization techniques. Geo-content & services Maps, geo-content and geospatial services for seamless application development and deployment Spatial Data Types & Functions Store, process, manipulate, share and retrieve spatial data directly in the database Business Data + Spatial Data + Real-time Data Geo – Services - Geocoding - Base maps Geo – Content - Political Boundaries - POIs - Roads Columnar Spatial Processing Calc Model / Views - Joins - Views Spatial Functions - Area - Distance - Within Spatial Data Types - Points - Lines - Polygons Transaction Data Unstructured Data Location Data Machine Data
  • 5. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 5Public SAP HANA and Esri Interoperability Integration Patterns, Options & Vision Real-Time Data Spatial Data Business Data Spatial Data Types Spatial Functions Calc Model / Views Geo- Content Geo- Services Columnar Spatial Storage SAP HANA (SPS 06 & later) OLTP Analytics Planning Predictive Text Spatial Esri API / REST Services - XS GIS Suite Esri ArcGIS Location Analytics & Geo-Services Applications & Solutions CVOM Query Layers WKT / WKB / Shapefile / GeoJSON Import/Export Planned Q2 2014 This is the current state of planning and may be changed by SAP at any time. ODBC SAP Lumira Mapping Services & Content Supported Today Esri Maps for SAP BOBJ
  • 6. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public Esri Query Layer Support for SAP HANA Combining the power of the Esri ArcGIS suite with the native spatial processing from SAP HANA for high-performing location analytic capabilities Query Layer Support for SAP HANA  Seamlessly connect Esri ArcGIS directly to SAP HANA  Provides direct, read-only access to spatial and non-spatial data & functions in SAP HANA  Allows spatial & non-spatial data to be stored and processed in SAP HANA and easily accessed with Esri ArcGIS front-end tools  GIS analysts now have direct access to enterprise data in the high- performing SAP HANA platform Benefits  Simplified and direct method to connect and process layers within SAP HANA from Esri ArcGIS tools  High-performing, real-time, and powerful analysis by pushing complex spatial & non-spatial analytic processing into the SAP HANA platform  Lower maintenance and TCO by reduced data movement – only retrieve the processed and filtered layer results from SAP HANA  Integrated access to enterprise spatial & non-spatial data in SAP HANA from Esri ArcGIS front-end tools for the GIS analyst ArcGIS SAP HANA Platform REAL-TIME DATA SPATIAL DATA BUSINESS DATA ArcSDE Geodatabase Example above depicts SAP HANA in an analytic ‘side-car’ architecture deployment to an existing Esri ArcSDE Geodatabase (where maps are created, edited, and published). SAP HANA provides the platform for high-performing location analytics on enterprise spatial and non-spatial data Query Layers Generally Available with SAP HANA SPS 08 and Esri ArcGIS 10.3
  • 7. SHINE Content for HANA Spatial
  • 8. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public SHINE SPS 08-Spatial Business Scenario  As the Sales head of a company which deals in buying and selling IT equipment's all over the world via e-commerce, I would like to visualize my Customers on a map. I would also like to select a region on the map and view its Sales data UI  This UI illustrates a small demo on how spatial features and analysis can be integrated with HANA XS applications. In this UI we use the latitude and longitude data from Address table to perform analysis over Sales and Customer data.
  • 9. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 9Public Sales scenario For this scenario selective region analysis is proposed where the user can see the sales amount of a region on a map and even select a region by drawing a polygon to view its details. On the side bar the details for the selected entity will be populated, like  Total Sales Amount  Sales year over year data  Top 5 Buyers list with Total Sales amount  Clicking on each marker will bring up Sales year over year chart for the customer.
  • 10. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public Sales scenario
  • 11. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 11Public Sales scenario For this scenario we would rely on the bounds returned by the Nokia maps, i.e. the four corners of the currently visible maps. We will then use these bounds to calculate the business partners that lie within this particular area. select STREET, NEW ST_Point(LATITUDE, LONGITUDE).ST_Within( NEW ST_Polygon('Polygon((0.0 0.0,90.0 0.0, 90.0 90.0, 0.0 90.0, 0.0 0.0))')) AS IS_INSIDE from "SAP_HANA_DEMO"."sap.hana.democontent.epm.data::EPM.MasterData.Addresses" Currently CDS does not support ST_POINT so the tables will store latitude and longitude as Double data type. These two columns will be combined into ST_POINT to complete the query at runtime.
  • 12. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public Spatial Requirements To use Nokia HERE maps api we need to register and obtain the app_id and app_code from the following site. http://developer.here.com/get-started Currently we are using the Evaluation key, which is valid for 90 days. Later we need to switch to Base key.
  • 13. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public Other enhancements • Support for invalid geometries The storage of invalid geometries (such as self-intersection polygons) will be enabled by introducing a new state to geometries: valid and invalid. It shall be possible to store invalid geometries and ignore them for spatial predicates and functions • ESRI related features added - ST_Buffer performance enhancements - SQLColAttribute
  • 14. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public 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.
  • 15. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 15Public How to find SAP HANA documentation on this topic? SAP HANA Platform SPS  What’s New – Release Notes  Installation – SAP HANA Server InstallationGuide  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 …
  • 16. © 2014 SAP AG or an SAP affiliate company. All rights reserved. Thank you Contact information Balaji Krishna SAP HANA Product Management AskSAPHANA@sap.com To get the best overview of what’s new in SAP HANA SPS 08, read this blog.
  • 17. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 17Public © 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.