SMP Security & Identity Management An Introduction

Size: px
Start display at page:

Download "SMP Security & Identity Management An Introduction"

Transcription

1 SMP Security & Identity Management An Introduction SMP Enterprise Grade Mobility Webinar Series Brought to you by the SAP Mobile Rapid Innovation Group (RIG)

2 SAP Mobile Platform: Enterprise Grade Mobility On SCN pages and a series of webinars, we drill down into Enterprise Readiness aspects of the SAP Mobile Platform (SMP). On the SCN Pages, you find links to White Papers, How-To Guides, Blogs and other resources. Webinars complement these published resources. The Webinar schedule is also published on SCN SAP AG. All rights reserved. Public 2

3 Security & Identity Management - Introduction SMP Enterprise Grade Mobility Webinar Series Dirk Olderdissen, Regional Mobility Presales, EMEA July, 2013

4 Agenda 1. SMP Security Overview 2. Transport Security 3. SMP Application Identification 4. Server Security Configuration 5. DMZ Security 6. Client Security 2013 SAP AG. All rights reserved. Public 4

5 SMP Security Overview

6 Platform security elements SMP 1 Transport Security X SAP Afaria 2 Application Security X X (partial) 3 Platform Security Authentication Backend Security 4 DMZ Security X 5 Device Security X X Backend Backend 3 SAP Mobile Platform Application Layer Communication Layer D M Z 4 SMPTraffic 1 SMP Application Application Layer Communication Layer SAP AG. All rights reserved. Public 6

7 SMP Data transport encryption The SMP client traffic can be encrypted. Most SMP protocols are actually already encrypted out of the box. When encryption is configured, the encryption is established before data is sent to the mobile device. The encryption type and details depend on the respective protocols that are being used. SMP Application SMP Server 2013 SAP AG. All rights reserved. Public 7

8 SMP app ID check SMP applications* need to present a valid app ID The app ID is created during the app enrolment process The app presents this ID on every connection with the SMP server The App ID is checked on the SMP server for validity The ID allows the SMP Server to uniquely identify each App on any particular device (for security + management + data handling) SMP Application ID ID SMP Server * HTTP Rest API application connection ID is optional 2013 SAP AG. All rights reserved. Public 8

9 Authentication The app needs to authenticate against SMP and against the backend The app needs to present credentials for authentication The required credentials are configurable The authentication is a two tier authentication o o First tier for SMP Second tier for the Data Source SMP Server U SMP U1 U2 EIS Application 2013 SAP AG. All rights reserved. Public 9

10 SMP communication process overview U1 U2 ID ID U1 SMP DB Auth U2 EIS Auth Steps taken before any data is sent to the mobile application 1. Transport Encryption is established when the client connects with SMP 2. Application registration (App ID) is verified 3. SMP server authentication takes place (first tier) 4. Data source (EIS) authentication takes place (second tier) This process is different for SAP Agentry applications as of SMP 2.3 Application Registration SMP Credentials ID U1 U2 Data Tier Credentials 2013 SAP AG. All rights reserved. Public 10

11 Protocols by platform version SUP SUP 2.2 SMP 2.3 SMP 3.0* SMP Messaging X X X X SMP Replication X X X X HTTP Rest API X X X SAP Agentry X X SAP Afaria Backend SAP Mobile Platform SMP Application Backend Application Layer HTTP (Rest API) Application Layer Communication Layer SAP Agentry SAP Afaria SMP Replication SMP Messaging Agentry (ANGEL**) *SMP3.0 road map, subject to change, see disclaimer, **ANGEL Agentry Next Generation Encryption Layer Communication Layer 2013 SAP AG. All rights reserved. Public 11 Afaria Agentry Client SAP Afaria

12 Transport Security

13 SMP Messaging communication SMP Messaging is always compressed and encrypted Protocol HTTP encapsulated (HTTPS is optional) Compressed & Encrypted Binary protocol Encryption 1024 bit asynchronous encryption 1024 bit RSA Public Key exchange 128 bit AES synchronous encryption (payload) Data traffic (payload) encryption from SMP-Client to the SMP-Server. Synchronous keys are automatically renewed automatically during Synchronization Session SAP AG. All rights reserved. Public 13

14 SMP Replication traffic encryption Replication traffic is encrypted with AES by default (SMP ) RSA for key exchange, 128bit AES transport encryption (configurable in SCC) The RSA Public Key is transported to the SMP client via SMP Messaging Traffic is HTTP with a binary payload, HTTPS encapsulation optional Devices need to be registered (via SMP Messaging) before data replication can take place SMP installs with default RSA keys you MUST change them! SAP AG. All rights reserved. Public 14

15 HTTP REST API traffic encryption The HTTP REST API is using regular HTTPS (SSL) for traffic encryption. REST API is a server side only API, no client side SMP specific modules HTTPS security level (SSL version), depends on the SSL Endpoint and the client implementation. The SSL for REST API traffic is often terminated on a customers reverse proxy or the SMP Relay Server. SAP Mobile Platform Application Layer Communication Layer D M Z HTTP(s) Application using REST API 2013 SAP AG. All rights reserved. Public 15

16 SAP Agentry SAP Agentry traffic can be encrypted with SSL The Agentry server is either stand-alone or part of SMP (v2.3 and higher), depending on the SMP version. The Agentry traffic protocol is called ANGEL, and is custom TCP binary traffic. The Agentry Server is not (as of SMP 2.3) integrated into the SMP Security concept. All discussed concepts in this presentation do NOT apply to SAP Syclo Agentry if not explicitly stated otherwise. SAP Mobile Platform Agentry Server D M Z Agentry (ANGEL) SAP Syclo Client METADATA 2013 SAP AG. All rights reserved. Public 16

17 SMP Application Identification

