Enhancement Framework What it means to you

Size: px
Start display at page:

Download "Enhancement Framework What it means to you"

Transcription

1 Enhancement Framework What it means to you Thomas Jung Oliver Mayer SAP NetWeaver Product Management ASUG Call Series

2 Agenda 1. Introduction 2. Enhancement Packages 3. Enhancement Framework 4. Switch Framework SAP 2007 / Page 2

3 SAP ERP is the Platform for Innovation Delivering Predictability and Innovation Without Disruption Enhancement Packages SAP ERP 6.0 (2005) Next Suite Release SAP NetWeaver Customers can adopt innovation at their pace Process and User Interface Simplification New Enterprise Services Industry-Specific Enhancements Cross-Industry Functional Enhancements

4 Introducing Enhancement Packages More innovation, more quickly, more accessible to customers Enterprise Services Talent Management Areas of innovation Financial Collaboration Industry-specific capabilities Functional enhancements Technical enhancements Enterprise services Optional Adoption

5 SAP enhancement package for SAP NetWeaver SAP enhancement packages for SAP NetWeaver contain new functionality, in addition there will be Support packages containing only corrections. The main goal is to strictly separate maintenance from innovation and increase the quality of support packages. Maintenance Current Situation Innovation Feature Pack SP incl. new features Maintenance Innovation Corrections and legal changes only Support Package Development, corrections and legal changes Enhancement Package Future Major Release SAP 2007 / Page 5

6 Enhancement Packages for SAP NetWeaver Their Value for Customers SAP enhancement packages for SAP NetWeaver their value for customers Reduced effort for testing and non for training when applying Support Packages New features are shipped with enhancement packages and new releases only Adding new functionality between releases becomes predictable and controllable One enhancement package per year Enhancement package are optional Minimal training effort when applying an enhancement package Enhancement package add new but do not replace existing functionality SAP 2007 / Page 6

7 Agenda 1. Introduction 2. Enhancement Packages 3. Enhancement Framework 4. Switch Framework SAP 2007 / Page 7

8 SAP Enhancement Packages & the New SAP Enhancement Package Installer (SAPehpi) SAP enhancement packages Allow functional updates without system upgrade, and are available for SAP NetWeaver and SAP ERP Are developed according to Support Package rules regarding compatibility, interfaces, and UIs Updates in an EhP for SAP NetWeaver are compatible with each other and can be mixed in the landscape SAP Enhancement Package Installer (SAPehpi) SAP EhPs are installed in one process with the SP stack All installation steps run as a guided procedure: Preparing the download stack Applying the download stack All prerequisites are checked Downtime is minimized through Use of shadow tables Synchronization of ABAP and Java stacks Measurably better then with SPAM/SAINT/JSPM* EhP 1 EP* * PI* AS Java* DI* BI Java* AS ABAP* BI* SAP NetWeaver 7.0 EHP1 EhP 2 EhP SAP ERP 6.0 EHP3 * used for the identical scenario

9 What Do SAP Enhancement Packages Mean for You? Example EhP1 for SAP NetWeaver 7.0 Why should you adopt enhancement packages for SAP NetWeaver? For content enhancements cover: AS ABAP and AS Java Usage types BI, BI Java; DI, PI, EP, EPC For ease of use of the installation: EhP development rules are based on support package rules full compatibility of SAP NetWeaver 7.0x systems EhP Installation is a new guided procedure Prerequisites are checked in detail before changes are applied Downtime during installation is minimized Sync of ABAP and Java stack of a system Note: With SAP enhancement packages patches in SPs and functional updates in EhPs are separated. EP EP* Visual Composer* PI* AS Java* DI* BI Java* AS ABAP* incl. CTS+* BI* SAP NetWeaver 7.0 EHP1 AS ABAP incl. CTS+ EhP installation Visual Composer PI AS Java DI BI Java BI SAP NetWeaver 7.0 With the enhancement package concept SAP makes innovations for well-tried system landscapes available the safe way.

10 Why Should You Adopt SAP Enhancement Packages? For Content SAP enhancement package 4 for SAP ERP updates Financials, Sales and Service, Corporate Services, HCM, Product Development and Manufacturing Procurement and Logistics Execution SAP enhancement package 1 for SAP NetWeaver 7.0 updates usage types AS ABAP/AS Java, BI/BI for Java EP/EPC DI PI For details see EhP 1 EP/EPC* Visual Composer* PI* AS Java* DI* BI Java* AS ABAP* incl. CTS+* BI* SAP NetWeaver 7.0 EHP1 Release Notes for enhancement package1 for SAP NetWeaver 7.0 Enhancement Packages for SAP ERP at SAP Service Marketplace. EhP 2 EhP SAP ERP 6.0 EHP4 SAP enhancement packages for SAP ERP 6.0 and SAP NetWeaver 7.0 bring essential innovation.

