SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
1© 2014 SAP AG or an SAP affiliate company. All rights reserved.
SAP HANA SPS 09 - What’s New?
SAP HANA EIM: SDI and SDQ
(Delta from SPS 08 to SPS 09)
HANA EIM Product Management November, 2014
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 2Public
Agenda
SAP HANA EIM– overview
Smart Data Integration
Smart Data Quality
Summary of value proposition
SAP HANA EIM: Overview
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 4Public
SAP HANA EIM
Simplifying the landscape, lowering data latency, open framework
 Simplified Landscape – Federation, Replication & Transformation, all within the SAP HANA platform
 Accelerated – In memory performance and lower latency
 Open Framework – Supports data of any shape, style and size with an SDK for new data sources
Traditional
Multiple Data Sources
SAP HANA
Current Data
Mix of Potentially Stale
and Current Data
Aggregate
ETL
Replication
Transactions
SAP HANA In
Memory Platform
HANA EIM Services
SDI
On Premise and Cloud sources of Data
Other
Sources
Op
RDBMS
Integrated ETL, Replication and SDA
Separate ETL, Replication and SDA
SDA
SDQ
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 5Public
SAP HANA EIM– What’s New in SPS 09?
Extends HANA by providing a architecture supporting
 All styles of data acquisition and delivery: real-time, batch and federation (SDA)
 All styles of deployment: on premise and cloud
SDI : smart data integration
 Provides both data replication and data transformation services
 Is open and extensible, works on SAP and non-SAP data of any style, shape and size
 Its modeling environment is part of HANA Studio and HANA Web-based Development Workbench
 Extends HANA’s transformation capability by integrating ETL-type transformations natively in HANA
 Accelerates performance through a native HANA implementation
SDQ: smart data quality
Provides advanced transformations to support data quality functionality
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 6Public
Business value of SAP HANA EIM
With HANA EIM we now have the capability, within HANA, to
Address building operational or analytic platforms, whether HANA is on premise or in the cloud
Allow developers to address new use cases, where we can freely combine
 Data sources: SAP and non-SAP (on DBMS, Hadoop, Hive, OData)
 Data source location: on premise, cloud
 Data delivery mode from source to target: real time, batch, federation
e.g., integrate, in a real time analytic platform deployed in the cloud:
 On premise, ECC SAP data,
 On premise DBMS data, and
 Federated data in the cloud exposed by an OData service
Smart Data Integration and
Smart Data Quality
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 8Public
Extending SAP HANA by integrating real time delivery mode
SDI provides real time push mode to replicate sources
 On selected sources with change data capture (CDC) capability
 Leverages proven Sybase Replication Server technology
Provides Transactional Integrity for real time push
By listening to changes in the DBMS transaction logs and only replicating committed changes
Provides batch pull mode for all types of sources
Extends HANA’s federation technology (SDA)
 Can define SDA virtual tables for any remote table read through any SDI adapters
 SDI adapters can access data outside enterprise firewall
Provides Guaranteed Delivery for real time push on ECC and 3rd party databases
 SDI can resume processing if replication stream is halted or disrupted
 SDI can continue to operate during a temporary absence of the HANA target
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 9Public
SAP HANA EIM – Adapters and Adapter SDK
Open framework allowing HANA to extend its
connectivity to external sources
 Includes a collection of built-in adapters
Framework consist of Java API to build, test and
debug adapters
 Adapters run in DP agent process, close to the data source
 DP agent can run in any Windows/Linux server
Architected for both on premise and cloud
deployments
 HANA – DP agent communication occurs without needing
to open a port in the on premise firewall
– Cloud : HTTP
– On premise: TCP/IP
SAP HANA
HANA Studio
DP server
Index Server
Adapter
Framework
oData
Adapter
DP Agent
Adapter
Framework
TCP/IP or HTTPS
3rd party DBMS Adapter
ECC Adapter
Twitter Adapter
Hive Adapter
Other
Sources
Op
RDBMS
oData
Provider
Twitter
Source
Protocol
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 10Public
SAP ECC1 adapters
Implements real time push functionality on top of 3rd party DBMS
sources; In addition, it takes into account
 SAP ABAP Transparent, Clustered and Pooled tables
 SAP catalog hierarchy metadata
