infoproviders in sap netweaver bw powered by sap hana - webinar presentation

34
InfoProviders in SAP NetWeaver BW powered by SAP HANA Gabor Kovacs Customer Solution Adoption (CSA) May, 2012

Upload: ioridx

Post on 23-Dec-2016

96 views

Category:

Documents


13 download

TRANSCRIPT

Page 1: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

InfoProviders in SAP

NetWeaver BW powered by

SAP HANA

Gabor Kovacs

Customer Solution Adoption (CSA)

May, 2012

Page 2: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 2

Legal Disclaimer

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.

Page 3: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 3

Agenda

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider

Virtual Provider on HANA model

Page 4: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 4

Agenda

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider

Virtual Provider on HANA model

Page 5: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 5

HANA-Optimized InfoCube Architecture overview

Facts

D

D

MD MD

MD MD

F

E

Facts

MD

MD

MD

MD

F

Standard InfoCube

Physical schema tailored for RDBMS

HANA-optimized InfoCube

„Flat‟ structure

Conversion or New*

* Activation from BI content also

creates HANA-optimized InfoCube

Transport: SAP note 1691096

For more details: https://www.experiencesaphana.com/docs/DOC-1363

Page 6: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 6

HANA-Optimized InfoCube In the HANA DB – column store tables

BW InfoCube: 0D_DX_C01 (HANA-Optimized InfoCube)

Fact table

Dimension table

Page 7: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 7

HANA-Optimized InfoCube Compression

Before Compression

After Compression

Compression is not required for query performance but for large cubes it is recommended for

load performance (triggering delta merge process)

Page 8: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 8

HANA-Optimized Non-Cumulative InfoCube Specifics for InfoCubes with non-cumulative key figures

BW InfoCube: 0IC_C03 (HANA-Optimized non-cumulative InfoCube)

Fact table is partitioned by default:

- Uncompressed requests

- Compressed requests

- NCUM Initialization

- NCUM History

Column tables

Dimension table

Fact table

Validity table (NCUM only!)

For more details: https://www.experiencesaphana.com/docs/DOC-1363

A new paper to be published soon: First Guidance on Inventory InfoCubes in BW on HANA

Page 9: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 9

HANA-Optimized Non-Cumulative InfoCube Specifics for InfoCubes with non-cumulative key figures

BW InfoCube: 0IC_C03 (HANA-Optimized non-cumulative InfoCube)

Flag ’No Marker update‘ removed for HANA-optimized InfoCubes

Functionality is replaced by DTP Flag „Historic values„

Initialization of non-cumulative and Historical data -> compression not required!

Historical Transactions

Turn off for regular delta

Initialization record stored with

SID_0RECORDTP = „1‟ – „NCUM

Initialization‟ partition of

/BI0/F0IC_C03 table

Historical transactions stored with

SID_0RECORDTP = „2‟ – „NCUM

History‟ partition of /BI0/F0IC_C03

table

Delta transactions stored with

SID_0RECORDTP = „0‟ –

„uncompressed‟ partition of

/BI0/F0IC_C03 table

DTP for History and Delta

DTP for Initialization

Page 10: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 10

HANA-Optimized InfoCube Conversion of standard InfoCubes

Transaction: RSMIGRHANADB (program RSDRI_CONVERT_CUBE_TO_INMEMORY)

or from InfoCube maintenance:

After system migration to BW 7.3 on HANA all InfoCubes remain unchanged -> need to execute

conversion to HANA-optimized

After conversion InfoCubes work w/o disruption regarding data staging and querying (DB Changes are

transparent to the application)

Standard InfoCubes can be migrated – restrictions:

Non-cumulative InfoCubes in 3.x data flow – SP08 (or SAP Notes: 1679974, 1701975 )

InfoCubes in SPO – SP08 (SAP Note: 1685280 ); Creation of new InfoCube-based SPO is HANA-optimized

InfoCubes in HybridProvider or with persistency in BWA-only can not be converted

Conversion is executed as a Stored Procedure within HANA and therefore shows an excellent

performance.

Conversion performance

lab result: 250 Million records in 4 min

The exact runtime depends on