11 Enhancement Package Installation vs. Upgrade Installing SAP enhancement packages has no additional requirements: No additional hardware is needed Installing SAP enhancement packages does change your landscape setup SAP enhancement package rules are built upon SAP s Support Package rules No table conversions are needed No XPRAs are needed (only After Import Methods are executed) This means a very short downtime Compatibility is guaranteed: No changes with regards to components inbound interfaces No changes with regards to other systems (outbound interfaces) This means that system communication in your landscape will work like before Existing user Interfaces will not change* there will be no additional training costs Installing SAP enhancement packages is no t an upgrade. * Business Suite 2008 only

12 Why Should You Adopt SAP Enhancement Packages? For Ease of Use You install SAP enhancement packages Using the new SAP Enhancement Package Installer (SAPehpi) SAPehpi seamlessly integrates with SAP Solution Manager 7.0 Maintenance Optimizer In a process that is recommended to be used for Enhancement packages for SAP NetWeaver Enhancement packages for SAP ERP With minimized downtime In AS ABAP-based systems a shadow system is built and operated by SAPehpi In AS Java-based systems JSPM is controlled by SAPehpi System Data Download Stack System Installation EhP Installation Planning EhP Installation SAP enhancement packages for SAP NetWeaver and SAP ERP are installed in a new optimized process seamlessly integrated with installation and maintenance of systems.

13 Agenda 1. Introduction 2. Enhancement Packages 3. Enhancement Framework 4. Switch Framework SAP 2007 / Page 13

14 Evolution of SAP Enhancement Technology User Exits Form routines Business Transaction Events Industries Application Customer Exits Function modules Business Add Ins Filters Classes Workbench Enhancement Framework Kernel based Business Add Ins Kernel

15 Enhancement Browser Search for Enhancements possibilities (Definitions typically provided by SAP) Enhancement Implementations (typically done by Customer) Integrated into Object Navigator (SE80)

16 Source Code Enhancements Overview Modification-free enhancement of source code Implicit Enhancement Option At common enhancement places, implicit Enhancement options are available. Examples: End of Executable Program, Include, Function group, Dialog module Begin/End of Form routine / Function module / Method End of a structure End of Private/Protected/Public Section of a local class... Explicit Enhancement Option Predefined enhancement options can be defined in source code. They are additionally stored inside Enhancement Spots.

17 Implicit Enhancement Options

18 Explicit Enhancement Options

19 Source Code Plugin Technology - Example PROGRAM p1. WRITE Hello World. ENHANCEMENT-POINT ep1 SPOTS s ENHANCEMENT-SECTION ep2 SPOTS s1. WRITE Original. END-ENHANCEMENT-SECTION. ENHANCEMENT 1. WRITE Hello Paris. ENDENHANCEMENT. ENHANCEMENT 2. WRITE Hello London. ENDENHANCEMENT. ENHANCEMENT 3. WRITE Enhanced. ENDENHANCEMENT.

20 Editor Modes for Enhancements Use Change Mode for creating enhancement points & sections. Use button Display <-> Change to switch to change mode. Use Enhancement Mode for creating enhancement implementations. Use button Change Enhancements Use button Display <-> Change to switch to Enhancement mode to leave Enhancement mode

21 DEMO Source Code Plugin

22 Class/Interface Enhancements Class/Interface Enhancements allow for addition of: Optional parameters to existing methods Methods Events and event handlers References to interfaces Exits to existing methods Pre-Exit Called at the beginning of a method Post-Exit Called at the End of a method Overwrite-Exit Replaces the original method

23 Adding Methods & Parameters Adding new methods Adding optional parameters to existing methods

24 Pre/Post Exits Call method instance->hugo( ). Coding. Coding. Coding. Method Hugo. Endmethod. Method Pre.. Endmethod. Method Post... Endmethod.

25 BADIs - Overview What are BAdIs? Business Add-Ins Is an anticipated point of extension these points act like sockets and exist in the original coding Has a well-defined interface in contrast to source code plug-ins and is therefore more stable to changes in the original coding Kernel BAdIs - New Features Are integrated directly in the ABAP Language/Runtime Improved filter support allows non-character filter types (packed, numeric, string) and complex filter conditions Enable reusable implementation instances (Stateful BAdI) Control of the lifetime of implementations (BAdI-context) Allow for inheritance of implementations Can be switched by the Switch Framework