3rd party DBMS adapters
 For Oracle, MSSQL and DB2
 Real time push
Twitter adapter
 Real time access to Twitter content on hashtags, users, etc.
Built-in real time adapters for common sources
1. Minimum supported version is ECC6; Details on NetWeaver version dependency in PAM
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 11Public
Built-in batch adapters for common sources
OData adapter
Adapter for oData services
Generally accessible from the cloud (e.g., Success Factors)
Hive adapter
Adapter for Hadoop
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 12Public
Adapter functions
Open / Close
Browse metadata
Import metadata
Get remote source
description
Get capabilities
Read data
Manage real time push
(CDC capable adapters)
Open or close a connection to a remote source
Show the remote source objects (tables / views)
Add remote source objects as HANA virtual table
Allow user inputs for connection
Describe real time / batch (push down) and other capabilities
Read data from a remote source table or view
Specify subscription details, start/stop replication, etc.
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 13Public
Real time replication
Real time replication
Replication UI (in HANA Web-based Development
Workbench)
Simple (only filter and project) transformations
Real time push
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 14Public
Real time data integration
Real time data integration
Data flow UI (in HANA Studio)
Complex transformation flows
Real time push
Benefits
Transformed data now flows in real time
Improved productivity: no need to write “delta load” flows
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 15Public
Batch data integration
Batch data integration
Data flow UI (in HANA Studio)
Complex transformation flows
Smart data access pull
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 16Public
Transformations
Extends HANA’s capability by integrating ETL-type transformations natively in HANA
Transformation inputs include
 HANA tables
 Virtual HANA tables
 Attribute views
Provides advanced UI to define transformation flows
In HANA studio’s Application Function Modeler (AFM)
Execution modes
Batch
Real time
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 17Public
SAP HANA EIM
Available transformations – SDI and SDQ
Basic SQL – oriented
Filter, Join, Union, Sort
Advanced SQL – oriented
Aggregation, lookup, sort, case, and pivot/unpivot
Addressing the data movement lifecycle
Row generation, date generation, table comparison, map, and history preserving
Executing code
Procedure, AFL function
Transformations enriching data
Cleanse
Parse, standardize and enrich person, title, phone, firm, email and address information within a specified input source.
Geocode
Enrich address data with associated latitude and longitude information
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 18Public
Cleansing Transform
Simple cleanse transform
Single transform deals with
 Person names and titles, phone, email,
 Firm, and
 Address information
Simple configuration options
Improved productivity
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 19Public
Native HANA Implementation of Transformations as Tasks
A task is a program executing transforms in the
background
Task has a plan that compiles to a HANA
calculation scenario
Operations in plan may be implemented by existing
calculation nodes or by EIM-specific native nodes
Execution of transforms as tasks
 Real time transforms: remote subscriptions pushes data
automatically to the corresponding HANA task
 Batch transforms: execution of corresponding task is
explicit
Needs monitoring
Task Creation
Task Execution
Transformation
Definition
Task Plan
HANA Calculation Engine
Existing
Calc
Nodes
EIM
Native
Nodes
Activation
Design Time
RunTime
Data source
model
Data source
model
Data source
model
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 20Public
SAP HANA EIM – Monitoring
Remote subscriptions
Source and target, status, last
processed transaction time…
General statistics
DP Agent monitor
Status/statistics on agents and on
adapters within Agent
Task monitor
Task complete (yes/no), time it took
Statistics within a task
 Percentage completed
 number of records transformed,
 Transforms executed
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 21Public
SAP HANA EIM Architecture
On premise
HANA StudioHANA WebIDE
http(s)
5050 port is shown as an example
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 22Public
SAP HANA EIM Architecture
Cloud Ready
HANA WebIDE
Summary of Value Proposition
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 24Public
SAP HANA EIM - Value Proposition
Lower TCO Open & Extensible Real-time
Simplified Landscape, Integrated
modeling environment

Single product covering multiple
use cases

Deploy on premise or on cloud
Open framework

Data – any style, shape and size-

SAP and non-SAP
On premise and cloud sources
Ability to replicate and transform
data in real time

Transactional consistency and
guaranteed delivery