18 Application identification concept In order for SMP to function properly and to supply a high level of security, every app needs to be uniquely identified. A valid app identifier is used for App security only apps with a valid app connection ID are legitimate. Combined with the user credentials (U) this is an ownership (ID) & knowledge (U) security concept Data Synchronization and consistency required to sync the correct data differentials App management allows a clear management and reporting of all apps, versions, devices and users U Knowledge SMP Application Ownership ID 2013 SAP AG. All rights reserved. Public 18

19 SMP App Registration The SMP server needs to know the App connection ID getting to know this ID is called the registration process The registration process (part of enrolment) is protected, as only legitimate apps are supposed to register with the SMP server. This registration protection can be configured with SMP 1 U SMP Application ID + U SMP U ID DB 1. Credentials (configured authentication provider, automatic registration) Activation Code Activation Code 2. One time activation code (activation code is entered on app) 2 SMP Application ID + Activation Code ID DB SMP * HTTP Rest API application connection ID is optional 2013 SAP AG. All rights reserved. Public 19

20 SMP registration process details During the registration, the SMP server combines three values into a fixed registration triple* Application Name SMP application name that the developer has defined during design time. App Name App connection ID The unique ID for this particular application registration (usually hardware specific) App user name A name needed for administrative reference. SMP Application App Name App ID App User SMP App ID App User DB If this triple changes, the registration is considered invalid and the app needs to re-register. * HTTP Rest API application connection ID is optional 2013 SAP AG. All rights reserved. Public 20

21 Server Security Configuration

22 SMP - Authentication/Authorization SMP utilizes the Common Security Infrastructure (CSI) Authentication making sure the connecting user is who he claims to be Authorization check where the user belongs to and if he is entitled or not Role Mapping Puts the user into a SMP definable Role for easier administration Audit logging of authentication/authorization decisions made SMP (off by default) SMP Security Configuration Authentication Authorization Role Mapping Auditing SAP AG. All rights reserved. Public 22

23 SMP authentication The SMP authentication is a two step (tier) process: 1. SMP Server authentication - configurable, using SMP authentication providers App Registration Security Configuration SMP CDB Registration Data 2. Data Source authentication - depends on data source 1 Auth provider: LDAP Corp LDAP Data Source Definition 2 JDBC MS SQL 2013 SAP AG. All rights reserved. Public 23

24 SMP Authentication Providers SMP provides different authentication providers* that can be used in the Security Configurations (as of SMP2.3) NoSecurity LDAP NTProxy SAP SSO Token Certificate Authorization Certificate Validation User Role Authorizer HTTP Authentication Custom App Registration Security Configuration LDAP HTTP Authentication SMP CDB Registration Data Corp LDAP SAP Netweaver Authentication providers can also be combined* E.g. Use LDAP for authentication and HTTPAuth to generate a SSO2 token Data Source Definition * ** SAP AG. All rights reserved. Public 24 EIS

25 SMP Security Configurations SMP Security configurations are defined globally and can then be assigned to SMP domains (tenants) Applications (application templates) Packages (data structure definitions) Security Configuration SSO2 Token LDAP SMP Domain Prod-South SMP Domain Prod-North Security Configuration Corporate AD SMP Domain Test Security Configuration Developer HTTP Authentication LDAP UserRole Application Sales v1 Application Inventory Application Test-Dev * SAP AG. All rights reserved. Public 25

26 Value By providing these security configuration features, the SAP Mobile Platform allows: Implementation of complex security requirements (e.g. SSO with SAP tokens, Network Edge Authentication, ). Custom authenticators if required. Multi-Tenant support for large corporations. Global security configurations can be done by security experts and then used and assigned by SMP administrators. Multiple apps can share a security configuration without the need of re-wirering for each app SAP AG. All rights reserved. Public 26

27 DMZ Security

28 SMP Protocol Reference SMP is utilizing some very specialized protocols. In order to find the best suited networking setup, the used protocols and their individual nature needs to be kept in mind. Protocol Comment Structure HTTPS Relay Server support Messaging aka imo, MOCCA, MBS, ODP traffic HTTP, plaintext header with binary body, Yes, HTTPS encapsulation optional Replication aka - Mobilink, RBS HTTP, binary payload, Yes, HTTPS encapsulation optional HTTP REST HTTP standard HTTP plain Yes, HTTPS optional Yes Yes ANGEL Syclo Agentry traffic TCP binary, SSL encrypted No No No Yes Yes Out-of-the-box Reverse Proxy filters No No 2013 SAP AG. All rights reserved. Public 28

29 Firewall Firewall SMP Relay Server RelayServer (RS) is an optional DMZ security component 1. Additional network security component in front of SMP Prevents a direct connection from the internet to the SMP server 2. Allows only SMP / Afaria Traffic, all other traffic is dropped / blocked (basic protocol checks) 3. Requires only one outbound port in the inner DMZ (messaging & replication & Rest API) 4. Allows to reduce the open inbound ports from the internet, e.g. reduction to 443 for SMP traffic. 5. Provides built in load balancing for SMP & Afaria clusters (built in round robin) Internet DMZ LAN Mobile Device 1 Proxy SMP Server SMP Client 4 2 Relay Server on IIS / Apache 3 5 SMP Server 2013 SAP AG. All rights reserved. Public 30

30 Relay Server FAQ 1. Is the Relay Server required? Use of the Relay Server is considered best practice for security and architecture improvements. Technically, the RS is not required, but adds some security and architectural benefits that a reverse proxy usually does not provide. 2. Can I use a reverse proxy instead of the Relay Server? Technically this is possible, but not recommended. Due to the nature of many SMP protocols, reverse proxies are o o o very hard to configure if they are to provide a security benefit SAP support can not help as this is a customer specific infrastructure Unless you know what you do, potentially less secure as the RS 3. Do I need to license the Relay Server? No, the Relay Server is part of the SMP and does not need to be licensed separately. 4. Are there any exceptions? Yes, using the RS is a customer individual decision. e.g. when using Network Edge Authentication, RS may be considered redundant SAP AG. All rights reserved. Public 31