26 Comparison: Usage of Old BAdIs vs. New BAdIs With Classic BAdI DATA: bd TYPE REF TO if_intf. DATA: flt TYPE flt. CALL METHOD cl_exithandler=> get_instance EXPORTING exit_name = `BADI_NAME` CHANGING instance = bd. flt-lang = `D`. CALL METHOD bd->method EXPORTING x = 10 flt_val = flt. selecting implementations and issuing calls is mixed up calls cause DB access calls are redirected over a proxy class With New BAdI data bd type ref to badi_name. get badi bd filters lang = `D`. call badi bd->method exporting x = 10. selection occurs when the handle is requested no DB access during runtime Implementations are called directly (without a proxy) Active implementations are evaluated at compile time and included in the load of the BAdI-handle. Old BAdIs are more expensive than the new ones.

27 New BAdIs and Enhancement Framework Switch_1 Simple Enhancement Spot Spot_1 BAdI BADI_A BAdI BADI_B BAdI BADI_C BAdI Implementation 1 Simple Enhancement Implementation SEI1 BAdI Implementation 2 BAdI Implementation 3 BAdI Implementation 4 Simple Enhancement Implementation SEI2 BAdI Implementation 5 Package A Package B Switch_2

28 Creating BADI in SE80 BADI Implementation (Creating Filters) BADI Definition under Enhancement Spot

29 DEMO Kernel-BAdI

30 BAdI Migration (Automatic Migration) Automatic migration by selecting Utilities Migrate from BAdI Specify Builder Enhancement (SE18) Spot for BAdI Defintion Automatic migration by selecting utilities migration from BAdI Builder (se18) Specify Enhancement Implementation for BAdI Implementation Specify Enhancement Spot for BAdI Definition no special knowledge necessary Specify Enhancement Implementation for BAdI Implementation effort: 5 minutes per BAdI (with some implementations). The migration can be automated. no special knowledge necessary effort: approximately 5 minutes per BAdI. SE18 -> Utilities -> Migrate ONLY when you have created Custom-BADI definitions in old systems

31 Performance Comparison Classic BAdI Migrated BAdI New BAdI x faster as classic BAdI x faster as classic BAdI 200%-2600% 4000%-60000% The more implementations are defined, the higher is the performance improvement

32 Agenda 1. Introduction 2. Enhancement Packages 3. Enhancement Framework 4. Switch Framework SAP 2007 / Page 32

33 Switch Framework - Motivation Goal of the Switch Framework: Control visibility of repository objects at runtime through switches The Switch Framework can be used to Switch on industry solutions / Enterprise Add-ons Develop new functions without affecting existing ones Enhance delivered systems at partner and customer site in the context of the enhancement framework with own functions Benefits: Industry Solutions are available with every release and SP without delay (i.e. timely provision of legal requirements), CRT s* are no longer necessary for add-on systems Industry Solutions can be enriched by generic functions from other industries Synchronization of release cycles and planning * CRT Conflict Resolution Transport

34 Switchable Objects Switchable Objects by package assignment Appends, SI-, CI-includes for structures in DDIC Fixed value appends to domains Secondary Indexes Append Search Helps Enhancement Implementations Switch Business Configuration Sets ( Switch BC-Sets) by direct assignment Screen elements & Flow logic Menu entries & functions IMG nodes Customizing

35 DEMO Web Dynpro switch

36 Thank you! QUESTIONS? How to contact us: Thomas Jung Oliver Mayer SAP 2007 / Page 36

37 Copyright 2007 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. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver, Duet, Business ByDesign, ByDesign, PartnerEdge 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 in several other countries all over the world. All other product and service names mentioned and associated logos displayed 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. This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains only intended strategies, developments, and functionalities of the SAP product and is not intended to be binding upon SAP to any particular course of business, product strategy, and/or development. SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, or other items contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This limitation shall not apply in cases of intent or gross negligence. The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages 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 von der SAP AG und deren Vertriebspartnern vertriebene Softwareprodukte können Softwarekomponenten umfassen, die Eigentum anderer Softwarehersteller sind. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver, Duet, Business ByDesign, ByDesign, PartnerEdge und andere in diesem Dokument erwähnte SAP-Produkte und Services sowie die dazugehörigen Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und in mehreren anderen Ländern weltweit. Alle anderen in diesem Dokument erwähnten Namen von Produkten und Services sowie die damit verbundenen Firmenlogos sind Marken der jeweiligen Unternehmen. Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen. Die in diesem Dokument enthaltenen Informationen sind Eigentum von SAP. Dieses Dokument ist eine Vorabversion und unterliegt nicht Ihrer Lizenzvereinbarung oder einer anderen Vereinbarung mit SAP. Dieses Dokument enthält nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP -Produkts und ist für SAP nicht bindend, einen bestimmten Geschäftsweg, eine Produktstrategie bzw. -entwicklung einzuschlagen. SAP übernimmt keine Verantwortung für Fehler oder Auslassungen in diesen Materialien. SAP garantiert nicht die Richtigkeit oder Vollständigkeit der Informationen, Texte, Grafiken, Links oder anderer in diesen Materialien enthaltenen Elemente. Diese Publikation wird ohne jegliche Gewähr, weder ausdrücklich noch stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zweck sowie für die Gewährleistung der Nichtverletzung geltenden Rechts. SAP übernimmt keine Haftung für Schäden jeglicher Art, einschließlich und ohne Einschränkung für direkte, spezielle, indirekte oder Folgeschäden im Zusammenhang mit der Verwendung dieser Unterlagen. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit. Die gesetzliche Haftung bei Personenschäden oder die Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinks zugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen über Internetseiten Dritter ab. Alle Rechte vorbehalten. SAP 2007 / Page 37

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 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 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

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

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

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

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

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 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