Breakthrough Performance
(natively built in HANA)
Appendix
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 26Public
A new data provisioning architecture
A new Data Provisioning (DP) Server within HANA
Manages DP Agents running outside of HANA
DP Agent
Container running on any computer, hosting source adapters
Provides connectivity to sources not installed in DP server
Adapter
A Java or C++ program implementing the Adapter SDK, specific to a
remote source
Remote Source
The actual connection; contains remote objects which can be imported;
represented by virtual tables once user decides to import them
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 27Public
Real time replication
Replication UI (in HANA Web-based Development Workbench) allows user to specify simple
transformations:
 Remote source and target schema
 Objects (e.g., tables or views) to replicate from the source
 For each object, define columns to delete/add and rows to filter out
At activation time, SDI generates the following run-time objects:
 A virtual table and a real, empty table for each object to replicate
 A stored procedure which, for real-time adapters :
– defines a remote subscription, per object, to capture changes to it
– A task to perform the initial real table load from the virtual table
– A call to switch to real time push mode, distributing (pushing) changed queued during initial table load and
future changes
Execution of the stored procedure starts replication
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 28Public
Adapter SDK – Sample implementation of Import Metadata for DBMS tables
Simple Java Object model
to understand
Call underlying database to
query the metadata
Return list of columns along
with other information
(precision, primary keys, etc.)
This call allows your remote source table
to be defined as a HANA virtual table
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 29Public
SAP HANA EIM – Adapter Strategy - 3 pronged
OOTB adapters for common sources
Partner adapters (e.g. for other packaged applications) available on SAP store/HANA
marketplace
Open Source Adapters to spur community to develop additional (e.g. RSS feed adapter)
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 30Public
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 SE or an SAP affiliate company. All rights reserved. 31Public
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 SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Subha Ramachandran, Fernando Velez
SAP HANA Product Management
AskSAPHANA@sap.com
© 2014 SAP SE or an SAP affiliate company. All rights reserved. 33Public
© 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.

Contenu connexe

Tendances

Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessDataWorks Summit
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP 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 HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP Technology
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP Technology
 
What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10SAP Technology
 
SAP HANA SPS09 - Development Tools
SAP HANA SPS09 - Development ToolsSAP HANA SPS09 - Development Tools
SAP HANA SPS09 - Development ToolsSAP Technology
 
What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11SAP Technology
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP Technology
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP Technology
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP Technology
 
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)SAP Technology
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP Technology
 
Building Custom Advanced Analytics Applications with SAP HANA
Building Custom Advanced Analytics Applications with SAP HANABuilding Custom Advanced Analytics Applications with SAP HANA
Building Custom Advanced Analytics Applications with SAP HANASAP Technology
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP Technology
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingSAP Technology
 
SAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewSAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewMatthias Steiner
 
Dmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hanaDmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hanaLuc Vanrobays
 

Tendances (20)

Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine Business
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA Answers
 
SDA - POC
SDA - POCSDA - POC
SDA - POC
 
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 HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA ModelingSAP HANA SPS10- SAP HANA Modeling
SAP HANA SPS10- SAP HANA Modeling
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload Management
 
What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10
 
SAP HANA SPS09 - Development Tools
SAP HANA SPS09 - Development ToolsSAP HANA SPS09 - Development Tools
SAP HANA SPS09 - Development Tools
 
What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information Management
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text Search
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA Modeling
 
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)
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Building Custom Advanced Analytics Applications with SAP HANA
Building Custom Advanced Analytics Applications with SAP HANABuilding Custom Advanced Analytics Applications with SAP HANA
Building Custom Advanced Analytics Applications with SAP HANA
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control Center
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View Modeling
 
SAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewSAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - Overview
 
Dmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hanaDmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hana
 

Similaire à SAP HANA SPS09 - HANA IM Services

How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationFlavio Alejandro Corradini
 
Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessDataWorks Summit
 
Development to Deployment with SAP HANA
Development to Deployment with SAP HANADevelopment to Deployment with SAP HANA
Development to Deployment with SAP HANACraig Cmehil
 
SAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP Technology
 
What's New in SPS11 Overview
What's New in SPS11 OverviewWhat's New in SPS11 Overview
What's New in SPS11 OverviewSAP Technology
 
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...Abdelhalim DADOUCHE
 
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...IBM
 
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform
 
SAP HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP Technology
 