31 Firewall Firewall SMP Network Setup Examples - Regular Major denominators 1. Most common architecture with RS in DMZ Comments Best known setup by tech support, consulting and ecosystem Best covered by product and supporting documentation Internet DMZ LAN EIS Mobile Device SMP Client Relay Server Relay Server Service SMP Server SMP Server 2013 SAP AG. All rights reserved. Public 32

32 Firewall Firewall SMP Network Setup Examples - SMP landscape only with Reverse Proxy (no RS) Major denominators 1. Reverse Proxy as HTTPS endpoint 2. Traffic routing rules needed 3. Custom protocol filters or TCP pass-through required Comments Reverse Proxy can t filter SMP protocols out of the box custom filters required No outbound port model Network Edge authentication recommended Internet DMZ LAN Mobile Device SMP Client HTTPS 1 Proxy I Reverse Proxy 3 Replication Messaging 2 SMP Server SMP Server REST API 2013 SAP AG. All rights reserved. Public 33

33 Firewall Firewall SMP Network Setup Examples - Reverse Proxy and RS Major denominators 1. Reverse Proxy as HTTPS endpoint 2. RelayServer for additional security and ease of routing Comments Reverse Proxy for corporate security policy compliance Maintaining communication benefits of RS (outbound port, single port) No traffic routing rules needed on Reverse Proxy Internet DMZ I LAN EIS Mobile Device SMP Client HTTPS Reverse Proxy 1 HTTP SUP Server SMP Server IIS / Apache 2 Development RS plugin SMP SDK Eclipse 2013 SAP AG. All rights reserved. Public 34

34 Client Security

35 Database Encryption SMP mobile database can be encrypted with 256 bit AES. SMP Object API provides methods to generate a secure-random AES (256bit) key and encrypt the local DB with it. The app developer has all the tools to implement good data security on the mobile device Create key Encrypt DB Store key securely (Data Vault) SMP Application SMP Object API Configuration Data Vault Communication Engine Operating System OS Cert Store SAP AG. All rights reserved. Public 36

36 Data Vault - Concept The Data Vault provides encrypted storage of occasionally used, small pieces of data. SMP native applications Object API that provides secure data storage on the mobile device 256bit AES encrypted Vault API is device agnostic Usage Application queries user for password Password is used (salted & hashed) to unlock Data Vault Application can access secrets e.g. DB encryption key Backend access credentials Operating System SMP Application SMP Object API Configuration Communication Engine Data Vault OS Cert Store Taken from the Data Vault documenation: SAP AG. All rights reserved. Public 37

37 Hybrid Web Container - Container security benefits The HWC provides built in cross platform security - Local Data Security - Data at rest encryption. - Encrypted offline storage available - Browser Kit is used (not the device browser) prevents exposing data via browser cache, history or offline storage. - Communication Security - SMP Server communication is encrypted. - Built in app-device ID association - Backend Security - SMP platform authentication & authorization concepts apply (e.g. support for SSO). - SMP data source management for user data source access management etc. - User and application management Browser Kit Hybrid App Data HTML5 Container Interp. MSG Engine 2013 SAP AG. All rights reserved. Public 38

38 Rest API client security The SMP Rest API is a server side API only. That means the application developer has to handle client side security all by himself with his available developer tooling, as of SMP 2.3. The SAP Mobile Platform road map has plans to provide great tooling to increase developer productivity. E.g. Mobile Application Framework (MAF), Application Builder, etc. Product road maps can be found here: Custom App SAP Mobile Platform Application Layer Communication Layer HTTP(s) Credential handling App ID registration + handl. HTTPS traffic encryption Data at rest protection 2013 SAP AG. All rights reserved. Public 39

39 Wrapup

40 Wrapup This presentation is the first part of a planned series of 4 SMP security webcasts. Lookout for the other three parts, currently targeted for October/November Webinar recordings and announcements can be found here SMP security content starting point on SCN SMP documentation security starting point SAP AG. All rights reserved. Public 41

41 Thank you Contact information: Dirk Olderdissen Solution Advisor, Regional Mobility Presales, EMEA

42 2013 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. 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. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP 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. Please see for additional trademark information and notices SAP AG. All rights reserved. Public 43

43 2013 SAP AG. Alle Rechte vorbehalten. Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden. Einige der von der SAP AG und ihren Distributoren vermarkteten Softwareprodukte enthalten proprietäre Softwarekomponenten anderer Softwareanbieter. Produkte können länderspezifische Unterschiede aufweisen. Die vorliegenden Unterlagen werden von der SAP AG und ihren Konzernunternehmen ( SAP-Konzern ) bereitgestellt und dienen ausschließlich zu Informationszwecken. Der SAP-Konzern übernimmt keinerlei Haftung oder Gewährleistung für Fehler oder Unvollständigkeiten in dieser Publikation. Der SAP-Konzern steht lediglich für Produkte und Dienstleistungen nach der Maßgabe ein, die in der Vereinbarung über die jeweiligen Produkte und Dienstleistungen ausdrücklich geregelt ist. Keine der hierin enthaltenen Informationen ist als zusätzliche Garantie zu interpretieren. SAP und andere in diesem Dokument erwähnte Produkte und Dienstleistungen von SAP sowie die dazugehörigen Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und verschiedenen anderen Ländern weltweit. Weitere Hinweise und Informationen zum Markenrecht finden Sie unter SAP AG. All rights reserved. Public 44

Use of DB2 purescale with SAP Applications

Use of DB2 purescale with SAP Applications Use of DB2 purescale with SAP Applications December, 2013 Customer SAP Applications on DB2 purescale End users Can use SAP log-on groups to direct similar work to same set of servers Central Services Application

More information

BRFplus Field Configuration for Portfolio Management

