SlideShare ist ein Scribd-Unternehmen logo
1 von 29
Downloaden Sie, um offline zu lesen
1© 2014 SAP AG or an SAP affiliate company. All rights reserved.
SAP HANA SPS 10 – What’s New?
SAP HANA remote data sync
SAP HANA Product Management June, 2015
(Delta from SPS 09 to SPS 10)
What it does
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 3Customer
SAP HANA remote data sync
Capabilities
• Synchronize* data between HANA and thousands of remote databases
• Acquire data for analysis in HANA over intermittent and slow networks
Benefits
• Always available data at remote locations for business applications
• Rich edge computing capabilities for IoT projects
Scenarios & Use Cases
• Internet of Things – two-way exchange of structured data between HANA
and large numbers of IoT gateways
• Offline Mobile – complex applications that drive an employee’s whole day,
such as CRM, inspections, asset management…
• Satellite Server – continuous operation at remote workplaces, including
ships, retail stores, mines, trains, oil rigs, and more…
HANA Landscape
SAP HANASync Server
Business
Suite
File system
Data
Synchronization
Remote site

Reports and
attachments
Applications
HeadquartersRemote site
* Synchronization: two-way, session-based, configurable, data replication, often over public networks.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Customer
SAP HANA remote data sync


Remote site

Remote site

Remote site

SAP HANA
External data stores
` `
Business Suite

SAP Data
Services
SAP Landscape
Transformation
SAP Replication Server
SAP Remote
Data Sync
SAP Smart Data
Streaming
External data stores
` `


Application
Database
Report
What it is for
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Customer
SAP HANA remote data sync use cases
 Remote workplaces
 Manufacturing
 Point-of-sale
 Practice management
 Delivery tracking
 Inspections
 Asset management
 Work order tracking
 Connected retail
 Connected car
 Predictive maintenance
 Smart metering
MobileInternet of ThingsSatellite Server
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Customer
SAP HANA remote data sync: remote database platforms
Satellite Server
Windows
Linux
Unix
Internet of Things
Linux (ARM)
Mobile
iOS
Android
Windows Phone Remote site

Reports and
attachments
Applications
HANA Landscape
SAP HANASync Server
Business
Suite
File system
Use case: satellite server
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Customer
Transaction Availability for Remote Sites
Extends SAP transactions to be available offline in remote, high latency, and disconnected scenarios
Always Available
Anywhere, Anytime
LAN-Based Speed
Optimized User Experience
Stay Connected 24x7
KEY BENEFITS
Eliminate Latency
Maximize User Adoption
Extends SAP Transactions
OfflineDisconnected Scenarios
Plant Maintenance
Inventory Management
Materials Management
Oil & Gas Focus
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,
Plant Maintenance
1. Notification Processing (malfunction
only)
2. Work Order Processing
(planned/corrective, repair, services)
3. Display Functional Location / Equipment
4. Display/create/change Measurement
Documents
5. Enter/cancel Work Order Confirmations
6. Attachments to Work Order
7. Reports
Inventory Management
1. Create/print Inventory
Document
2. Enter/change Inventory Count
3. Process List of Differences
4. Reports
Materials Management
1. Display/manage Materials and Stock in
multiple storage locations
2. Display Purchase Orders and
Create/Change Requisitions
3. Goods Movements (issue, receive, reverse
materials)
4. Service Entry Sheets
5. Display/change Equipment Bill of Material
6. Approvals
7. Reports
Use case: Internet of Things
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Customer
Use case: Internet of things
Use case: Mobility
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Customer
Case Study: BNSF Railway
Capturing maintenance data in remote locations
Mobile inspectors and crew people can enter field data in
extremely remote locations; synchronization is assured
 32,500 route miles across 28 states and two Canadian provinces
 8,000 employees working along the rail lines provide field data that
is critical for maintenance planning.
 Data is entered into SQL Anywhere on laptops, then synchronize
with back-end DB2 database when connection is available.
 Labor savings of $7,500 per day by eliminating dial-up disconnect
problems
 Bandwidth-friendly, small footprint, easy to customize
FIELD SERVICE
How it works
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Customer
The Synchronization Process
1. Upload
2. Acknowledge
3. Download
4. Asynchronous refresh and apply
HANA Landscape
SAP HANASync Server
Business
Suite
File system
Data
Synchronization
Remote site