What is Sap HANA Convista Consulting Asia.pdf
What is Sap HANA Convista Consulting Asia.pdfWhat is Sap HANA Convista Consulting Asia.pdf
What is Sap HANA Convista Consulting Asia.pdfankeetkumar4
 
Custom Development - SAP HANA
Custom Development - SAP HANACustom Development - SAP HANA
Custom Development - SAP HANAMichal Korzen
 
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
 
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP HANA Cloud Platform
 
SAP Lambda Architecture Point of View
SAP Lambda Architecture Point of ViewSAP Lambda Architecture Point of View
SAP Lambda Architecture Point of ViewSnehanshu Shah
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeSAP Technology
 

Similaire à SAP HANA SPS09 - HANA IM Services (20)

SAP HANA Cloud Platform Expert Session - SAP HANA Cloud Platform Analytics
SAP HANA Cloud Platform Expert Session - SAP HANA Cloud Platform AnalyticsSAP HANA Cloud Platform Expert Session - SAP HANA Cloud Platform Analytics
SAP HANA Cloud Platform Expert Session - SAP HANA Cloud Platform Analytics
 
How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integration
 
Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine Business
 
Development to Deployment with SAP HANA
Development to Deployment with SAP HANADevelopment to Deployment with SAP HANA
Development to Deployment with SAP HANA
 
SAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database Containers
 
What's New in SPS11 Overview
What's New in SPS11 OverviewWhat's New in SPS11 Overview
What's New in SPS11 Overview
 
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...
SAP HANA, from development to deployment, cloud, on-premise or hybrid, a solu...
 
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...
SAP S/4HANA cloud editions or On Prem? Demystifying the options and cost bene...
 
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
 
Dev207 berlin
Dev207 berlinDev207 berlin
Dev207 berlin
 
SAP HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP HANA SPS08 Overview
SAP HANA SPS08 Overview
 
Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
 
What is Sap HANA Convista Consulting Asia.pdf
What is Sap HANA Convista Consulting Asia.pdfWhat is Sap HANA Convista Consulting Asia.pdf
What is Sap HANA Convista Consulting Asia.pdf
 
Custom Development - SAP HANA
Custom Development - SAP HANACustom Development - SAP HANA
Custom Development - SAP HANA
 
SAP HANA and SAP Vora
SAP HANA and SAP VoraSAP HANA and SAP Vora
SAP HANA and SAP Vora
 
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
 
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
 
SAP Lambda Architecture Point of View
SAP Lambda Architecture Point of ViewSAP Lambda Architecture Point of View
SAP Lambda Architecture Point of View
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 

Plus 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
 
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
 
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
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP Technology
 
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 OperationsSAP Technology
 
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 ManagementSAP Technology
 
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)SAP Technology
 

Plus 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...
 
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
 
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
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 
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)
 