BRFplus Field Configuration for Portfolio Management for Portfolio Management A PLM Consulting Solution Public The BRFplus Field Configuration allows you to easily modify the field configuration of standard and custom fields, toolbar buttons and tabs on

More information

Project Cost Reporting for PPM

Project Cost Reporting for PPM Project Cost Reporting for PPM A PLM Consulting Solution Public Project Cost Reporting for PPM The Consulting Solution Project Cost Reporting supports project-centric and cross-project evaluations in PPM,

More information

SAP Solutions for Information Management Overview, Strategy, & Roadmap. Kristin McMahon May 2013

SAP Solutions for Information Management Overview, Strategy, & Roadmap. Kristin McMahon May 2013 SAP Solutions for Information Management Overview, Strategy, & Roadmap Kristin McMahon May 2013 Safe Harbor Statement The information in this presentation is confidential and proprietary to SAP and may

More information

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features Dirk Olderdissen Solution Expert, Regional Presales EMEA SAP Brought to you by the Customer Experience Group 2014 SAP

More information

Predictive Analytics and the Big Data Challenge

Predictive Analytics and the Big Data Challenge Predictive Analytics and the Big Data Challenge Andrei Grigoriev, MBA, MSc Sr. Director, Custom Development EMEA SAP Nice, April 2014 What is Predictive Analytics Predictive analytics is about analyzing

More information

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service

SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service SAP Sourcing/CLM Webcast Query & User/Contact Maintenance Web Service Vikram Shanmugasundaram / SAP Sourcing/CLM Center of Excellence Ed Dunne / SAP Sourcing/CLM Product Management November 2015 SAP Sourcing

More information

Optimize Your Business with SAP Enterprise Dashboards (SAP Smart Business) Powered by SAP HANA

Optimize Your Business with SAP Enterprise Dashboards (SAP Smart Business) Powered by SAP HANA Optimize Your Business with SAP Enterprise Dashboards (SAP Smart Business) Powered by SAP HANA SAP HANA Live and SAP Smart Business for real-time operational reporting and exception-based decision making

More information

A short update on. SAP s User Experience Strategy Sam Yen, Andreas Hauser, Nis Boy Naeve, Volker Zimmermann, Gerrit Kotze - SAP AG April 2014

A short update on. SAP s User Experience Strategy Sam Yen, Andreas Hauser, Nis Boy Naeve, Volker Zimmermann, Gerrit Kotze - SAP AG April 2014 A short update on SAP s User Experience Strategy Sam Yen, Andreas Hauser, Nis Boy Naeve, Volker Zimmermann, Gerrit Kotze - SAP AG April 2014 Disclaimer This presentation outlines our general product direction

More information

Customer Surveys with SAP Contact Center

Customer Surveys with SAP Contact Center Customer Surveys with SAP Contact Center SAP Contact Center software version 7 SAP Contact Center Product Management 2014 Public Agenda Automated post-call survey Agent-driven surveys / information collection

More information

SAP Product Road Map SAP Mobile Documents

SAP Product Road Map SAP Mobile Documents SAP Product Road Map SAP Mobile Documents 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

More information

Heterogeneous ABAP System Copy Technical Overview

Heterogeneous ABAP System Copy Technical Overview Heterogeneous ABAP System Copy Technical Overview Boris Zarske SAP Product Management December 2015 Public Goal of this presentation Even if heterogeneous system copies must only be performed by certified

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the interface software MCC SR2015 for the product MCC SR2015 of the MEIERHOFER AG. has been certified for integration with SAP ECC

More information

mysap Supply Chain Management Solution Map Release 2005

mysap Supply Chain Management Solution Map Release 2005 mysap Supply Chain Management Solution Map Release 2005 Demand & Supply Planning Demand Planning & Forecasting Safety Stock Planning Supply Network Planning Distribution Planning Supply Network Collaboration

More information

Application Map Release 2005

Application Map Release 2005 mysap Supplier Relationship Management Solution Map Application Map Release 2005 Purchasing Planning Purchasing Governance Strategy Development Risk Management Procurement Office Planning Category Management

More information

Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204

Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204 Making SAP s User Experience Strategy Reality Nis Boy Naeve, Andreas Hauser SAP SE SESSION CODE: UX204 Disclaimer This presentation outlines our general product direction and should not be relied on in

More information

SAP Enterprise Portal 6.0 KM Platform Delta Features

SAP Enterprise Portal 6.0 KM Platform Delta Features SAP Enterprise Portal 6.0 KM Platform Delta Features Please see also the KM Platform feature list in http://service.sap.com/ep Product Management Operations Status: January 20th, 2004 Note: This presentation

More information

mysap ERP Technology Facts

mysap ERP Technology Facts mysap ERP Technology Facts Agenda mysap ERP Overview Technical Architecture of mysap ERP Transition to mysap ERP Outlook and Roadmap Summary and Further Information SAP AG 2004, mysap ERP Technology Facts,

More information

Simplifying Workflow with SAP NetWeaver. Alan Rickayzen Product Manager, SAP AG

Simplifying Workflow with SAP NetWeaver. Alan Rickayzen Product Manager, SAP AG Simplifying Workflow with SAP NetWeaver Alan Rickayzen Product Manager, SAP AG Workflow in SAP NetWeaver Central Simple Worklist Groupware Integration Summary Business Workflow: Robust, Proven Workflow

More information

Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS

Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS Run SAP Implementation Partner Program Guide 2009 ADOPTING THE RUN METHODOLOGY INTO YOUR SAP IMPLEMENTATIONS Executive Summary The foundation for business process availability is laid in the technical

More information

Sabine Reich SAP. Test Workbench - Introduction

Sabine Reich SAP. Test Workbench - Introduction Sabine Reich SAP Test Workbench - Introduction Agenda 1 General Concepts 2 Functions of the Test Workbench 3 A Typical Test Procedure 4 Integration into the SAP Solution Manager SAP AG 2002, Title of Presentation,