Reports and
attachments
Applications
HeadquartersRemote site
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Customer
Programming the synchronization logic
Event-based model
The synchronization server fires a sequence of
events for each request
The developer provides “synchronization scripts”
for relevant events
Extensive customization
over 60 separate events
Multiple sets of scripts
“Synchronization version” identifies a set of
synchronization scripts
Scripts for each event
…written in SQL
…often simple SQL statements
download_cursor:
SELECT col1,… FROM T …
upload_insert:
INSERT INTO T …
…add to SAP_HANA_SYNC schema
CALL SAP_HANA_SYNC.ml_add_table_script
('sync_version', 'T',
'upload_insert',
'INSERT INTO T…' );
Built-in parameters
user_ID, database_ID, last_timestamp
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Customer
Proven reliability and scalability
Transaction integrity guarantees
Server farms: failover, redundancy, and scaleout
End-to-end encryption
Scalability testing tools
Comprehensive logging and error-handling options
Built-in or custom authentication
Advanced Features
HANA integration
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Customer
SAP HANA remote data sync
HANA Platform landscape recap
Multiple nodes (machines)
Multiple systems (logical installs)
 Three-letter SAP System ID
 Two-digit instance number NN
Shared file system
 Shared tree: /hana/shared/<SID>/…
 Local tree: /usr/sap/<SID>
System admin account
 <sid>adm
Lifecycle management
Install, upgrade, system rename, move to another
host,…
SAP standard port assignment (3NN28)
Name server
Configure rdsyncserver
Auto restart rdsyncserver
Control hosts on which sync server runs
Shared configuration files with other platform
components
Configuration through HANA Administration
Console
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Customer
SAP HANA remote data sync
Setup and configuration
RDSync metadata installed into schema
SAP_HANA_SYNC
RDSync server connects as user SYS_SYNC,
using an assertion ticket
Diagnosis files are written to
rdsync_server_<host>.30827.NNN.trc and can be
merged with other diagnosis files
Integrated monitoring
Built-in design-time roles:
 sap.hana.sync.monitor.roles:administrator
 sap.hana.sync.monitor.roles:monitor
 sap.hana.sync.monitor.roles:server
Integrated license management
License information entered along with other
HANA licenses.
License lockdown and audit.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Customer
SAP HANA remote data sync: Integrated administration
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Customer
SAP HANA remote data sync: Integrated monitoring
How to buy it
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Customer
SAP HANA remote data sync
How to buy it
Buy the SAP HANA Real-time Replication sales
bundle
 Includes SAP Replication Server, SAP Landscape
Transformation, and now SAP HANA remote data
sync
 Current price list entry (will be updated)
 RDSync customers must also buy SAP SQL
Anywhere, Remote Database Client for each remote
database
Pricing
Each option included in the Real-time Replication
Option bundle is priced at €10,000 per core.
List price for SAP SQL Anywhere, Remote
Database Client, is €130
PL Item PL Item Name PL Item Description
7017051 SAP HANA Real-time Replication Option, up to 10 units This option allows customers to use the runtime license of SAP® Landscape Transformation replication
server, SAP Replication Server, and SAP SQL Anywhere® mobile-link capabilities to replicate data from any
supported source to the SAP HANA® database in real time.
7017052 SAP HANA Real-time Replication Option, 11-20 units
7017053 SAP HANA Real-time Replication Option, 21 to 50 units
7017054 SAP HANA Real-time Replication Option, 51 to 100 units
7017055 SAP HANA Real-time Replication Option, above 100 units
7017640 SAP SQL Anywhere, Remote Database Client The remote database client for the SAP® SQL Anywhere® suite provides a user with licensing to use the
SAP SQL Anywhere personal server with synchronization and UltraLite with synchronization. See the
description of SAP SQL Anywhere, workgroup edition, for further information on the SAP SQL Anywhere
personal server, editions of UltraLite (UltraLite and UltraliteJ) and synchronization (MobiLink and SQL
Remote).
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 25Customer
SAP HANA remote data sync
Getting the product
H in the A-Z category at SMP:
Support incidents
The Application Component Hierarchy identifiers
used in BCP are:
 Remote data sync: HAN-SYN
 HANA Cockpit tiles: HAN-CPT-SYN
How to find out more
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 27Customer
SAP HANA remote data sync: Resources
SAP HANA remote data sync
 SAP HANA Implementation Community
Related Solution
 Transaction Availability for Remote Sites
SAP SQL Anywhere
(client-side application development)
Product documentation
 http://dcx.sap.com