SAP Solution Manager - Solution Reporting. SAP Solution Manager Product Management SAP AG

SAP Solution Manager - Solution Reporting. SAP Solution Manager Product Management SAP AG SAP Solution Manager - Solution Reporting SAP Solution Manager Product Management SAP AG Reporting Concept EWA Reporting Service Level Reporting Solution Reporting Summary Role of SAP Solution Manager

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

LCM263 Managing MaxDB with Database Studio

LCM263 Managing MaxDB with Database Studio LCM263 Managing MaxDB with Database Studio Version 7.7 Suitable for SAP and non-sap environments 1 Disclaimer This presentation outlines our general product direction and should not be relied on in making

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

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

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

Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment

Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment Overview of SAP NetWeaver Business Rules Management with SAP NetWeaver Composition Environment Michael Hill Product Manager SAP Technology Group Market Development and Enablement SAP Labs, LLC Disclaimer

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 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

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 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

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

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

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

SAP Service and Asset Management Solution Map. Release 2005

SAP Service and Asset Management Solution Map. Release 2005 SAP Service and Asset Solution Map Release 2005 SAP Service and Asset Service Service Sales and Marketing Service Contract Customer Service and Support Installed Base Warranty and Claims Field Service

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

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

SAP Enterprise Architecture:

SAP Enterprise Architecture: SAP Enterprise Architecture: A governance model to ensure the successful adoption of Enterprise SOA Franck Lopez, Global Director, Enterprise Architecture Field Services, Solution Management SAP Enterprise

More information

mysap ERP Application Map

mysap ERP Application Map mysap ERP Application Map mysap ERP End-User Service Delivery Analytics Strategic Enterprise Financial Analytics Operations Analytics Workforce Analytics Financials Financial Supply Chain Financial Accounting

More information

TREX SAP NetWeaver s Search and Classification Engine. SAP NetWeaver Product Management July 2008

TREX SAP NetWeaver s Search and Classification Engine. SAP NetWeaver Product Management July 2008 TREX SAP NetWeaver s Search and Classification Engine SAP NetWeaver Product Management July 2008 Agenda Introduction to TREX in SAP NetWeaver TREX Functions and Features TREX Architecture and Details TREX

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

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

SAP Solution Manager for Implementing SAP Business Suite. Product Management SAP Solution Manager SAP AG

SAP Solution Manager for Implementing SAP Business Suite. Product Management SAP Solution Manager SAP AG SAP Solution Manager for Implementing SAP Business Suite Product Management SAP Solution Manager SAP AG Implementation Projects Project Preparation Business Blueprint Realization Final Preparation Go Live

More information

Managing MaxDB SPC150. Version 7.6

Managing MaxDB SPC150. Version 7.6 Managing MaxDB SPC150 Version 7.6 Content What Has to be Monitored? Standby Database Central Monitoring Transaction DB59 Database Assistant Transaction DB50 Performance Analysis Tools Alert Monitor Transaction

More information

Enhanced Reporting in SAP All-In-One

Enhanced Reporting in SAP All-In-One Enhanced Reporting in SAP All-In-One Contents: Overview on enhanced reporting in SAP All-in-One Creating Infosets and Infoset queries based on existing reports Connect Infoset queries with POWER Lists

More information

SAP NetWeaver Master Data Management (MDM)

SAP NetWeaver Master Data Management (MDM) SAP NetWeaver Master Data Management (MDM) Product Information Management with MDM SAP NetWeaver Product Management, SAP AG July 2009 Agenda 1. What is Product Information Management (PIM) 1.1. Definition