More information

SAP NetWeaver Gateway Throughput & Scalability. David Freidlin

SAP NetWeaver Gateway Throughput & Scalability. David Freidlin SAP NetWeaver Gateway Throughput & Scalability David Freidlin Agenda Gateway Throughput Gateway Data Scalability Gateway Scaling Out Gateway High Availability 2013 SAP AG. All rights reserved. 2 Gateway

More information

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02 Landscape Design and Integration SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC01916-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part

More information

SAP Solution Manager Change Request Management. SAP Solution Manager Product Management SAP AG

SAP Solution Manager Change Request Management. SAP Solution Manager Product Management SAP AG SAP Solution Manager Change Request Management SAP Solution Manager Product Management SAP AG Change Request Management Maintenance Activities Project Activities Administration Activities SAP Solution

More information

The Internet of Things Our Strategy and Direction: Driving Customer Value

The Internet of Things Our Strategy and Direction: Driving Customer Value The Internet of Things Our Strategy and Direction: Driving Customer Value Michael Lynch 2015 Internal 2015 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

SAP Product Road Map SAP BusinessObjects Design Studio

SAP Product Road Map SAP BusinessObjects Design Studio SAP Product Road Map SAP BusinessObjects Design Studio Road Map Revision: September 24, 2014 Template Revision 20120421 v3.0 Legal disclaimer The information in this presentation is confidential and proprietary

More information

mysap Customer Relationship Management - Enterprise Solution Map Edition 2004

mysap Customer Relationship Management - Enterprise Solution Map Edition 2004 mysap Customer Relationship - Enterprise Solution Map Edition 2004 mysap Customer Relationship - Enterprise Marketing Marketing Planning Segmentation Campaign Trade Promotion Lead Personalization Sales

More information

SAP s User Experience Strategy

SAP s User Experience Strategy SAP s User Experience Strategy May 2015 Public 2015 SAP SE or an SAP affiliate company. All rights reserved. Public 1 Public Disclaimer This presentation outlines our general product direction and should

More information

SAP CRM 2007. Detailed View SAP CRM 2007. Web Service Tool

SAP CRM 2007. Detailed View SAP CRM 2007. Web Service Tool SAP CRM 2007 Detailed View SAP CRM 2007 Web Service Tool Disclaimer This Presentation is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains

More information

Multiple Components in One Database -

Multiple Components in One Database - Multiple Components in One Database - Technical Implementation on Different Databases Dr. Georg Leffers SAP AG Technical Setup The following slides show for all databases supported by SAP the technical

More information

Building a multi-source universe

Building a multi-source universe September 10-13, 2012 Orlando, Florida Building a multi-source universe Pierpaolo Vezzosi 2011 SAP AG. All rights reserved. Public 1 Learning points Learn the details of the multi-source universe technology

More information

Capital Project and Portfolio Management

Capital Project and Portfolio Management Capital Project and Portfolio Management Agenda Introduction Capital Project and Portfolio Management Process New Functions and Features for Capital Project and Portfolio Management Process Variant Leveraging

More information

SAP Mobile Platform 3.0 Overview. Jeff Gebo Customer Experience Group June 10th, 2014

SAP Mobile Platform 3.0 Overview. Jeff Gebo Customer Experience Group June 10th, 2014 SAP Mobile Platform 3.0 Overview Jeff Gebo Customer Experience Group June 10th, 2014 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

Working in a ubiquitous computing environment

Working in a ubiquitous computing environment Working in a ubiquitous computing environment Challenges for an application software manufacturer Dr. Thomas Ziegert, SAP Corporate Research SAP Corporate Research Overview SAP Corporate Research Investigates

More information

Roland Kreß, SAP SE Nov 10 th, 2015. *: Strategic Customer Development Project

Roland Kreß, SAP SE Nov 10 th, 2015. *: Strategic Customer Development Project Erfolgsfaktoren für die agile Software Entwicklung im Vertragsumfeld Vorstellung eines SAP Standard Co-Innovations Projektansatzes (SCDP*), das agile Methoden und traditionelles Wasserfall Modell verbindet

More information

How To Develop In Java (J2Ee) And J2Ee (Sap) Together (Sapp)

How To Develop In Java (J2Ee) And J2Ee (Sap) Together (Sapp) SAP NetWeaver Developer Studio and Java Development Infrastructure Karl Kessler Product Manager, SAP AG Agenda SAP NetWeaver Developer Studio! Mission Statement! Eclipse! Java Dictionary, J2EE Tool Set,

More information

SAP Product Road Map SAP Master Data Governance

SAP Product Road Map SAP Master Data Governance SAP Product Road Map SAP Master Data Governance Markus Kuppe Product Management, SAP MDG May 2015 Markus Kuppe VP, Chief Solution Architect SAP Master Data Governance SAP AG Dietmar-Hopp-Allee 16 69190

More information

Accelerated Application Delivery

Accelerated Application Delivery Accelerated Application Delivery SAP runs AccAD Insights on Example Landscape SAP NetWeaver Product Management February 2009 public 1 Agenda 1. Overview 2. Detailed AccAD Landscape 3. Performance Improvements

More information

Management and Monitoring of a J2EE Server and Applications Using JMX. Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG

Management and Monitoring of a J2EE Server and Applications Using JMX. Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG Management and Monitoring of a J2EE Server and Applications Using JMX Reinhold Kautzleben, Gregor Frey Speaker Title, SAP AG How much JMX is required to be in J2EE? JMX 1.2 belongs to the list of required

More information

SAP Business One Service Layer

SAP Business One Service Layer SAP Business One Service Layer Trinidad Martinez / SAP Business One Solutions Architect May 26-28, 2015 Public SAP Business One Innovation summit - Barcelona 1 Agenda SAP Business One Service Layer Introduction

More information