the distribution of the data,

number of fields, especially characteristics, and

the hardware of the HANA appliance

Page 11: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 11

HANA-Optimized InfoCube Conversion

Transaction: RSMIGRHANADB

( program RSDRI_CONVERT_CUBE_TO_INMEMORY)

Only SP08

SLG1

Page 12: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 12

HANA-Optimized InfoCube

Create New InfoCube

BWA only InfoCube NOT possible in

BW on HANA

BW 7.3 with BWA

Removed

New

Page 13: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 13

HANA-Optimized DataStore Object

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider

Virtual Provider on HANA model

Page 14: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 14

HANA-Optimized DataStore Object Architecture overview

Classical Architecture HANA-Optimized DataStore Object

Conversion

Significant

improvement

Challenges Data Activation Runtime

Reporting Performance Secondary indexes

SID handling

Page 15: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 15

HANA-Optimized DataStore Object Mapping Between Application Server and HANA DB

History storage Column based table Calculation

View

• Standard column based table

• Type „Insert Only“

(no primary key)

• Uniqueness checked by SQL

statement (DBMS exit)

• Temporal table

• Additional field

IMO__INT_KEY

• Auto merge off

• Table replaced by

Calculation view (uses

history storage to create a

change log view of the

data)

•Calculates technical key

on the fly

• Multiple updates for a

particular key are

consolidated into one

Main storage

Delta storage

Page 16: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 16

HANA-Optimized DataStore Object In the HANA DB

HANA-optimized DataStore in BW: ZINV_D02

Column tables

Active table – main “index”

Activation Queue

Delta “index”

History “index”

BW schema: SAP<sid>

Change Log – calculation view

HANA DB:

SE11

Page 17: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 17

HANA-Optimized DataStore Object Conversion

After system migration to BW 7.3 on HANA all DSOs remain unchanged -> need to execute

conversion to HANA-optimized (transaction RSMIGRHANADB)

After conversion DSOs work w/o disruption regarding data staging and querying (DB Changes are

transparent to the application)

Restrictions (SAP note 1665322 )

DSO is not included in 3.x DataFlow

RDA (Real-time Data Acquisition) is not supported – no HybridProvider

Components of SPO cannot be converted to HANA-optimized - SP08 (SAP Note: 1685280 ).

Migration options:

Active data gets converted, history in change log

gets lost

Fast conversion step

Delta requests to be updated to

data targets before Conversion

Requests activated before Conversion cannot

be rolled back

Option 1 – W/O Change log

Active data gets converted, history will be restored

out of old change log data

No functional restrictions (rollback and delta

update for old requests supported)

Complex algorithm with high database load

(active data gets rolled back and re-activated)

High hardware utilization – only few DSO can

be converted in parallel

Option 2 – Full Conversion

Page 18: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 18

Agenda

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider

Virtual Provider on HANA model

Page 19: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 19

HANA-Optimized InfoCube Benefits / Recommendation / Performance Improvements

The main benefits of converting to HANA-optimized InfoCube

Simplified data modeling

Dimensions for logical grouping only - no “badly” modeled InfoCube due to huge DIM tables, no line

item dimensions or cardinality (removed)

Restrictions still apply: maximum of 233 key figures, 16 dimensions, and 248 characteristics

Faster remodeling of structural changes – add/remove fields to column-table is fast, even with huge

data volume, no “remodeling” needed to move characteristics between dimensions

No changes of processes, MultiProviders, Queries required

No additional indexes, aggregates required

Fast data loads

Creation/look-up of DIM IDs no longer required (no lookup in NRIV table)

Compression is still recommended for large cubes to improve data load performance – due to the „delta

merge‟ process (but not required for query performance)

Exception Aggregation in HANA

The feature introduced by BW 7.3 with BWA 7.2 is valid for the HANA DB as well – Analytical Engine

(OLAP) functions are “pushed down” to the database

RSRT -> Query Properties:

for details on this feature: http://scn.sap.com/docs/DOC-12041

Page 20: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 20

HANA-Optimized InfoCube Performance Improvements – Adoption Experience

Overall Experience https://www.experiencesaphana.com/docs/DOC-1522