SAP Community Network
 http://scn.sap.com/community/sql-anywhere
JAM
 SAP SQL Anywhere
External Forum
 http://sqlanywhere-forum.sap.com/
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Customer
The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the
permission of SAP. This presentation is not subject to your license agreement or any other service or subscription
agreement with SAP. SAP has 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's strategy and possible future developments, products and or platforms directions and functionality are all
subject to change and may be changed by SAP 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. 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. This document is for informational purposes
and may not be incorporated into a contract. SAP assumes no responsibility for errors or omissions in this document,
except if such damages were caused by SAP´s willful misconduct or gross negligence.
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.
Legal disclaimer
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Tom Slee
SAP HANA Product Management

Weitere ähnliche Inhalte

Was ist angesagt?

SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP 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
 
SAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP Technology
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP Technology
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP 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
 
What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualitySAP 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
 
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 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
 
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- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP Technology
 
SAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming ModelSAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming ModelSAP Technology
 
SAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP Technology
 
SAP HANA SPS09 - Smart Data Streaming
SAP HANA SPS09 - Smart Data StreamingSAP HANA SPS09 - Smart Data Streaming
SAP HANA SPS09 - Smart Data StreamingSAP Technology
 
SAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP Technology
 
Synchronizing Data in SAP HANA Using SAP SQL Anywhere
Synchronizing Data in SAP HANA Using SAP SQL AnywhereSynchronizing Data in SAP HANA Using SAP SQL Anywhere
Synchronizing Data in SAP HANA Using SAP SQL AnywhereSAP Technology
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementSAP Technology
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP Technology
 
Whats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesWhats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesSAP Technology
 

Was ist angesagt? (20)

SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScript
 
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
 
SAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming Model
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload Management
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
 
What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data Quality
 
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
 
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 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
 
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- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeries
 
SAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming ModelSAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming Model
 
SAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM Services
 
SAP HANA SPS09 - Smart Data Streaming
SAP HANA SPS09 - Smart Data StreamingSAP HANA SPS09 - Smart Data Streaming
SAP HANA SPS09 - Smart Data Streaming
 
SAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development Tools
 
Synchronizing Data in SAP HANA Using SAP SQL Anywhere
Synchronizing Data in SAP HANA Using SAP SQL AnywhereSynchronizing Data in SAP HANA Using SAP SQL Anywhere
Synchronizing Data in SAP HANA Using SAP SQL Anywhere
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload Management
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
Whats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesWhats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database Capabilities
 

Andere mochten auch

Taking it all offline with SQL Anywhere
Taking it all offline with SQL AnywhereTaking it all offline with SQL Anywhere
Taking it all offline with SQL AnywhereZendCon
 
SAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP Technology
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP 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
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeSAP Technology
 
Why Companies Need New Approaches for Faster Time-to-Insight
Why Companies Need New Approaches for Faster Time-to-Insight Why Companies Need New Approaches for Faster Time-to-Insight
Why Companies Need New Approaches for Faster Time-to-Insight SAP Asia Pacific
 
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
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemSAPinsider Events
 
How Sap hana is changing Retail Industry Inventory forecasting
How Sap hana  is changing Retail Industry Inventory forecasting How Sap hana  is changing Retail Industry Inventory forecasting
How Sap hana is changing Retail Industry Inventory forecasting Sumit Roy
 
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...Thomas Jenewein
 
ABAP Developers, who moved your code?
ABAP Developers, who moved your code?ABAP Developers, who moved your code?
ABAP Developers, who moved your code?Roel van den Berge
 
SAP BusinessObjects BI Platform - What's New in Feature Pack 3
SAP BusinessObjects BI Platform - What's New in Feature Pack 3SAP BusinessObjects BI Platform - What's New in Feature Pack 3
SAP BusinessObjects BI Platform - What's New in Feature Pack 3SAP Analytics
 

Andere mochten auch (14)

Taking it all offline with SQL Anywhere
Taking it all offline with SQL AnywhereTaking it all offline with SQL Anywhere
Taking it all offline with SQL Anywhere
 
SAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series Data
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware Platforms
 
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
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 
Why Companies Need New Approaches for Faster Time-to-Insight
Why Companies Need New Approaches for Faster Time-to-Insight Why Companies Need New Approaches for Faster Time-to-Insight
Why Companies Need New Approaches for Faster Time-to-Insight
 
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
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
 