" # Portal Integration SAP AG 2004, 3

 # Portal Integration SAP AG 2004, 3 ! SAP AG 2004, 2 " # Portal Integration SAP AG 2004, 3 $ %"&' # SAP Netweaver People Integration Multi Channel access Portal Coll Information Integration Information Broadcasting Pre-Calculated, online

More information

Setup Guide for Business Process Operations Dashboards SAP Solution Manager 7.1. SAP AG August, 2011

Setup Guide for Business Process Operations Dashboards SAP Solution Manager 7.1. SAP AG August, 2011 Setup Guide for Business Process Operations Dashboards SAP Solution Manager 7.1 SAP AG August, 2011 Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

Closed-Loop Engineering Integrated Product Development at a Vehicle Manufacturer

Closed-Loop Engineering Integrated Product Development at a Vehicle Manufacturer Closed-Loop Engineering Integrated Product Development at a Vehicle Manufacturer Dr. Stephan Kohlhoff Geschäftbereich Automotive SAP Deutschland AG & Co KG Agenda Motivation Closed-Loop Engineering Vehicle

More information

Settlement in TM 9.0 New functionalities with TM 9.0. Ananth Bhat SAP Development, Transportation & Logistics December 2012

Settlement in TM 9.0 New functionalities with TM 9.0. Ananth Bhat SAP Development, Transportation & Logistics December 2012 Settlement in TM 9.0 New functionalities with TM 9.0 Ananth Bhat SAP Development, Transportation & Logistics December 2012 Agenda Shipper Functionality Freight Cost Distribution LSP / Freight Forwarder

More information

SAP Perfect Plant Manufacturing Solution. SAP Taiwan Allen Lin 林 信 宇 2010.09.14

SAP Perfect Plant Manufacturing Solution. SAP Taiwan Allen Lin 林 信 宇 2010.09.14 SAP Perfect Plant Manufacturing Solution SAP Taiwan Allen Lin 林 信 宇 2010.09.14 生 產 製 造 的 世 界 趨 勢 協 同 製 造 的 環 境 客 戶 導 向 的 創 新 符 合 法 規 的 規 範 應 用 資 訊 的 輔 助 Cost savings Focus on core competencies Closeness

More information

Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT

Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT Management@SAP Michael Collet 28th January 2005, Frankfurt, GI -Fachgruppe SECMGT If business has no risk, don t do it! ( frei nach Tom DeMarco & Timothy Lister) Scope of Corporate Management Roll-out

More information

Security. SAP Mobile Platform 2.3 SP04

Security. SAP Mobile Platform 2.3 SP04 Security SAP Mobile Platform 2.3 SP04 DOCUMENT ID: DC01930-01-0234-01 LAST REVISED: March 2014 Copyright 2014 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

SAP BusinessObjects Dashboards Influence Session. Scott Leaver Solution Management François Imberton Product Management

SAP BusinessObjects Dashboards Influence Session. Scott Leaver Solution Management François Imberton Product Management Influence Session Scott Leaver Solution Management François Imberton Product Management Influence Session What is this about? Contribute to Dashboards Product Release Content Give feedback on potential

More information

SAP Education Postgraduate Education Program for Customers and Partners. SAP Corporate Master. Young Professionals

SAP Education Postgraduate Education Program for Customers and Partners. SAP Corporate Master. Young Professionals SAP Education Postgraduate Education Program for Customers and Partners SAP Corporate Master Program Business and Technology Studies for University Graduates and Young Professionals CONTENT 4 Our Unbeatable

More information

Support für Cloud und hybride Szenarien. Waldemar Befort, SAP Global Service & Support 15. September 2015

Support für Cloud und hybride Szenarien. Waldemar Befort, SAP Global Service & Support 15. September 2015 Support für Cloud und hybride Szenarien Waldemar Befort, SAP Global Service & Support 15. September 2015 Agenda 1. Motivation und Hintergrund 2. SAP Enterprise Support - Cloud Edition 3. Umfang und angebotene

More information

Job Scheduling Management Integration with SAP CPS by Redwood SAP Solution Manager 7.1. SAP AG August, 2011

Job Scheduling Management Integration with SAP CPS by Redwood SAP Solution Manager 7.1. SAP AG August, 2011 Job Scheduling Management Integration with SAP CPS by Redwood SAP Solution Manager 7.1 SAP AG August, 2011 Disclaimer This presentation outlines our general product direction and should not be relied on

More information

SAP's Journey of Implementing SAP Disclosure Management and Notes Management Session 2002

SAP's Journey of Implementing SAP Disclosure Management and Notes Management Session 2002 SAP's Journey of Implementing SAP Disclosure Management and Notes Management Session 2002 Sonja Simon/Corporate Financial Reporting and Kirk Anderson/EPM Solution Management, May, 2012 Agenda Overview:

More information

Innovation Summit Philadelphia, July 12 th 13 th User Experience

Innovation Summit Philadelphia, July 12 th 13 th User Experience Innovation Summit Philadelphia, July 12 th 13 th User Experience Agenda User Experience as a Strategic Topic New Usages and new Capabilities Understanding Work Practices From Configuration to App Breakouts

More information

SAP NetWeaver Composite Application Framework (CAF)

SAP NetWeaver Composite Application Framework (CAF) SAP NetWeaver Composite Application Framework (CAF) Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not

More information

SAP Master Data Governance for Financials: What's New with SAP ERP 6.0 Enhancement Package 4 and 5

SAP Master Data Governance for Financials: What's New with SAP ERP 6.0 Enhancement Package 4 and 5 Orange County Convention Center Orlando, Florida May 15-18, 2011 SAP Master Data Governance for Financials: What's New with SAP ERP 6.0 Enhancement Package 4 and 5 Pete Graham Director, LoB Finance, Solutions

More information

Growing pressures that are here to stay

Growing pressures that are here to stay SAP BusinessObjects Planning and Consolidation April 2012 Growing pressures that are here to stay Volatility in markets, commodity prices and stocks Increasing globalization Increased focus on risk Pressure