SAP NetWeaver BW Powered by SAP HANA webinar

4 - 5x faster data load to HANA-optimized InfoCubes

Query performance

at least as good as with BWA

Tremendous improvements when BWA has not been present before: 500 – 1000x faster

(mostly Data Manager time)

Customer 1 (CPG) 4x faster data load to HANA-optimized InfoCubes

Query performance at least as good as with BWA

Customer 2 (Food) 10x faster data load to HANA-optimized InfoCubes

(also applying best practices for start/transfer routines)

Overall Query performance at least as good as with BWA

3x faster query performance due to push-down OLAP features to HANA („exception aggregation‟)

Customer 3 (Manufacturing) 4x faster data load to HANA-optimized InfoCubes

Query performance at least as good as with BWA

Page 21: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 21

HANA-Optimized DataStore Objects Benefits / Recommendation / Performance Improvements

The main benefits of converting to HANA-optimized DSO

Significantly faster activation

Activation „pushed down” to the HANA DB (in-memory)

Faster reporting on DSO data

Consider SID generation during activation (“SID flag”) for optimized HANA Calculation Engine

access -> similar query performance to InfoCube (with same granularity)

Customer 1 (CPG)

15x faster activation of DSO data

200x faster Query performance on DSO data

Customer 3 (Manufacturing)

12x faster activation

Customer 4 (Banking)

19x faster activation of DSO data

Customer 5 (Utility)

8x faster activation of DSO data

Page 22: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 22

Performance Improvements Overall DataFlow, Process Chain

0

20

40

60

80

100

120

140

160

180

200

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

BW

7.3

on

XD

B P

erf

orm

ance

=

10

0

Process Chain

BW-on-HANA Load Performances as Reported by Ramp-Up Customers

Overall observations

Delta merge – follow best practice recommendations How to Guide on Delta Merge (soon on SCN as well)

DSO: automatic during activation

InfoCube: frequent compression improves the delta merge (faster)

Performance impact of ABAP code in Transformations

Optimizing select with FOR ALL ENTRIES in SAP HANA DB (SAP notes 1662726, 1622681 )

Consider BW 7.3 new features (DataStore lookup, Master Data read, SAP note 1092539)

Process Chains

can be further simplified by elimination

of unnecessary steps, e.g.

Attribute change run

Index drop/build

Aggregate roll-up

DB statistics

Page 23: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 23

Performance Improvements Do we still need InfoCube?

Reporting directly on DSO

Query performance is similar to InfoCube (with same granularity)