How Sap hana is changing Retail Industry Inventory forecasting
How Sap hana  is changing Retail Industry Inventory forecasting How Sap hana  is changing Retail Industry Inventory forecasting
How Sap hana is changing Retail Industry Inventory forecasting
 
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...
Mobile Performance Support at Belgian Railways: Future on-the-job-help, learn...
 
ABAP Developers, who moved your code?
ABAP Developers, who moved your code?ABAP Developers, who moved your code?
ABAP Developers, who moved your code?
 
SAP Developers Update
SAP  Developers UpdateSAP  Developers Update
SAP Developers Update
 
SAP TechEd 2015 takeaway
SAP TechEd 2015 takeawaySAP TechEd 2015 takeaway
SAP TechEd 2015 takeaway
 
SAP BusinessObjects BI Platform - What's New in Feature Pack 3
SAP BusinessObjects BI Platform - What's New in Feature Pack 3SAP BusinessObjects BI Platform - What's New in Feature Pack 3
SAP BusinessObjects BI Platform - What's New in Feature Pack 3
 

Ähnlich wie SAP HANA SPS10- SAP HANA Remote Data Sync

SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP Technology
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP 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
 
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 Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewSAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewMatthias Steiner
 
Development to Deployment with SAP HANA
Development to Deployment with SAP HANADevelopment to Deployment with SAP HANA
Development to Deployment with SAP HANACraig Cmehil
 
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoire
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoireHIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoire
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoireHitachi Data Systems France
 
Disaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDisaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDirk Oppenkowski
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessSAP Technology
 
SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform
 
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
 
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014Praveen Sabbavarapu
 
SAP Crystal Reports & SAP HANA - Integration and Roadmap
SAP Crystal Reports & SAP HANA - Integration and RoadmapSAP Crystal Reports & SAP HANA - Integration and Roadmap
SAP Crystal Reports & SAP HANA - Integration and RoadmapKenneth Li
 
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back  SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back SAP HANA Cloud Platform
 
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 HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP Technology
 
HANA Finance Accelerators
HANA Finance AcceleratorsHANA Finance Accelerators
HANA Finance AcceleratorsDavid Dixon
 

Ähnlich wie SAP HANA SPS10- SAP HANA Remote Data Sync (20)

SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database Containers
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
 
What's New in SPS11 Overview
What's New in SPS11 OverviewWhat's New in SPS11 Overview
What's New in SPS11 Overview
 
SUSE Technical Webinar: Build HANA Apps in the Framework of the SAP and SUSE ...
SUSE Technical Webinar: Build HANA Apps in the Framework of the SAP and SUSE ...SUSE Technical Webinar: Build HANA Apps in the Framework of the SAP and SUSE ...
SUSE Technical Webinar: Build HANA Apps in the Framework of the SAP and SUSE ...
 
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 Cloud Platform - Overview
SAP HANA Cloud Platform - OverviewSAP HANA Cloud Platform - Overview
SAP HANA Cloud Platform - Overview
 
Development to Deployment with SAP HANA
Development to Deployment with SAP HANADevelopment to Deployment with SAP HANA
Development to Deployment with SAP HANA
 
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoire
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoireHIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoire
HIF Paris 2014 - SAP - SAP HANA : bien plus qu’une base de données en mémoire
 
Disaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDisaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE Linux
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data Access
 
SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
 
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
 
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
 
SAP Crystal Reports & SAP HANA - Integration and Roadmap
SAP Crystal Reports & SAP HANA - Integration and RoadmapSAP Crystal Reports & SAP HANA - Integration and Roadmap
SAP Crystal Reports & SAP HANA - Integration and Roadmap
 
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back  SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
 
Autodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory databaseAutodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory database
 
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 HANA SPS08 Overview
SAP HANA SPS08 OverviewSAP HANA SPS08 Overview
SAP HANA SPS08 Overview
 
HANA Finance Accelerators
HANA Finance AcceleratorsHANA Finance Accelerators
HANA Finance Accelerators
 
Dev207 berlin
Dev207 berlinDev207 berlin
Dev207 berlin
 

Mehr von 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
 
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
 
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
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)SAP Technology
 

Mehr von 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
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial Data
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASE
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 