More information

SAP Solution Manager for Customizing Synchronization

SAP Solution Manager for Customizing Synchronization SAP Solution Manager for Customizing Synchronization Product Management SAP Solution Manager SAP AG Learning Objectives As a result of this presentation, you will be able to: Describe major challenges

More information

SAP BI - Data Quality with Business Objects Data Services

SAP BI - Data Quality with Business Objects Data Services SAP BI - Data Quality with Business Objects Data Services SAP NetWeaver BI taps into Data Services November 2008 Agenda 1. Motivation 1.1. Data Quality as an issues 2. Business Objects Data Services in

More information

The Way to New ERP Horizons

The Way to New ERP Horizons The Way to New ERP Horizons From Monoliths to Molecules, and How They All Can Make Humpty-Dumpty Whole Again Matthias Kaiser, Ph.D. Sr. Research Scientist, SAP Research Visiting Scholar at the Computational

More information

SAP Governance, Risk & Compliance Access Control 5.3. Post-Installation Enterprise Role Management Part I: Configuration

SAP Governance, Risk & Compliance Access Control 5.3. Post-Installation Enterprise Role Management Part I: Configuration SAP Governance, Risk & Compliance Access Control 5.3 Post-Installation Enterprise Role Management Part I: Configuration Authors SAP GRC RIG Team Frank Rambo, SAP GRC RIG, EMEA Region Frank Bannert, SAP

More information

ITSCM at SAP Best practices

ITSCM at SAP Best practices ITSCM at SAP Best practices ITSCM - Goals and scope ITSCM helps to establish Business Continuity it Management related processes within Global IT as one of SAP Lines of Business (LOB s ) ITSCM assists

More information

SAP CRM 7.0 Detailed View

SAP CRM 7.0 Detailed View SAP CRM 7.0 Detailed View SAP CRM 7.0 Marketing Campaign Management 1 Content 1. Overview 2. Campaign Planning 3. Campaign Development 4. Campaign Optimization 5. Campaign Execution 6. Campaign Analysis

More information

Digital Transformation of Swiss Enterprises

Digital Transformation of Swiss Enterprises Digital Transformation of Swiss Enterprises SAP CCoE Forum 2015 3. February 2015, SAP Regensdorf Prof. Dr. Axel Uhl SAP BTS Business Transformation Academy (CH) Business Transformation Academy Who we are

More information

Leveraging Utilibill. Tim Vanderheide Bluewater Power V.P. Client Services

Leveraging Utilibill. Tim Vanderheide Bluewater Power V.P. Client Services Leveraging Utilibill Tim Vanderheide Bluewater Power V.P. Client Services Leveraging Utilibill Tim Vanderheide, V.P. Client Services Bluewater Power What is Bluewater Power LDC -- Local Distribution Company

More information

SAP Business One 8.81

SAP Business One 8.81 SAP Business One 8.81 Overview Benno Eberle SME Solution Portfolio Development, Roll-Out October 2010 SAP Business One 8.81 Expert Empowerment Session Objectives At the end of this session, you will be

More information

SAP Supplier Relationship Management 7.0

SAP Supplier Relationship Management 7.0 SAP Supplier Relationship Management 7.0 Contract Management Overview Name of Speaker, Department Date For the latest version of this document, please refer to the SAP Service Marketplace extranet at www.service.sap.com/srm,

More information

SAP Solution Manager: Scenarios. Product Management SAP Solution Manager SAP AG

SAP Solution Manager: Scenarios. Product Management SAP Solution Manager SAP AG SAP Solution Manager: Scenarios Product Management SAP Solution Manager SAP AG SAP Solution Manager provides scenarios for all phases of the application management life cycle Implementation of SAP solutions

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

Solution Map. Release 2005

Solution Map. Release 2005 mysap Customer Relationship Solution Map Release 2005 mysap Customer Relationship Marketing Sales Service E-Commerce Interaction Center Channel Marketing Resource Sales Planning & Forecasting Territory

More information

Unstructured information management

Unstructured information management Unstructured information management Research Cluster in SAP Research Data Management and Analytics Program Alexander Löser Alexander Löser 2004 Doctorial student researcher with HP Research Labs Bristol

More information

SAP NetWeaver Mobile. Capabilities, Customer Experiences, Roadmap. Gerhard Henig, Product Management, SAP AG

SAP NetWeaver Mobile. Capabilities, Customer Experiences, Roadmap. Gerhard Henig, Product Management, SAP AG SAP NetWeaver Mobile Capabilities, Customer Experiences, Roadmap Gerhard Henig, Product Management, SAP AG Disclaimer This presentation outlines our general product direction and should not be relied on

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

Empowering Partners to Run Better. Ecosystem and Channels Authorized Reseller Program

Empowering Partners to Run Better. Ecosystem and Channels Authorized Reseller Program Empowering Partners to Run Better Ecosystem and Channels Authorized Reseller Program Award-Winning Partner Program For Award-Winning Partners Grow faster Accelerate engagements Earn high margins Enhance

More information

High Availability for Databases. Uwe Schulz SAP AG

High Availability for Databases. Uwe Schulz SAP AG High Availability for Databases Uwe Schulz SAP AG Overview of HA Options One Database Two Databases Cluster Node Cluster Node shared storage Replication Standby Clustering alternatives: shared nothing

More information

Security. Sybase Unwired Platform 2.2 SP02

Security. Sybase Unwired Platform 2.2 SP02 Security Sybase Unwired Platform 2.2 SP02 DOCUMENT ID: DC01703-01-0222-01 LAST REVISED: January 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

SAP Solution Manager Value Proposition. Walldorf, April 2007

SAP Solution Manager Value Proposition. Walldorf, April 2007 SAP Solution Manager Value Proposition Walldorf, April 2007 Agenda Application management challenges Implementation / Upgrade Operations Optimization Application management lifecycle Routes to success