“SID-flag on” -> optimized HANA Calculation Engine access (SID flag impacts the data consistency as

master data entries are automatically created,

which can lead to different query results

InfoCube is still required when

Transformations (not only data aggregation) or

multiple DSO feeds into an InfoCube

NCUM key figures

Integrated planning only on transactional

InfoCube

external write-interface (RSDRI) only works for

InfoCubes

DSO still limited to 16 keys

Page 24: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 24

Adoption of HANA-Optimized DataStore Object Reduction of persistent layers by adopting BW on HANA – EDW core

Rollup

Change Run

DataStore Object

InfoCube

BW 7.x on RDBMS

Aggregates or

BWA index

DTP

Query

DataStore Object

InfoCube

BW on SAP HANA

DTP

DataStore Object

BW on SAP HANA

Migration Adoption

InfoCube can be removed

when used only for aggregation

or sub sets of the data

Page 25: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 25

Agenda

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider

Virtual Provider on HANA model

Page 26: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 26

New BW 7.3 InfoProviders in BW on HANA

The new BW 7.3 InfoProviders also supported in BW on HANA

Semantically Partitioned Objects - Modeling for Large Data Volume (DSO or InfoCube)

Create new SPO

– With InfoCubes -> automatically HANA-optimized

– With DSO -> HANA-optimized DSO (optional)

Conversion to HANA-optimized - SP08; SAP Note: 1685280

Analytic Index - Modeling for Agile scenarios (http://scn.sap.com/docs/DOC-12041)

Administration in transaction RSDD_LTIP

Data target in APD process

Snapshot Index

Snapshot Index for Virtual provider and Query as InfoProvider – RSDDB (http://scn.sap.com/docs/DOC-12041)

HybridProvider – Modeling for (near) Real-time Data Access

Create new HybridProvider

– InfoCube -> automatically HANA-optimized

– DSO -> Standard, not HANA-optimized

NO Conversion available for InfoProviders part of HybridProvider

Page 27: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 27

CompositeProvider Modeling for Virtualization and Flexibility

Flexible modeling with no data persistency

Rapid prototyping

Ad-hoc scenarios

BW Workspaces (BW InfoProviders with local files)

CompositeProvider – new with BW 7.3

Combine InfoProviders (InfoCubes, DataStore Objects) and Analytic Indexes via UNION, INNER

JOIN and LEFT OUTER JOIN

Can only be used in combination with BW powered by SAP HANA (and partially with BW

Accelerator)

UNION and JOIN operations are executed in HANA DB

and not the application server – if possible

from a data consistency point of view

without join column information

Exposed as standard BW InfoProvider

for BI Client consumption (BEx, BI tools)

Transaction: RSLIMOBW

Transportable

Local extensions – BW Workspace

(http://scn.sap.com/docs/DOC-12041)

Alternative to InfoSets

and persistent joins!

Page 28: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 28

Agenda

HANA-Optimized InfoProviders

HANA-optimized InfoCube - Architecture Overview, Conversion

HANA-optimized DataStore Object - Architecture Overview, Conversion

Non-Cumulative Handling

Best Practices / Experience from Ramp Up

HANA-Optimized InfoCube – faster data loads, query performance

HANA-Optimized DataStore Object – activation, query performance

Overall DataFlow, Process Chain

New BW 7.3 InfoProviders in the BW on HANA

Semantic Partitioned Object, Hybrid Provider, Analytic Index, Snapshot Index

Composite Provider

Consuming HANA Models in BW on HANA

Transient Provider on HANA model

Virtual Provider on HANA model

Page 29: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 29

Consumption of SAP HANA models in BW on HANA Mixed Scenarios

SAP BW Schema

SAP HANA Schema(s)

SAP HANA

SAP BW on HANA

InfoCube

Analytic or

Calculation View

TransientProvider

Query

CompositeProvider

Query

Virtual Provider

Query

Data Replication (SLT,

Data Services)

Important: Note 1661202 - Support for multiple applications on SAP HANA

Page 30: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 30

TransientProvider HANA Models as Analytic Index

Publish HANA models (Analytic or Calculation View) to BW

Transaction: RSDD_HM_PUBLISH

Analytic Index created

Mapping BW InfoObjects

–> OLAP functions in reporting

–> BW Analysis Authorization

Exposed to BEx and BI Tools

Can not be included in MultiProvider

CompositeProvider to merge with other InfoProviders

Not Transportable

https://www.experiencesaphana.com/docs/DOC-1463

Page 31: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 31

VirtualProvider on HANA Model

Virtual Provider on HANA model (Analytic / Calculation View)

Picture of BW on HANA and HANA data mart (OSS note reference)

Standard BW VirtualProvider functionality

BW Analysis Authorization (no Analytic Privileges)

MultiProvider support

Can not be included in CompositeProvider -> planned

Transportable

https://www.experiencesaphana.com/docs/DOC-1463

Page 32: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 32

Consumption of SAP HANA models in BW on HANA General Considerations

BW Analytic (OLAP) Engine and HANA Calculation Engine are independent!

Consider complex operations that are not simply aggregation:

Average

Exception Aggregation

Currency/Unit conversion

Etc.

General recommendation: do not combine complex calculations in HANA with calculations

in BEx. Keep the model in HANA as simple as possible and model the calculations instead

in the BEx Query.

If you require functionality that the BEx Query does not offer or which does no perform

well as it is not yet pushed down to the HANA engine at runtime, you can model it in the

HANA calculation view, but then should only use simple aggregation BEx Queries on top.

Page 33: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

Thank You!

Gabor Kovacs – [email protected]

SAP Customer Solution Adoption

Page 34: InfoProviders in SAP NetWeaver BW Powered by SAP HANA - Webinar Presentation

© 2012 SAP AG. All rights reserved. 34

No part of this publication may be reproduced or transmitted in any form or for any purpose

without the express permission of SAP AG. The information contained herein may be

changed without prior notice.

Some software products marketed by SAP AG and its distributors contain proprietary

software components of other software vendors.

Microsoft, Windows, Excel, Outlook, PowerPoint, Silverlight, and Visual Studio are registered

trademarks of Microsoft Corporation.

IBM, DB2, DB2 Universal Database, System i, System i5, System p, System p5, System x,

System z, System z10, z10, z/VM, z/OS, OS/390, zEnterprise, PowerVM, Power Architecture,

Power Systems, POWER7, POWER6+, POWER6, POWER, PowerHA, pureScale, PowerPC,

BladeCenter, System Storage, Storwize,

XIV, GPFS, HACMP, RETAIN, DB2 Connect, RACF, Redbooks, OS/2, AIX, Intelligent Miner,

WebSphere, Tivoli, Informix, and Smarter Planet are trademarks or registered trademarks of

IBM Corporation.

Linux is the registered trademark of Linus Torvalds in the United States and other countries.

Adobe, the Adobe logo, Acrobat, PostScript, and Reader are trademarks or registered

trademarks of Adobe Systems Incorporated in the United States and other countries.

Oracle and Java are registered trademarks of Oracle and its affiliates.

UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group.

Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are

trademarks or registered trademarks of Citrix Systems Inc.

HTML, XML, XHTML, and W3C are trademarks or registered trademarks of W3C®, World

Wide Web Consortium, Massachusetts Institute of Technology.

Apple, App Store, iBooks, iPad, iPhone, iPhoto, iPod, iTunes, Multi-Touch, Objective-C,

Retina, Safari, Siri,

and Xcode are trademarks or registered trademarks of Apple Inc.

IOS is a registered trademark of Cisco Systems Inc.

RIM, BlackBerry, BBM, BlackBerry Curve, BlackBerry Bold, BlackBerry Pearl, BlackBerry

Torch, BlackBerry Storm, BlackBerry Storm2, BlackBerry PlayBook, and BlackBerry App

World are trademarks or registered trademarks of Research in Motion Limited.

© 2012 SAP AG. All rights reserved.

Google App Engine, Google Apps, Google Checkout, Google Data API, Google Maps,

Google Mobile Ads, Google Mobile Updater, Google Mobile, Google Store, Google Sync,

Google Updater, Google Voice,

Google Mail, Gmail, YouTube, Dalvik and Android are trademarks or registered trademarks of

Google Inc.

INTERMEC is a registered trademark of Intermec Technologies Corporation.

Wi-Fi is a registered trademark of Wi-Fi Alliance.

Bluetooth is a registered trademark of Bluetooth SIG Inc.

Motorola is a registered trademark of Motorola Trademark Holdings LLC.

Computop is a registered trademark of Computop Wirtschaftsinformatik GmbH.

SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer,

StreamWork,

SAP HANA, and other SAP products and services mentioned herein as well as their

respective logos are trademarks or registered trademarks of SAP AG in Germany and other

countries.

Business Objects and the Business Objects logo, BusinessObjects, Crystal Reports, Crystal

Decisions, Web Intelligence, Xcelsius, and other Business Objects products and services

mentioned herein as well as their respective logos are trademarks or registered trademarks of

Business Objects Software Ltd. Business Objects is an SAP company.

Sybase and Adaptive Server, iAnywhere, Sybase 365, SQL Anywhere, and other Sybase

products and services mentioned herein as well as their respective logos are trademarks or

registered trademarks of Sybase Inc. Sybase is an SAP company.

Crossgate, m@gic EDDY, B2B 360°, and B2B 360° Services are registered trademarks of

Crossgate AG

in Germany and other countries. Crossgate is an SAP company.

All other product and service names mentioned are the trademarks of their respective

companies. Data contained in this document serves informational purposes only. National

product specifications may vary.

The information in this document is proprietary to SAP. No part of this document may be

reproduced, copied,

or transmitted in any form or for any purpose without the express prior written permission of

SAP AG.