Kürzlich hochgeladen

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
[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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 

Kürzlich hochgeladen (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
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...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
[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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 

SAP HANA SPS10- SAP HANA Remote Data Sync

  • 1. 1© 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 10 – What’s New? SAP HANA remote data sync SAP HANA Product Management June, 2015 (Delta from SPS 09 to SPS 10)
  • 3. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 3Customer SAP HANA remote data sync Capabilities • Synchronize* data between HANA and thousands of remote databases • Acquire data for analysis in HANA over intermittent and slow networks Benefits • Always available data at remote locations for business applications • Rich edge computing capabilities for IoT projects Scenarios & Use Cases • Internet of Things – two-way exchange of structured data between HANA and large numbers of IoT gateways • Offline Mobile – complex applications that drive an employee’s whole day, such as CRM, inspections, asset management… • Satellite Server – continuous operation at remote workplaces, including ships, retail stores, mines, trains, oil rigs, and more… HANA Landscape SAP HANASync Server Business Suite File system Data Synchronization Remote site  Reports and attachments Applications HeadquartersRemote site * Synchronization: two-way, session-based, configurable, data replication, often over public networks.
  • 4. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Customer SAP HANA remote data sync   Remote site  Remote site  Remote site  SAP HANA External data stores ` ` Business Suite  SAP Data Services SAP Landscape Transformation SAP Replication Server SAP Remote Data Sync SAP Smart Data Streaming External data stores ` `   Application Database Report
  • 6. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Customer SAP HANA remote data sync use cases  Remote workplaces  Manufacturing  Point-of-sale  Practice management  Delivery tracking  Inspections  Asset management  Work order tracking  Connected retail  Connected car  Predictive maintenance  Smart metering MobileInternet of ThingsSatellite Server
  • 7. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Customer SAP HANA remote data sync: remote database platforms Satellite Server Windows Linux Unix Internet of Things Linux (ARM) Mobile iOS Android Windows Phone Remote site  Reports and attachments Applications HANA Landscape SAP HANASync Server Business Suite File system
  • 9. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Customer Transaction Availability for Remote Sites Extends SAP transactions to be available offline in remote, high latency, and disconnected scenarios Always Available Anywhere, Anytime LAN-Based Speed Optimized User Experience Stay Connected 24x7 KEY BENEFITS Eliminate Latency Maximize User Adoption Extends SAP Transactions OfflineDisconnected Scenarios Plant Maintenance Inventory Management Materials Management Oil & Gas Focus 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, Plant Maintenance 1. Notification Processing (malfunction only) 2. Work Order Processing (planned/corrective, repair, services) 3. Display Functional Location / Equipment 4. Display/create/change Measurement Documents 5. Enter/cancel Work Order Confirmations 6. Attachments to Work Order 7. Reports Inventory Management 1. Create/print Inventory Document 2. Enter/change Inventory Count 3. Process List of Differences 4. Reports Materials Management 1. Display/manage Materials and Stock in multiple storage locations 2. Display Purchase Orders and Create/Change Requisitions 3. Goods Movements (issue, receive, reverse materials) 4. Service Entry Sheets 5. Display/change Equipment Bill of Material 6. Approvals 7. Reports
  • 10. Use case: Internet of Things
  • 11. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Customer Use case: Internet of things
  • 13. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Customer Case Study: BNSF Railway Capturing maintenance data in remote locations Mobile inspectors and crew people can enter field data in extremely remote locations; synchronization is assured  32,500 route miles across 28 states and two Canadian provinces  8,000 employees working along the rail lines provide field data that is critical for maintenance planning.  Data is entered into SQL Anywhere on laptops, then synchronize with back-end DB2 database when connection is available.  Labor savings of $7,500 per day by eliminating dial-up disconnect problems  Bandwidth-friendly, small footprint, easy to customize FIELD SERVICE
  • 15. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Customer The Synchronization Process 1. Upload 2. Acknowledge 3. Download 4. Asynchronous refresh and apply HANA Landscape SAP HANASync Server Business Suite File system Data Synchronization Remote site  Reports and attachments Applications HeadquartersRemote site
  • 16. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Customer Programming the synchronization logic Event-based model The synchronization server fires a sequence of events for each request The developer provides “synchronization scripts” for relevant events Extensive customization over 60 separate events Multiple sets of scripts “Synchronization version” identifies a set of synchronization scripts Scripts for each event …written in SQL …often simple SQL statements download_cursor: SELECT col1,… FROM T … upload_insert: INSERT INTO T … …add to SAP_HANA_SYNC schema CALL SAP_HANA_SYNC.ml_add_table_script ('sync_version', 'T', 'upload_insert', 'INSERT INTO T…' ); Built-in parameters user_ID, database_ID, last_timestamp
  • 17. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Customer Proven reliability and scalability Transaction integrity guarantees Server farms: failover, redundancy, and scaleout End-to-end encryption Scalability testing tools Comprehensive logging and error-handling options Built-in or custom authentication Advanced Features
  • 19. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Customer SAP HANA remote data sync HANA Platform landscape recap Multiple nodes (machines) Multiple systems (logical installs)  Three-letter SAP System ID  Two-digit instance number NN Shared file system  Shared tree: /hana/shared/<SID>/…  Local tree: /usr/sap/<SID> System admin account  <sid>adm Lifecycle management Install, upgrade, system rename, move to another host,… SAP standard port assignment (3NN28) Name server Configure rdsyncserver Auto restart rdsyncserver Control hosts on which sync server runs Shared configuration files with other platform components Configuration through HANA Administration Console
  • 20. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Customer SAP HANA remote data sync Setup and configuration RDSync metadata installed into schema SAP_HANA_SYNC RDSync server connects as user SYS_SYNC, using an assertion ticket Diagnosis files are written to rdsync_server_<host>.30827.NNN.trc and can be merged with other diagnosis files Integrated monitoring Built-in design-time roles:  sap.hana.sync.monitor.roles:administrator  sap.hana.sync.monitor.roles:monitor  sap.hana.sync.monitor.roles:server Integrated license management License information entered along with other HANA licenses. License lockdown and audit.
  • 21. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Customer SAP HANA remote data sync: Integrated administration
  • 22. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Customer SAP HANA remote data sync: Integrated monitoring
  • 24. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Customer SAP HANA remote data sync How to buy it Buy the SAP HANA Real-time Replication sales bundle  Includes SAP Replication Server, SAP Landscape Transformation, and now SAP HANA remote data sync  Current price list entry (will be updated)  RDSync customers must also buy SAP SQL Anywhere, Remote Database Client for each remote database Pricing Each option included in the Real-time Replication Option bundle is priced at €10,000 per core. List price for SAP SQL Anywhere, Remote Database Client, is €130 PL Item PL Item Name PL Item Description 7017051 SAP HANA Real-time Replication Option, up to 10 units This option allows customers to use the runtime license of SAP® Landscape Transformation replication server, SAP Replication Server, and SAP SQL Anywhere® mobile-link capabilities to replicate data from any supported source to the SAP HANA® database in real time. 7017052 SAP HANA Real-time Replication Option, 11-20 units 7017053 SAP HANA Real-time Replication Option, 21 to 50 units 7017054 SAP HANA Real-time Replication Option, 51 to 100 units 7017055 SAP HANA Real-time Replication Option, above 100 units 7017640 SAP SQL Anywhere, Remote Database Client The remote database client for the SAP® SQL Anywhere® suite provides a user with licensing to use the SAP SQL Anywhere personal server with synchronization and UltraLite with synchronization. See the description of SAP SQL Anywhere, workgroup edition, for further information on the SAP SQL Anywhere personal server, editions of UltraLite (UltraLite and UltraliteJ) and synchronization (MobiLink and SQL Remote).
  • 25. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 25Customer SAP HANA remote data sync Getting the product H in the A-Z category at SMP: Support incidents The Application Component Hierarchy identifiers used in BCP are:  Remote data sync: HAN-SYN  HANA Cockpit tiles: HAN-CPT-SYN
  • 26. How to find out more
  • 27. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 27Customer SAP HANA remote data sync: Resources SAP HANA remote data sync  SAP HANA Implementation Community Related Solution  Transaction Availability for Remote Sites SAP SQL Anywhere (client-side application development) Product documentation  http://dcx.sap.com SAP Community Network  http://scn.sap.com/community/sql-anywhere JAM  SAP SQL Anywhere External Forum  http://sqlanywhere-forum.sap.com/
  • 28. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Customer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation is not subject to your license agreement or any other service or subscription agreement with SAP. SAP has 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's strategy and possible future developments, products and or platforms directions and functionality are all subject to change and may be changed by SAP 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. 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. This document is for informational purposes and may not be incorporated into a contract. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP´s willful misconduct or gross negligence. 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. Legal disclaimer
  • 29. © 2015 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Tom Slee SAP HANA Product Management