More information

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Windows DOCUMENT ID: DC01954-01-0230-01 LAST REVISED: February 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

SAP ERP 6.0 Enterprise Compensation Management

SAP ERP 6.0 Enterprise Compensation Management SAP ERP 6.0 Enterprise Compensation Management ECM Content Overview The mysap HR Enterprise Compensation Management (ECM) module supports companies in defining, streamlining, and putting into practice

More information

Anpassung von Projektmanagement Standards Nutzungsmöglichkeiten von Konstruktionstechniken aus der Referenzmodellierung

Anpassung von Projektmanagement Standards Nutzungsmöglichkeiten von Konstruktionstechniken aus der Referenzmodellierung SYSTEMATIC THOUGHT LEADERSHIP FOR INNOVATIVE BUSINESS Anpassung von Projektmanagement Standards Nutzungsmöglichkeiten von Konstruktionstechniken aus der Referenzmodellierung Jan vom Brocke (University

More information

SAP Business One Innovation summit - Barcelona

SAP Business One Innovation summit - Barcelona B1H & Virtualization Duncan Speidel May 26-28, 2015 Public SAP Business One Innovation summit - Barcelona 1 Agenda HANA deployment Options SAP Business One Cloud Control Center 2 SAP Business One powered

More information

SAP NetWeaver Landscape. Jeff Anders/Solution Management January 2012

SAP NetWeaver Landscape. Jeff Anders/Solution Management January 2012 SAP NetWeaver Landscape Virtualization Management Overview Jeff Anders/Solution Management January 2012 What Customers Have Told Us Managing the transformation to virtual/cloud infrastructure Hybrid business

More information

HP Service Manager Architecture and Security HP Software-as-a-Service

HP Service Manager Architecture and Security HP Software-as-a-Service HP Service Manager Architecture and Security HP Software-as-a-Service Introduction...2 Architecture...2 Infrastructure Setup...4 Security Setup...4 Customer Infrastructure Requirements...5 Introduction

More information

Next Generation BPM. Michael Hill Product Manager SAP Technology Group Market Development and Enablement SAP Labs, LLC

Next Generation BPM. Michael Hill Product Manager SAP Technology Group Market Development and Enablement SAP Labs, LLC Next Generation BPM with SAP NetWeaver Composition Environment Business Process Modeling with SAP NetWeaver Composition Environment: Overview and Outlook (TechTour) Michael Hill Product Manager SAP Technology

More information

Performance Testing Results & Sizing Guidelines for your SAP MII Implementation. Salvatore Castro (SAP) Ravi Hegde (Intel)

Performance Testing Results & Sizing Guidelines for your SAP MII Implementation. Salvatore Castro (SAP) Ravi Hegde (Intel) Performance Testing Results & Sizing Guidelines for your SAP MII Implementation Salvatore Castro (SAP) Ravi Hegde (Intel) Disclaimer This presentation on SAP MII Performance Testing is a guide used to

More information

Update on the SAP GUI Family Q3/2012

Update on the SAP GUI Family Q3/2012 Update on the SAP GUI Family Q3/2012 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

CUSTOMER SAP Afaria Overview

CUSTOMER SAP Afaria Overview SAP Afaria 7 SP15 Document Version: 1.0 2016-06-13 CUSTOMER Content 1 Afaria Overview....3 1.1 About Afaria....3 1.2 Afaria Access and Support....4 1.3 Finding Information....5 2 Afaria Architecture....7

More information

Prof. Dr. Lutz Heuser, SAP Research Dr. Zoltán Nochta, SAP Research October, 2007

Prof. Dr. Lutz Heuser, SAP Research Dr. Zoltán Nochta, SAP Research October, 2007 Ubiquitous Computing in Geschäftsprozessen SYSTEMATIC THOUGHT LEADERSHIP FOR INNOVATIVE BUSINESS Prof. Dr. Lutz Heuser, SAP Research Dr. Zoltán Nochta, SAP Research October, 2007 Outline 1. Lecture Overview

More information

SAP Fiori. Overview of SSL + SAML 2.0 Configuration

SAP Fiori. Overview of SSL + SAML 2.0 Configuration SAP Fiori Overview of SSL + SAML 2.0 Configuration SAP Fiori and SSL + SAML 2.0 A Typical Connection Scenario SAP Fiori Apps: A Typical Use Case A typical use case for SAP Fiori apps is where access should

More information

SAP GLOBAL DIVERSITY POLICY

SAP GLOBAL DIVERSITY POLICY SAP GLOBAL DIVERSITY POLICY Date 29.8.2006 1 TABLE OF CONTENTS Cover Sheet... 2 PREFACE... 3 1 DEFINITION... 4 2 OBJECTIVES AND SCOPE... 4 2.1 KEY TARGETS FOR DIVERSITY AT SAP... 5 2.2 COMPLIANCE/SANCTIONS...

More information

January, 2009. SOA Showcases - Utilities Cases -

January, 2009. SOA Showcases - Utilities Cases - January, 2009 SOA Showcases - Utilities Cases - Showcase overview Grid usage prices, 1 AMI, 1 Sales Proc. Integr., 1 Duet, 1 Customer Portal, 5 Material Mgmt, 1 Intranet portal, 1 Process Integr., 1 Payment

More information

Mobility in the Mining Industry. Why? How? What? Stefan Soeller, SAP IBU Mill Products & Mining. Mobility. Mining. IS-Mine

Mobility in the Mining Industry. Why? How? What? Stefan Soeller, SAP IBU Mill Products & Mining. Mobility. Mining. IS-Mine Mobility in the Mining Industry. Why? How? What? Stefan Soeller, SAP IBU Mill Products & Mining Mobility IS-Mine Mining Legal Disclaimer The information in this presentation is confidential and proprietary

More information