More information

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

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

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

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

Implementing a Federated Portal Network

Implementing a Federated Portal Network Implementing a Federated Portal Network Jana Richter Product Management Overview: Federated Portal Network Use Cases Integration Concepts & Tools Landscape Considerations Summary Motivation Number of portals

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

SAP xmii Deployment Made Easy. Mo Ghanem, SAP Labs LLC

SAP xmii Deployment Made Easy. Mo Ghanem, SAP Labs LLC SAP xmii Deployment Made Easy Mo Ghanem, SAP Labs LLC xmii Overview xmii integrations Scenarios Deployment Roadmap Deployment Timeline Where to get Help? SAP xapp Manufacturing integration and Intelligence

More information

Jeff Gebo NetWeaver RIG, SAP Labs LLC

Jeff Gebo NetWeaver RIG, SAP Labs LLC Send, Receive, and Process Interactive Forms via Email in AS ABAP. Jeff Gebo NetWeaver RIG, SAP Labs LLC Introduction Creating Interactive Forms in AS ABAP SMTP in AS ABAP Sending Email with attached Interactive

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 ERP Financials. Vision, Strategy & Roadmap. Dr. Jens Baumann ERP Solution Management, SAP AG

SAP ERP Financials. Vision, Strategy & Roadmap. Dr. Jens Baumann ERP Solution Management, SAP AG SAP ERP Financials Vision, Strategy & Roadmap Dr. Jens Baumann ERP Solution Management, SAP AG The New Responsibilities of Finance Transforming Finance with SAP ERP Financials SAP ERP 6.0 A Platform for

More information

Perforce Best Practices @ SAP. Claudia Loff, SAP AG Thomas Kroll, SAP AG Walldorf, Germany, 2006/08/14

Perforce Best Practices @ SAP. Claudia Loff, SAP AG Thomas Kroll, SAP AG Walldorf, Germany, 2006/08/14 Perforce Best Practices @ SAP Claudia Loff, SAP AG Thomas Kroll, SAP AG Walldorf, Germany, 2006/08/14 Presenters and the other team members Claudia Loff Claudia is project lead of the "Perforce Improvement

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

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

Core Manufacturing. Arne Manthey SAP AG 06/2010

Core Manufacturing. Arne Manthey SAP AG 06/2010 Core Manufacturing Arne Manthey SAP AG 06/2010 System Borders blur ERP ERP MES MOM Shop SFAC Floor Automation Shop Floor Automation Monolithic Systems Distributed Functions SAP 2007 / Page 2 SAP ERP Touchpoint

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

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

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

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

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 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

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

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 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

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

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

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

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'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

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 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

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

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

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

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

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

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

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

Making Programs Unicode Enabled

Making Programs Unicode Enabled Making Programs Unicode Enabled An Overview TD Core AS&DM I18N Technology (AG) May 15, 2009 Agenda 1. ABAP Language Enhancements 2. File Interfaces 3. Communication via RFC 4. Unicode Enabling Tools SAP

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

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

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

SMP Security & Identity Management An Introduction

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

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

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

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

Advanced Manufacturing Summit SAP Manufacturing Execution

Advanced Manufacturing Summit SAP Manufacturing Execution Advanced Manufacturing Summit SAP Manufacturing Execution Product Strategy and Roadmap September 17, 2009 Tracy Wiese Sr. Solution Advisor SEE YOUR WAY CLEAR Strategies for Success in the New Reality Disclaimer

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

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

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

ILM Meets HANA Flexible, Holistic and Fast Reporting. Georg Fischer, Ken Campbell Solution Management - Information Lifecycle Management May 2012

ILM Meets HANA Flexible, Holistic and Fast Reporting. Georg Fischer, Ken Campbell Solution Management - Information Lifecycle Management May 2012 ILM Meets HANA Flexible, Holistic and Fast Reporting Georg Fischer, Ken Campbell Solution Management - Information Lifecycle Management May 2012 Legal Disclaimer The information in this presentation is

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

BRSPACE Online Reorganizations

BRSPACE Online Reorganizations BRSPACE Online Reorganizations Top Ten Pitfalls and Problems Martin Frauendorfer, SAP Active Global Support martin.frauendorfer@sap.com November 2009 Agenda 1. Overview 2. Pitfalls and Problems SAP 2009

More information

HCM Core Renovation Overview SAP HCM Renewal 1.0

HCM Core Renovation Overview SAP HCM Renewal 1.0 HCM Core Renovation Overview SAP HCM Renewal 1.0 SOLUTION INTRODUCTION & DEMO September, 2012 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be

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

" # 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

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

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