Dernier

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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 2024Rafal Los
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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...Enterprise Knowledge
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
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 FresherRemote DBA Services
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
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 Takeoffsammart93
 
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 WorkerThousandEyes
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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 AutomationSafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Dernier (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

SAP HANA SPS09 - HANA IM Services

  • 1. 1© 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 09 - What’s New? SAP HANA EIM: SDI and SDQ (Delta from SPS 08 to SPS 09) HANA EIM Product Management November, 2014
  • 2. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 2Public Agenda SAP HANA EIM– overview Smart Data Integration Smart Data Quality Summary of value proposition
  • 3. SAP HANA EIM: Overview
  • 4. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 4Public SAP HANA EIM Simplifying the landscape, lowering data latency, open framework  Simplified Landscape – Federation, Replication & Transformation, all within the SAP HANA platform  Accelerated – In memory performance and lower latency  Open Framework – Supports data of any shape, style and size with an SDK for new data sources Traditional Multiple Data Sources SAP HANA Current Data Mix of Potentially Stale and Current Data Aggregate ETL Replication Transactions SAP HANA In Memory Platform HANA EIM Services SDI On Premise and Cloud sources of Data Other Sources Op RDBMS Integrated ETL, Replication and SDA Separate ETL, Replication and SDA SDA SDQ
  • 5. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 5Public SAP HANA EIM– What’s New in SPS 09? Extends HANA by providing a architecture supporting  All styles of data acquisition and delivery: real-time, batch and federation (SDA)  All styles of deployment: on premise and cloud SDI : smart data integration  Provides both data replication and data transformation services  Is open and extensible, works on SAP and non-SAP data of any style, shape and size  Its modeling environment is part of HANA Studio and HANA Web-based Development Workbench  Extends HANA’s transformation capability by integrating ETL-type transformations natively in HANA  Accelerates performance through a native HANA implementation SDQ: smart data quality Provides advanced transformations to support data quality functionality
  • 6. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 6Public Business value of SAP HANA EIM With HANA EIM we now have the capability, within HANA, to Address building operational or analytic platforms, whether HANA is on premise or in the cloud Allow developers to address new use cases, where we can freely combine  Data sources: SAP and non-SAP (on DBMS, Hadoop, Hive, OData)  Data source location: on premise, cloud  Data delivery mode from source to target: real time, batch, federation e.g., integrate, in a real time analytic platform deployed in the cloud:  On premise, ECC SAP data,  On premise DBMS data, and  Federated data in the cloud exposed by an OData service
  • 7. Smart Data Integration and Smart Data Quality
  • 8. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 8Public Extending SAP HANA by integrating real time delivery mode SDI provides real time push mode to replicate sources  On selected sources with change data capture (CDC) capability  Leverages proven Sybase Replication Server technology Provides Transactional Integrity for real time push By listening to changes in the DBMS transaction logs and only replicating committed changes Provides batch pull mode for all types of sources Extends HANA’s federation technology (SDA)  Can define SDA virtual tables for any remote table read through any SDI adapters  SDI adapters can access data outside enterprise firewall Provides Guaranteed Delivery for real time push on ECC and 3rd party databases  SDI can resume processing if replication stream is halted or disrupted  SDI can continue to operate during a temporary absence of the HANA target
  • 9. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 9Public SAP HANA EIM – Adapters and Adapter SDK Open framework allowing HANA to extend its connectivity to external sources  Includes a collection of built-in adapters Framework consist of Java API to build, test and debug adapters  Adapters run in DP agent process, close to the data source  DP agent can run in any Windows/Linux server Architected for both on premise and cloud deployments  HANA – DP agent communication occurs without needing to open a port in the on premise firewall – Cloud : HTTP – On premise: TCP/IP SAP HANA HANA Studio DP server Index Server Adapter Framework oData Adapter DP Agent Adapter Framework TCP/IP or HTTPS 3rd party DBMS Adapter ECC Adapter Twitter Adapter Hive Adapter Other Sources Op RDBMS oData Provider Twitter Source Protocol
  • 10. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 10Public SAP ECC1 adapters Implements real time push functionality on top of 3rd party DBMS sources; In addition, it takes into account  SAP ABAP Transparent, Clustered and Pooled tables  SAP catalog hierarchy metadata 3rd party DBMS adapters  For Oracle, MSSQL and DB2  Real time push Twitter adapter  Real time access to Twitter content on hashtags, users, etc. Built-in real time adapters for common sources 1. Minimum supported version is ECC6; Details on NetWeaver version dependency in PAM
  • 11. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 11Public Built-in batch adapters for common sources OData adapter Adapter for oData services Generally accessible from the cloud (e.g., Success Factors) Hive adapter Adapter for Hadoop
  • 12. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 12Public Adapter functions Open / Close Browse metadata Import metadata Get remote source description Get capabilities Read data Manage real time push (CDC capable adapters) Open or close a connection to a remote source Show the remote source objects (tables / views) Add remote source objects as HANA virtual table Allow user inputs for connection Describe real time / batch (push down) and other capabilities Read data from a remote source table or view Specify subscription details, start/stop replication, etc.
  • 13. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 13Public Real time replication Real time replication Replication UI (in HANA Web-based Development Workbench) Simple (only filter and project) transformations Real time push
  • 14. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 14Public Real time data integration Real time data integration Data flow UI (in HANA Studio) Complex transformation flows Real time push Benefits Transformed data now flows in real time Improved productivity: no need to write “delta load” flows
  • 15. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 15Public Batch data integration Batch data integration Data flow UI (in HANA Studio) Complex transformation flows Smart data access pull
  • 16. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 16Public Transformations Extends HANA’s capability by integrating ETL-type transformations natively in HANA Transformation inputs include  HANA tables  Virtual HANA tables  Attribute views Provides advanced UI to define transformation flows In HANA studio’s Application Function Modeler (AFM) Execution modes Batch Real time
  • 17. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 17Public SAP HANA EIM Available transformations – SDI and SDQ Basic SQL – oriented Filter, Join, Union, Sort Advanced SQL – oriented Aggregation, lookup, sort, case, and pivot/unpivot Addressing the data movement lifecycle Row generation, date generation, table comparison, map, and history preserving Executing code Procedure, AFL function Transformations enriching data Cleanse Parse, standardize and enrich person, title, phone, firm, email and address information within a specified input source. Geocode Enrich address data with associated latitude and longitude information
  • 18. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 18Public Cleansing Transform Simple cleanse transform Single transform deals with  Person names and titles, phone, email,  Firm, and  Address information Simple configuration options Improved productivity
  • 19. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 19Public Native HANA Implementation of Transformations as Tasks A task is a program executing transforms in the background Task has a plan that compiles to a HANA calculation scenario Operations in plan may be implemented by existing calculation nodes or by EIM-specific native nodes Execution of transforms as tasks  Real time transforms: remote subscriptions pushes data automatically to the corresponding HANA task  Batch transforms: execution of corresponding task is explicit Needs monitoring Task Creation Task Execution Transformation Definition Task Plan HANA Calculation Engine Existing Calc Nodes EIM Native Nodes Activation Design Time RunTime Data source model Data source model Data source model
  • 20. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 20Public SAP HANA EIM – Monitoring Remote subscriptions Source and target, status, last processed transaction time… General statistics DP Agent monitor Status/statistics on agents and on adapters within Agent Task monitor Task complete (yes/no), time it took Statistics within a task  Percentage completed  number of records transformed,  Transforms executed
  • 21. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 21Public SAP HANA EIM Architecture On premise HANA StudioHANA WebIDE http(s) 5050 port is shown as an example
  • 22. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 22Public SAP HANA EIM Architecture Cloud Ready HANA WebIDE
  • 23. Summary of Value Proposition
  • 24. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 24Public SAP HANA EIM - Value Proposition Lower TCO Open & Extensible Real-time Simplified Landscape, Integrated modeling environment  Single product covering multiple use cases  Deploy on premise or on cloud Open framework  Data – any style, shape and size-  SAP and non-SAP On premise and cloud sources Ability to replicate and transform data in real time  Transactional consistency and guaranteed delivery  Breakthrough Performance (natively built in HANA)
  • 26. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 26Public A new data provisioning architecture A new Data Provisioning (DP) Server within HANA Manages DP Agents running outside of HANA DP Agent Container running on any computer, hosting source adapters Provides connectivity to sources not installed in DP server Adapter A Java or C++ program implementing the Adapter SDK, specific to a remote source Remote Source The actual connection; contains remote objects which can be imported; represented by virtual tables once user decides to import them
  • 27. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 27Public Real time replication Replication UI (in HANA Web-based Development Workbench) allows user to specify simple transformations:  Remote source and target schema  Objects (e.g., tables or views) to replicate from the source  For each object, define columns to delete/add and rows to filter out At activation time, SDI generates the following run-time objects:  A virtual table and a real, empty table for each object to replicate  A stored procedure which, for real-time adapters : – defines a remote subscription, per object, to capture changes to it – A task to perform the initial real table load from the virtual table – A call to switch to real time push mode, distributing (pushing) changed queued during initial table load and future changes Execution of the stored procedure starts replication
  • 28. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 28Public Adapter SDK – Sample implementation of Import Metadata for DBMS tables Simple Java Object model to understand Call underlying database to query the metadata Return list of columns along with other information (precision, primary keys, etc.) This call allows your remote source table to be defined as a HANA virtual table
  • 29. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 29Public SAP HANA EIM – Adapter Strategy - 3 pronged OOTB adapters for common sources Partner adapters (e.g. for other packaged applications) available on SAP store/HANA marketplace Open Source Adapters to spur community to develop additional (e.g. RSS feed adapter)
  • 30. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 30Public 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.
  • 31. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 31Public 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 …
  • 32. © 2014 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Subha Ramachandran, Fernando Velez SAP HANA Product Management AskSAPHANA@sap.com
  • 33. © 2014 SAP SE or an SAP affiliate company. All rights reserved. 33Public © 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.