SlideShare une entreprise Scribd logo
1  sur  72
Télécharger pour lire hors ligne
April 2014
Develop Applications on Integrated SUSE and SAP Platforms
Developing Fiori & GWPAM Apps on HANA
© 2014 SAP AG. All rights reserved. 2
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This
presentation is not subject to your license agreement or any other service or subscription agreement with SAP. SAP has no obligation to pursue
any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This
document, or any related presentation and SAP's strategy and possible future developments, products and or platforms directions and
functionality are all subject to change and may be changed by SAP at any time for any reason without notice. The information in this document
is not a commitment, promise or legal obligation to deliver any material, code or functionality. This document is provided without a warranty of
any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-
infringement. This document is for informational purposes and may not be incorporated into a contract. SAP assumes no responsibility for
errors or omissions in this document, except if such damages were caused by SAP´s willful misconduct or gross negligence.
All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from
expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and
they should not be relied upon in making purchasing decisions.
Legal disclaimer
© 2014 SAP AG. All rights reserved. 3
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Today’s Speakers
Markus Guertler
Architect & ISV Technical
Manager, SUSE
Brian McPhail
Sr. Dir. Bus. Development,
Platform Ecosystems, SAP
Holger Bruchelt
Product Manager, SAP
Gateway Consumption Tools
SAP AG
© 2014 SAP AG. All rights reserved. 4
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Agenda
1. Overview SAP Gateway
1. Introduction & Adoption of SAP Gateway
2. Introduction to Odata
3. SAP Gateway Service Builder
4. Building and testing a simple OData service
2. SAP Fiori
1. Introduction to SAP Fiori
3. SAP Gateway for Microsoft
1. Overview and Examples
2. Building and testing several integrations in Microsoft Office
4. SUSE & SAP
5. Questions & answers
SAP Gateway
© 2014 SAP AG. All rights reserved. 6
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
Key trends and impacts in business and technology
Growing new communities
of agile developers
Expansion of business
data and decision makers
Simple access to complex
enterprise systems
Manage and control
mission critical systems
AND deploy innovative
solutions
Supporting end-to-end
scenarios
New devices and
experiences
Consumer innovations
in the enterprise
© 2014 SAP AG. All rights reserved. 7
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
Customer needs and the value propositions of the product
Browser based
applications
Mobile
devices
Enterprise
software
SocialCloud
SRM SCM ERPPLMCRM
SAP Business Suite
Point to point solutions
Increase costs & complexity
© 2014 SAP AG. All rights reserved. 8
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
Customer needs and the value propositions of the product
SAP Business Suite
SRM SCM ERPPLMCRM
From black box to open
 Any environment, any platform, any experience
From business-process centric to people
centric
 Optimized for user interaction scenarios
From version specific to timeless
 Non-disruptive, any SAP Business Suite version
From SAP developers to non-SAP
developers
 No SAP knowledge required
SAP NetWeaver Gateway
OData
SAP NetWeaver Gateway
SAP Mobile
Platform
OData
Duet
Enterprise*
* Duet Enterprise for Microsoft SharePoint Integration
Browser based
applications
Mobile
devices
Enterprise
software
SocialCloud
SAP HANA
© 2014 SAP AG. All rights reserved. 9
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
OData - “ODBC” for the web
● Based on industry standards
– HTTP, XML, Atom, JSON
– REST-based architecture
● Entity Data Model (EDM) to describe OData services
● EDM modeling tools available to model OData services
● Each entity can support query, create, read, update, and delete
(CRUDQ) operations
● Can navigate relationships
● Complex types supported
● Query language included
● More at www.odata.org
● OData as an OASIS standard*
OData can be used to access table like structures much the same way ODBC does
*) https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata
© 2014 SAP AG. All rights reserved. 10
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
OData providers and consumers outside SAP
OData Providers (examples):
 Microsoft:
 SharePoint
 Azure
 Windows Live
 Visual Studio / LightSwitch
 …
 IBM
 WebSphere eXtreme Scale
 DB2 & Informix (via Microsoft Visual Studio)
 Facebook
 eBay
 Intel (odata.intel.com)
 ….
OData Consumers (examples):
 Browsers
 Microsoft Excel (PowerPivot)
 SAP Mobile Platform SMP
 Client Libraries (www.odata.org/libraries):
 JavaScript
 PHP
 Java
 Windows Phone
 iPhone/iPad (Objective C)
 .NET
 HTML5
 BlackBerry 10
 ….
© 2014 SAP AG. All rights reserved. 11
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
OData used in SAP’s standard offerings
This is the current state of planning and may be changed by SAP at any time.* Planned or in Ramp-Up
HTML5-based Solutions
(HCM, SRM, …) *
SAP Solution
Manager
SAP Gateway
for Microsoft
SAP Enterprise
Portal SAP Jam *
SAP HANA Solutions*
 SAP Customer Engagement Intelligence
 SAP Fraud Management
 SAP Liquidity Risk Management
 SAP Demand Signal Management
MS SharePoint
via Duet Enterprise
SAP Fiori
SAP Manufacturing
(EMI)* SAP Lumira (SP11)
SAP Mobile Platform*
SAP Business Suite
SRM SCM ERPPLMCRM
SAP NetWeaver Gateway
SAP HANA
© 2014 SAP AG. All rights reserved. 12
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP NetWeaver Gateway
Adoption in the SAP Partner Ecosystem
A vibrant ecosystem of partners available globally
• System Integrators of varying sizes have been implementing
projects globally
• Mobile Solutions
• Web Solutions
• More than 50 partner solutions have been
certified and published on several
SAP Partner Solution Directories
• SAP Partner Information Center
• SAP Store
• New partners are recruited regularly through campaigns
• Technical Enablement (Trainings, Developer License, Technical
Support)
• Certification of Partner Solutions
• Marketing and Go-To-Market benefits
• Close collaboration with several technology partners
SAP Gateway
Introduction to OData
© 2014 SAP AG. All rights reserved. 14
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
First OData Example: Service Document
© 2014 SAP AG. All rights reserved. 15
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
First OData Example: Service Metadata Document
OData service root URI:
https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/
OData service metadata URI :=
<OData service root URI> + “$metadata”
https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/$metadata
© 2014 SAP AG. All rights reserved. 16
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Entity Data Model – Overview
An Entity Data Model (EDM) describes the organization and relationship of the data resources that are
modelled as entity types within a particular business scenario.
Entity sets are collections of entities which are instances of entity types and can be accessed as
follows:
• http://<host>/<ServiceRoot>/SalesOrderItems
• http://<host>/<ServiceRoot>/<Products
Association: Relationship
between two entity types
An entity type is built from
one or more properties
Navigation: Implements an
association
Entity Type: EDM basic
building block. Represents
specific business object
At least one property must
be defined as a key field
Entity Set: EDM basic
building block. Instances of
entity types
But, What Is an OData Service?
 GET ~/BusinessPartners
 GET ~/BusinessPartners(‘0100000000')
 GET ~/BusinessPartners(‘0100000000')/SalesOrders
 GET ~/SalesOrders('0500000000')/SalesOrderItems
 GET ~/SalesOrderItems(SalesOrderID='0500000000',Position='0000000020')
 GET ~/SalesOrderItems(SalesOrderID='0500000000',Position='0000000020')/Product
SAP Gateway
SAP Gateway Service Builder
© 2014 SAP AG. All rights reserved. 23
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway 2.0
Service development - various approaches to generate / implement services
Data Model Definition
 Manual declaration
 Import from EDMX file
 Import from interface (RFC, BOR, DDIC)
 Redefinition from existing data source
(BW, GenIL, SPI, BOPF, …)
 Including of already existing Gateway
Services
Service Implementation
 Manual coding
 Mapping to existing RFC / BOR Interface
 Beautification for existing data source
(BW, GenIL, SPI, BOPF, …)
Building and testing a simple OData service
SAP Fiori
© 2014 SAP AG. All rights reserved. 26
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Consumerization is rapidly redefining enterprise experience
Transform the enterprise experience
Complex and feature-rich experience must be replaced
by a simple, intuitive, and mobile experience.
© 2014 SAP AG. All rights reserved. 27
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Top use
scenarios
Core use
scenarios Specific customer value
use scenarios
Existing Applications
RENEW ENABLE
SAP
Fiori
Renovation Enablement Tools
(e.g. SAP Screen Personas)
NEW
New Applications
Usage/Reach
The SAP user experience strategy
SAP Fiori Overview
© 2014 SAP AG. All rights reserved. 29
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Introducing SAP Fiori
A collection of apps that represents the new SAP user experience paradigm.
SAP Fiori offers various business roles a simple, easy-to-use experience for
SAP software functions, and works seamlessly on desktop, tablet, or smartphone.
© 2014 SAP AG. All rights reserved. 30
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Responsive Simple Coherent
Instant
Value
All sizes, devices,
versions, channels
1-1-3 (1 user, 1 use
case, 3 screens)
Apps that speak
the same language
Low barrier
to adoption
SAP Fiori User Experience Paradigm
De-composition
into task-based
experience
Role-based
© 2014 SAP AG. All rights reserved. 31
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Fiori Launchpad
One entry point for the user
Stable URLs for
bookmarking and
sharing
Role based &
persona centric
Multiple
Devices
Theming and branding
Personalization
Multiple Platforms
Search, collaboration
and feeds in first wave
This is the current state of planning and may be changed by SAP at any time.
SAP Fiori Active Tiles,
Provides the most
impactful real-time
information and KPIs
at a glance
© 2014 SAP AG. All rights reserved. 32
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Renew User Experience of SAP Functions Across LOBs…
* Current planning. Not all roles will be available for all deployment options, some roles might be delivered later.
SAP
Fiori
Sales
Human Resources
Finance
Manufacturing Supply Chain
Procurement
Asset Management
R&D, Engineering
© 2014 SAP AG. All rights reserved. 33
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
and User Roles
 Project Manager & Planner
 Program Manager
 Project Team Member
R&D, Engineering
 Accounts Payable & G/L
Accountant
 Access Control
Administrator
 Financial Close Manager
 Controller
 Cash Manager
 Security Manager
 Employee
 Manager
Finance
 Employee
 Manager
Human Resources
 Sales Representative
 Inside Sales Representative
 Sales Manager
Sales
 Inventory Accountant
 Purchaser
 Strategic Purchaser
 Employee / Manager
Procurement
 Production Worker &
Supervisor
 Quality Engineer
 Production Planner
Manufacturing
 Supplier
 Supply Planner
 Shipping Specialist
 Product Manager
 Transportation Manager
Supply Chain
 Maintenance Worker &
Planner
Asset Management
© 2014 SAP AG. All rights reserved. 34
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Fiori App Types
Transactional
Task-based access
Access tasks to create, change,
approve processes with guided
navigation
Analytical
Insights
Get a visual overview of a
complex topic for monitoring or
tracking purposes
SAP Smart Business
Insight to action cockpit
Analyze and evaluate strategic
or operational KPIs in real time
and trigger the right action
Factsheets
Search and explore
View essential information about
an object with contextual
navigation between related
objects
Runs on: Runs on:
© 2014 SAP AG. All rights reserved. 35
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP HANA Is The Innovation Platform
Own & 3rd party SAP HANA
applications
innovate
BW
SAP Business Suite
powered by SAP HANA
run
SAP HANA
applications
optimize
SAP FIORI UX PARADIGM
SAP HANA
SAP Fiori as the foundation of user experience for SAP HANA
SAP Gateway for Microsoft
© 2014 SAP AG. All rights reserved. 37
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
“SAP and Microsoft are doing great things together around Duet Enterprise and SQL Server, but that’s not the
whole story. Moving forward SAP is committed to working with Microsoft around the cloud, mobility and big
data.” - Bill McDermott, Co-CEO, SAP AG
SAP and Microsoft Focus on Co-Innovation
Microsoft and SAP – Innovating for Your Success
• Over 20 years of
partnership
• 75% of Enterprise
customers
• 100% of global SIs
• 50% of global ISVs
• 60% of WW transactions
are done with SAP
• Biggest range of solutions
© 2014 SAP AG. All rights reserved. 38
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Day in a Life
7:30 am
Check emails
on Windows
Phone 8
8:30 am
Schedule CRM
appointment via
Outlook 2013
10:00 am
Review Sales
pipeline via
Windows 8
Surface
11:30 am
Update Budget
via Excel 2013
12:00 pm
Approve team member’s
leave request workflow
using Win 8 native App
12:30 pm
Conduct online meeting
with customer using
Lync 2013 & record it as
CRM Activity
3:00 pm
Create CRM Lead using
SharePoint Online App
5:30 pm
Record timesheet in SAP
via Outlook 2013 Web
(part of Office 365)
© 2014 SAP AG. All rights reserved. 39
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Integration principles
Open standards
protocols used to
integrate Microsoft and
SAP systems, cloud
services, and clients
Any device, any time.
Apps run where users
spend their time
Flexible hosting &
lifecycle
Well defined interfaces
for all services,
including
authentication, data,
and workflow
Embracing web
standards.
Familiar tools, fewer
quirks
© 2014 SAP AG. All rights reserved. 40
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
How is SAP used with Microsoft today
Duet Enterprise 2.0
SharePoint 2013
SAP Gateway for
Microsoft
Windows 8 Mobile and
Native Applications
SAP Fiori
Web applications
A suite of site
templates and custom
web parts that
integrated business
and customer data and
workflows originating
in SAP
A set of compelling native
Windows 8 apps that
allow users to interact
with SAP data directly
from Windows 8
Leverages the full
potential the Microsoft
productivity tools from
the desktop with Addins
for Excel and Outlook
2010 & 2013
A collection of apps for
frequently used SAP
software functions that
work seamlessly across
devices – desktop,
tablet, or smartphone
© 2014 SAP AG. All rights reserved. 42
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway for Microsoft
SAP® BUSINESS SUITE SAP HANA™
SAP® BUSINESS
INFORMATION
WAREHOUSE
SAP NETWEAVER GATEWAY
SAP® FIORI
CUSTOM-BUILT
APPLICATIONS
SAP MOBILE
PLATFORM
SAP® DUET®
ENTERPRISE
SAP GATEWAY FOR
MICROSOFT
DEVICESWEB SOCIALENTERPRISE
SOFTWARE
CLOUD
© 2014 SAP AG. All rights reserved. 43
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway for Microsoft
SAP Gateway for Microsoft in
any C# project via Visual Studio
© 2014 SAP AG. All rights reserved. 45
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Bringing SAP Processes to Outlook…
SAP Gateway for Microsoft in
Microsoft Outlook
© 2014 SAP AG. All rights reserved. 47
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Excel…
SAP Gateway for Microsoft in
Microsoft Excel
© 2014 SAP AG. All rights reserved. 49
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Consume SAP Content from SAP Fiori in Office
Leverage the full potential of your Microsoft
productivity tools when working on your desktop
Simplify the enterprise software experience on any
device
SAP Fiori
SAP Gateway for Microsoft
© 2014 SAP AG. All rights reserved. 50
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Fiori & SAP Gateway for Microsoft
HCM – Timesheets
SAP Fiori SAP Gateway for Microsoft
View and track your time from Microsoft Outlook Calendar in addition to SAP Fiori
© 2014 SAP AG. All rights reserved. 51
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Fiori & SAP Gateway for Microsoft
HCM – Leave Requests
SAP Fiori SAP Gateway for Microsoft
Create Leave Requests from Microsoft Outlook Calendar in addition to SAP Fiori
© 2014 SAP AG. All rights reserved. 52
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Fiori & SAP Gateway for Microsoft
Project management
SAP Fiori SAP Gateway for Microsoft
Allow users to work on their Project tasks from Microsoft Outlook Tasks in addition to SAP Fiori
SAP Gateway for Microsoft and
SAP Fiori
© 2014 SAP AG. All rights reserved. 54
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
How developers use SAP with Microsoft … tomorrow
SAP Gateway for
Microsoft
Azure Provider
Seamless, secure
connectivity from any
connected Microsoft
application
Duet Enterprise 2.0
SharePoint 2013
SAP Gateway
for Microsoft
Windows 8 Mobile
and Native
Applications
A suite of site
templates and
custom web parts
that integrated
business and
customer data and
workflows
originating in SAP
A set of compelling
native Windows 8
apps that allow users
to interact with SAP
data directly from
Windows 8
Leverages the full
potential the
Microsoft
productivity tools
from the desktop
with Addins for Excel
and Outlook 2010 &
2013
SAP Fiori
Web applications
A collection of apps
for
frequently used SAP
software functions
that work seamlessly
across devices –
desktop,
tablet, or smartphone
© 2014 SAP AG. All rights reserved. 56
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
…and the cloud!
SAP Gateway for Microsoft Services for Azure:
reaching endpoints everywhere
© 2014 SAP AG. All rights reserved. 58
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Customer Success Profile 1/2
First customer
success with one
of SAPs Top 20
customer using
the GWPAM Excel
add-in
© 2014 SAP AG. All rights reserved. 59
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Customer
Success Profile
2/2
© 2013 SAP AG. All rights reserved. 60Customer
ENDLESS POSSIBILITIES!
Microsoft
Word
Manage
contracts as
word docs
Seamlessly
integrate data
and process in
SAP with data
in Word docs
Microsoft
InfoPath
Create simple
web-based
form
Employees
access &
update personal
information in
SAP via web-
based forms
Microsoft
Project
Manage your
projects with
MS Project
Data
seamlessly
flowing in and
out of SAP into
MS Project
Microsoft
PowerPoint
Build ppt
slides with
real SAP data
Fetch back-end
SAP data to
populate charts
within PPT
slides
Microsoft
Visio
Create flow
diagrams in
Visio
Attach Visio
diagrams to
objects in SAP
in one click
© 2013 SAP AG. All rights reserved. 61Customer
IN SUMMARY - KEY BENEFITS!
Enterprise
Readiness
Developer
Experience
Developer
Templates
Business
Engagement
• Make informed
business
decisions
• Improve process
• Consistent UX
• Aggregating all
information
• “Code-less”
experience
• Flexible
templates
• Easy
customization
• Partner play
• Developer
toolkits
• No learning
curve or re-
skilling
• Business Data
Enrichment
• Code ownership
• Seamless
integration for all
Microsoft
applications
• Enterprise
governance
• Standardization
LOWER TCO* and TCD*!
* TCO – Total Cost of Ownership
* TCD – Total Cost of Developmen
© 2014 SAP AG. All rights reserved. 62
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Gartner Newsletter
Adapt to the Speed of Business
 Benefits of SAP-Microsoft Integration
 Gartner Research
 Whitepaper
 Videos
 Product Details
• http://www.gartner.com/technology/media-
products/newsletters/sap/vol1_issue1/index.ht
ml
or
• http://bit.ly/gwpam
© 2014 SAP AG. All rights reserved. 63
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway for Microsoft
@SAPTechnology @DuetEnterprise
Groups: SAP NetWeaver Gateway and DuetEnterprise
DuetEnterprise
Social Media
© 2014 SAP AG. All rights reserved. 64
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway for Microsoft and
SAP PartnerEdge Program for Application Development
https://www.sapappsdevelopmentpartne
rcenter.com/en/signup/exploration-
member/ http://bit.ly/GWM-PE
http://scn.sap.com/docs/DOC-47563
http://bit.ly/NWGWPAM
Benefits
3 named developer licenses for each technology platform
Software updates, Access to SAP Partner Enablement Center, Community
Support via SAP Community Network
Partners
New partners
(SI, VAR, OEM, ISV, …) interested in evaluating SAP’s market leading technology
platforms to support development of packaged apps
Investment
Free of charge
*The exploration member offering is limited to 12 months
SAP PartnerEdge Program for Application Development: Exploration Member Offering -- Free of charge
EXPLORATION PACK FOR MOBILE
© 2014 SAP AG. All rights reserved. 65
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
SAP Gateway for Microsoft and
SAP PartnerEdge Program for Application Development
https://www.sapappsdevelopmentpartne
rcenter.com/en/signup/
http://bit.ly/GWM-PE
http://scn.sap.com/docs/DOC-47563
http://bit.ly/NWGWPAM
Benefits
25 named developer licenses for each licensed technology platform
Runtime Licensing option, Partner logo, Application Certification, Software
updates, Access to SAP Partner Enablement Center, Partner Services Advisor
Partners
New and existing partners
(SI, VAR, OEM, ISV, …) interested in developing and monetizing apps for SAP’s
market leading technology platforms, including via the SAP Store
Investment
2,500 Euros pa including 1 Pack, 500 Euros per additional Tech Pack
*The exploration member offering is limited to 12 months
SAP PartnerEdge Program for Application Development: Innovation Member Offering – 2,500 Euro pa
INNOVATION PACK FOR MOBILE
© 2014 SAP AG. All rights reserved. 66
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Exploration and Innovation Partner Memberships
Feature Comparison
Exploration Innovation
Developer Licenses – NetWeaver Application Integration 3 25
Developer Licenses – HANA and Sybase databases 3 25
Developer Licenses – Gateway for Microsoft, Mobile Platform 3 25
Developer Licenses – Analytics / BI 3 25
Developer Licenses – Business One 3 25
Developer Licenses – HANA Cloud - 25
Online learning, product documentation, webinars, etc.  
Trial Downloads  
Software Updates  
Developer Community Support  
Coaching & Consultation - 
Dedicated partner service advisor - 
Certification & Review - 
Runtime licensing options - 
SAP Store listing - 
Marketing Support - 
SAP Partner Logo - 
Single Agreement for all products and services provided FREE €2.5k p.a. incl. 1pack
© 2014 SAP AG. All rights reserved. 67
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Break
5 min
break
SAP and SUSE
15 successful years of co-innovation
– The recommended
and supported OS
for SAP HANA asdf
Reliability Scalability Performance Security
The recommended
and supported OS
for SAP HANA
SUSE Portfolio
High Level
Cloud
Deploy and manage
enterprise-ready
OpenStack powered cloud
infrastructure and services
Linux Optimized for SAP
Lower TCO, faster deployment,
maximized support and built-in
business continuity to protect
business operations
Server Management
Provision and maintain
your servers faster and
more accurately
Open Platform
Run more mission-critical
applications—physical, virtual
and cloud
Image Builder
Build once and run
everywhere (physical, virtual,
and cloud environments)
Clustering
Keep regional disasters
from interrupting your
mission-critical
workloads
SUSE Linux Enterprise Server
What Do You Need to Deliver IT as a Service?
SLAs and
business
continuity
Resource
utilization and
efficiency
Security and
compliance
And, affordable, no vendor lock-in.
Key Features and Benefits
SUSE Linux Enterprise Server
Large Ecosystem, More Choices
SUSE Linux Enterprise Server
Available on Five Different Architectures
• Intel64/AMD64, IA-32, IBM POWER, IBM System z and Itanium
More Applications, More Hardware
• 11,400+ ISV applications
• 13,500+ hardware devices certified and supported
Most Up-to-date Drivers and Comprehensive Tools
• The SUSE SolidDriver Program: deploy necessary third-party
kernel drivers with confidence
• SDK: IDE and popular programming languages
• Resource:
‒ www.suse.com/susepsc/home
‒ www.suse.com/yessearch/search.jsp
‒ http://drivers.suse.com
SUSE Linux Enterprise Server
Includes ~ 3000 applications and libraries
Optimized Linux for SAP
SUSE Linux Enterprise Server for SAP Applications
SUSE Linux Enterprise Server
Page Cache
Limit
Clam
SAP
18 Months SP Overlap
SAP specific update channel
High Availability Extension SAP Installation Wizard
Priority Support for SAP
Priority Support for SAP
Join PartnerNet Program (free)
• Gain free access to
• sales and technical training
• access to software for testing, demonstrations, evaluations, etc.
• inclusion in the Partner Locator
• Complete the online application
• www.partnernetprogram.com
• Click “Join PartnerNet”
• Please note: if you do not have a login account you will need to
 create one and then complete the application
• Enter “SAP” in promotion field on the application
• PartnerNet Help Desk available to assist with questions
• https://www.partnernetprogram.com/helpdesk.html
SUSE Developer Resources
Contact us
saphana@suse.com
Download a free evaluation copy
www.downloadlinux.com
Visit our web site
www.suse.com
© 2014 SAP AG. All rights reserved. 77
This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is
provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement
Questions & Answers
Q&A
Thank you

Contenu connexe

Tendances

SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform
 
SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud PortalAmir Blich
 
SAP HANA Cloud Platform - SuccessFactors Extensions
SAP HANA Cloud Platform - SuccessFactors ExtensionsSAP HANA Cloud Platform - SuccessFactors Extensions
SAP HANA Cloud Platform - SuccessFactors ExtensionsChris Paine
 
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP HANA Cloud Platform
 
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform
 
Gateway Deployment Options
Gateway Deployment OptionsGateway Deployment Options
Gateway Deployment OptionsGaurav Ahluwalia
 
Full-Stack JavaScript Development on SAP HANA Platform
Full-Stack JavaScript Development on SAP HANA PlatformFull-Stack JavaScript Development on SAP HANA Platform
Full-Stack JavaScript Development on SAP HANA PlatformHP Seitz
 
Desenvolvimento JAVA orientado à SAP HANA Cloud Platform
Desenvolvimento JAVA orientado à SAP HANA Cloud PlatformDesenvolvimento JAVA orientado à SAP HANA Cloud Platform
Desenvolvimento JAVA orientado à SAP HANA Cloud PlatformRui Nogueira
 
Building an SAP HANA Cloud app, a travel report (#sitFRA)
Building an SAP HANA Cloud app, a travel report (#sitFRA)Building an SAP HANA Cloud app, a travel report (#sitFRA)
Building an SAP HANA Cloud app, a travel report (#sitFRA)Twan van den Broek
 
2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry MasterclassTed Castelijns
 
SAP Cloud Platform CPEA Services Roadmap (03.2020)
SAP Cloud Platform CPEA Services Roadmap (03.2020)SAP Cloud Platform CPEA Services Roadmap (03.2020)
SAP Cloud Platform CPEA Services Roadmap (03.2020)SAP Cloud Platform
 
SAP HANA Cloud Platform - The big picture
SAP HANA Cloud Platform - The big picture SAP HANA Cloud Platform - The big picture
SAP HANA Cloud Platform - The big picture Matthias Steiner
 
OUGN 2016: Experiences with REST support on OSB/SOA Suite
OUGN 2016: Experiences with REST support on OSB/SOA SuiteOUGN 2016: Experiences with REST support on OSB/SOA Suite
OUGN 2016: Experiences with REST support on OSB/SOA SuiteJon Petter Hjulstad
 
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019Jitendra Kansal
 

Tendances (18)

SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the CloudSAP HANA Cloud Platform: The void between your Datacenter and the Cloud
SAP HANA Cloud Platform: The void between your Datacenter and the Cloud
 
SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud Portal
 
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
 
SUSE Technical Webinar: Build Cloud Apps with SAP HANA Cloud Platform
SUSE Technical Webinar: Build Cloud Apps with SAP HANA Cloud PlatformSUSE Technical Webinar: Build Cloud Apps with SAP HANA Cloud Platform
SUSE Technical Webinar: Build Cloud Apps with SAP HANA Cloud Platform
 
SAP HANA Cloud Platform - SuccessFactors Extensions
SAP HANA Cloud Platform - SuccessFactors ExtensionsSAP HANA Cloud Platform - SuccessFactors Extensions
SAP HANA Cloud Platform - SuccessFactors Extensions
 
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
 
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013SAP HANA Cloud Platform Community BOF @ Devoxx 2013
SAP HANA Cloud Platform Community BOF @ Devoxx 2013
 
The dark side of IoT
The dark side of IoT The dark side of IoT
The dark side of IoT
 
Gateway Deployment Options
Gateway Deployment OptionsGateway Deployment Options
Gateway Deployment Options
 
Full-Stack JavaScript Development on SAP HANA Platform
Full-Stack JavaScript Development on SAP HANA PlatformFull-Stack JavaScript Development on SAP HANA Platform
Full-Stack JavaScript Development on SAP HANA Platform
 
Desenvolvimento JAVA orientado à SAP HANA Cloud Platform
Desenvolvimento JAVA orientado à SAP HANA Cloud PlatformDesenvolvimento JAVA orientado à SAP HANA Cloud Platform
Desenvolvimento JAVA orientado à SAP HANA Cloud Platform
 
Building an SAP HANA Cloud app, a travel report (#sitFRA)
Building an SAP HANA Cloud app, a travel report (#sitFRA)Building an SAP HANA Cloud app, a travel report (#sitFRA)
Building an SAP HANA Cloud app, a travel report (#sitFRA)
 
2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass
 
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
 
SAP Cloud Platform CPEA Services Roadmap (03.2020)
SAP Cloud Platform CPEA Services Roadmap (03.2020)SAP Cloud Platform CPEA Services Roadmap (03.2020)
SAP Cloud Platform CPEA Services Roadmap (03.2020)
 
SAP HANA Cloud Platform - The big picture
SAP HANA Cloud Platform - The big picture SAP HANA Cloud Platform - The big picture
SAP HANA Cloud Platform - The big picture
 
OUGN 2016: Experiences with REST support on OSB/SOA Suite
OUGN 2016: Experiences with REST support on OSB/SOA SuiteOUGN 2016: Experiences with REST support on OSB/SOA Suite
OUGN 2016: Experiences with REST support on OSB/SOA Suite
 
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019
Build Cross-Platform application using Mobile Development Kit - #sitBCN 2019
 

En vedette

SAP Fiori UX/UI
SAP Fiori UX/UISAP Fiori UX/UI
SAP Fiori UX/UIAnkit Jain
 
Sap Fiori Configurations
Sap Fiori ConfigurationsSap Fiori Configurations
Sap Fiori ConfigurationsDipak Bujjad
 
Introduction Into SAP Fiori
Introduction Into SAP FioriIntroduction Into SAP Fiori
Introduction Into SAP FioriBlackvard
 
SAP Configuration Guide for Functional Modules (Based on IDES)
SAP Configuration Guide for Functional Modules (Based on IDES)SAP Configuration Guide for Functional Modules (Based on IDES)
SAP Configuration Guide for Functional Modules (Based on IDES)sapdocs. info
 
SAP Logistics - CS - Standard Process & Configuration document
SAP Logistics - CS - Standard Process & Configuration documentSAP Logistics - CS - Standard Process & Configuration document
SAP Logistics - CS - Standard Process & Configuration documentSubhrajyoti (Subhra) Bhattacharjee
 

En vedette (6)

Sap fiori tutorial
Sap fiori tutorialSap fiori tutorial
Sap fiori tutorial
 
SAP Fiori UX/UI
SAP Fiori UX/UISAP Fiori UX/UI
SAP Fiori UX/UI
 
Sap Fiori Configurations
Sap Fiori ConfigurationsSap Fiori Configurations
Sap Fiori Configurations
 
Introduction Into SAP Fiori
Introduction Into SAP FioriIntroduction Into SAP Fiori
Introduction Into SAP Fiori
 
SAP Configuration Guide for Functional Modules (Based on IDES)
SAP Configuration Guide for Functional Modules (Based on IDES)SAP Configuration Guide for Functional Modules (Based on IDES)
SAP Configuration Guide for Functional Modules (Based on IDES)
 
SAP Logistics - CS - Standard Process & Configuration document
SAP Logistics - CS - Standard Process & Configuration documentSAP Logistics - CS - Standard Process & Configuration document
SAP Logistics - CS - Standard Process & Configuration document
 

Similaire à SUSE Technical Webinar: Developing Fiori & GWPAM Apps on HANA (SAP and SUSE Campaign)

sap-fiori-ux-architecture-for-s4h-1.pdf
sap-fiori-ux-architecture-for-s4h-1.pdfsap-fiori-ux-architecture-for-s4h-1.pdf
sap-fiori-ux-architecture-for-s4h-1.pdfssuserbe2bb6
 
The SAP Hana Cloud platform
The SAP Hana Cloud platformThe SAP Hana Cloud platform
The SAP Hana Cloud platformIan Grant-Smith
 
The SAP HANA Cloud Platform
The SAP HANA Cloud PlatformThe SAP HANA Cloud Platform
The SAP HANA Cloud PlatformRui Nogueira
 
How cloud and in memory computing revolutionised enterprise development - Ste...
How cloud and in memory computing revolutionised enterprise development - Ste...How cloud and in memory computing revolutionised enterprise development - Ste...
How cloud and in memory computing revolutionised enterprise development - Ste...jaxconf
 
Sap fiori-ux-architecture-for-s4h
Sap fiori-ux-architecture-for-s4hSap fiori-ux-architecture-for-s4h
Sap fiori-ux-architecture-for-s4hAkhilendra Singh
 
Sapbusinessobjectsbi solution architecture
Sapbusinessobjectsbi solution architecture  Sapbusinessobjectsbi solution architecture
Sapbusinessobjectsbi solution architecture emceemouli
 
Research On Hybrid Mobile Platforms for HANA Applications
Research On Hybrid Mobile Platforms for HANA ApplicationsResearch On Hybrid Mobile Platforms for HANA Applications
Research On Hybrid Mobile Platforms for HANA Applicationsmadhav_2k
 
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...Rui Nogueira
 
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)Masterclass Mendix (Jan Penninkhof / Twan van den Broek)
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)Twan van den Broek
 
Next Generation Content Management in SAP NetWeaver Portal
Next Generation Content Management in SAP NetWeaver PortalNext Generation Content Management in SAP NetWeaver Portal
Next Generation Content Management in SAP NetWeaver PortalSAP Portal
 
160d74ec 597c-0010-82c7-eda71af511fa
160d74ec 597c-0010-82c7-eda71af511fa160d74ec 597c-0010-82c7-eda71af511fa
160d74ec 597c-0010-82c7-eda71af511faNagendra Babu
 

Similaire à SUSE Technical Webinar: Developing Fiori & GWPAM Apps on HANA (SAP and SUSE Campaign) (20)

W8/WP8 App Dev for SAP, Part 4: SAP Mobile Platform Roadmap
W8/WP8 App Dev for SAP, Part 4: SAP Mobile Platform RoadmapW8/WP8 App Dev for SAP, Part 4: SAP Mobile Platform Roadmap
W8/WP8 App Dev for SAP, Part 4: SAP Mobile Platform Roadmap
 
SAP Mobile Platform - Product and Roadmap
SAP Mobile Platform - Product and RoadmapSAP Mobile Platform - Product and Roadmap
SAP Mobile Platform - Product and Roadmap
 
Autodesk Technical Webinar: SAP Mobile Platform
Autodesk Technical Webinar: SAP Mobile PlatformAutodesk Technical Webinar: SAP Mobile Platform
Autodesk Technical Webinar: SAP Mobile Platform
 
Microsoft Technical Webinar: SAP Mobile Platform for Windows 8 and Windows Ph...
Microsoft Technical Webinar: SAP Mobile Platform for Windows 8 and Windows Ph...Microsoft Technical Webinar: SAP Mobile Platform for Windows 8 and Windows Ph...
Microsoft Technical Webinar: SAP Mobile Platform for Windows 8 and Windows Ph...
 
sap-fiori-ux-architecture-for-s4h-1.pdf
sap-fiori-ux-architecture-for-s4h-1.pdfsap-fiori-ux-architecture-for-s4h-1.pdf
sap-fiori-ux-architecture-for-s4h-1.pdf
 
The SAP Hana Cloud platform
The SAP Hana Cloud platformThe SAP Hana Cloud platform
The SAP Hana Cloud platform
 
The SAP HANA Cloud Platform
The SAP HANA Cloud PlatformThe SAP HANA Cloud Platform
The SAP HANA Cloud Platform
 
How cloud and in memory computing revolutionised enterprise development - Ste...
How cloud and in memory computing revolutionised enterprise development - Ste...How cloud and in memory computing revolutionised enterprise development - Ste...
How cloud and in memory computing revolutionised enterprise development - Ste...
 
Sap fiori-ux-architecture-for-s4h
Sap fiori-ux-architecture-for-s4hSap fiori-ux-architecture-for-s4h
Sap fiori-ux-architecture-for-s4h
 
Sapbusinessobjectsbi solution architecture
Sapbusinessobjectsbi solution architecture  Sapbusinessobjectsbi solution architecture
Sapbusinessobjectsbi solution architecture
 
Research On Hybrid Mobile Platforms for HANA Applications
Research On Hybrid Mobile Platforms for HANA ApplicationsResearch On Hybrid Mobile Platforms for HANA Applications
Research On Hybrid Mobile Platforms for HANA Applications
 
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...
Sap CodeJam no SAP Forum Brasil 2014 - minha primeira app com SAP HANA Cloud ...
 
LSA++ y BW on HANA
LSA++ y BW on HANALSA++ y BW on HANA
LSA++ y BW on HANA
 
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)Masterclass Mendix (Jan Penninkhof / Twan van den Broek)
Masterclass Mendix (Jan Penninkhof / Twan van den Broek)
 
Cloud Computing at SAP
Cloud Computing at SAPCloud Computing at SAP
Cloud Computing at SAP
 
SAP Cloud Strategy
SAP Cloud StrategySAP Cloud Strategy
SAP Cloud Strategy
 
LSA++ english version
LSA++ english versionLSA++ english version
LSA++ english version
 
Next Generation Content Management in SAP NetWeaver Portal
Next Generation Content Management in SAP NetWeaver PortalNext Generation Content Management in SAP NetWeaver Portal
Next Generation Content Management in SAP NetWeaver Portal
 
OpenUI5
OpenUI5OpenUI5
OpenUI5
 
160d74ec 597c-0010-82c7-eda71af511fa
160d74ec 597c-0010-82c7-eda71af511fa160d74ec 597c-0010-82c7-eda71af511fa
160d74ec 597c-0010-82c7-eda71af511fa
 

Plus de SAP PartnerEdge program for Application Development

Plus de SAP PartnerEdge program for Application Development (19)

SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
 
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
 
Partner with SAP to Develop Mobile apps and capture the Mobile Market Opportu...
Partner with SAP to Develop Mobile apps and capture the Mobile Market Opportu...Partner with SAP to Develop Mobile apps and capture the Mobile Market Opportu...
Partner with SAP to Develop Mobile apps and capture the Mobile Market Opportu...
 
Microsoft Technical Webinar - New devices for Windows 8 and Windows Phone 8, ...
Microsoft Technical Webinar - New devices for Windows 8 and Windows Phone 8, ...Microsoft Technical Webinar - New devices for Windows 8 and Windows Phone 8, ...
Microsoft Technical Webinar - New devices for Windows 8 and Windows Phone 8, ...
 
Autodesk Technical Webinar: SAP Business One
Autodesk Technical Webinar: SAP Business OneAutodesk Technical Webinar: SAP Business One
Autodesk Technical Webinar: SAP Business One
 
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
 
Mobile Apps 4 Charity
Mobile Apps 4 CharityMobile Apps 4 Charity
Mobile Apps 4 Charity
 
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - S...
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - S...Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - S...
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - S...
 
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - P...
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - P...Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - P...
Microsoft Technical Webinar: UX/UI Design for Windows 8 & Windows Phone 8 - P...
 
Autodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory databaseAutodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory database
 
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 3
 
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 2
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 2Autodesk Technical Webinar: SAP NetWeaver Gateway Part 2
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 2
 
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 1
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 1Autodesk Technical Webinar: SAP NetWeaver Gateway Part 1
Autodesk Technical Webinar: SAP NetWeaver Gateway Part 1
 
SAP HANA Cloud - Virtual Bootcamp 7 - HANA Cloud Platform package for Success...
SAP HANA Cloud - Virtual Bootcamp 7 - HANA Cloud Platform package for Success...SAP HANA Cloud - Virtual Bootcamp 7 - HANA Cloud Platform package for Success...
SAP HANA Cloud - Virtual Bootcamp 7 - HANA Cloud Platform package for Success...
 
Mobile Rerence Applications: The end to end Integration
Mobile Rerence Applications: The end to end IntegrationMobile Rerence Applications: The end to end Integration
Mobile Rerence Applications: The end to end Integration
 
Business Fit Webinar - SAP PartnerEdge program for Application Development
Business Fit Webinar - SAP PartnerEdge program for Application DevelopmentBusiness Fit Webinar - SAP PartnerEdge program for Application Development
Business Fit Webinar - SAP PartnerEdge program for Application Development
 
SAP and Red Hat JBoss Partner Webinar
SAP and Red Hat JBoss Partner WebinarSAP and Red Hat JBoss Partner Webinar
SAP and Red Hat JBoss Partner Webinar
 
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
 
W8/WP8 App Dev for SAP, Part 3D: Windows 8 User Experience
W8/WP8 App Dev for SAP, Part 3D: Windows 8 User ExperienceW8/WP8 App Dev for SAP, Part 3D: Windows 8 User Experience
W8/WP8 App Dev for SAP, Part 3D: Windows 8 User Experience
 

Dernier

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Dernier (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

SUSE Technical Webinar: Developing Fiori & GWPAM Apps on HANA (SAP and SUSE Campaign)

  • 1. April 2014 Develop Applications on Integrated SUSE and SAP Platforms Developing Fiori & GWPAM Apps on HANA
  • 2. © 2014 SAP AG. All rights reserved. 2 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation is not subject to your license agreement or any other service or subscription agreement with SAP. SAP has no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation and SAP's strategy and possible future developments, products and or platforms directions and functionality are all subject to change and may be changed by SAP at any time for any reason without notice. The information in this document is not a commitment, promise or legal obligation to deliver any material, code or functionality. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non- infringement. This document is for informational purposes and may not be incorporated into a contract. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP´s willful misconduct or gross negligence. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions. Legal disclaimer
  • 3. © 2014 SAP AG. All rights reserved. 3 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Today’s Speakers Markus Guertler Architect & ISV Technical Manager, SUSE Brian McPhail Sr. Dir. Bus. Development, Platform Ecosystems, SAP Holger Bruchelt Product Manager, SAP Gateway Consumption Tools SAP AG
  • 4. © 2014 SAP AG. All rights reserved. 4 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Agenda 1. Overview SAP Gateway 1. Introduction & Adoption of SAP Gateway 2. Introduction to Odata 3. SAP Gateway Service Builder 4. Building and testing a simple OData service 2. SAP Fiori 1. Introduction to SAP Fiori 3. SAP Gateway for Microsoft 1. Overview and Examples 2. Building and testing several integrations in Microsoft Office 4. SUSE & SAP 5. Questions & answers
  • 6. © 2014 SAP AG. All rights reserved. 6 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway Key trends and impacts in business and technology Growing new communities of agile developers Expansion of business data and decision makers Simple access to complex enterprise systems Manage and control mission critical systems AND deploy innovative solutions Supporting end-to-end scenarios New devices and experiences Consumer innovations in the enterprise
  • 7. © 2014 SAP AG. All rights reserved. 7 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway Customer needs and the value propositions of the product Browser based applications Mobile devices Enterprise software SocialCloud SRM SCM ERPPLMCRM SAP Business Suite Point to point solutions Increase costs & complexity
  • 8. © 2014 SAP AG. All rights reserved. 8 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway Customer needs and the value propositions of the product SAP Business Suite SRM SCM ERPPLMCRM From black box to open  Any environment, any platform, any experience From business-process centric to people centric  Optimized for user interaction scenarios From version specific to timeless  Non-disruptive, any SAP Business Suite version From SAP developers to non-SAP developers  No SAP knowledge required SAP NetWeaver Gateway OData SAP NetWeaver Gateway SAP Mobile Platform OData Duet Enterprise* * Duet Enterprise for Microsoft SharePoint Integration Browser based applications Mobile devices Enterprise software SocialCloud SAP HANA
  • 9. © 2014 SAP AG. All rights reserved. 9 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway OData - “ODBC” for the web ● Based on industry standards – HTTP, XML, Atom, JSON – REST-based architecture ● Entity Data Model (EDM) to describe OData services ● EDM modeling tools available to model OData services ● Each entity can support query, create, read, update, and delete (CRUDQ) operations ● Can navigate relationships ● Complex types supported ● Query language included ● More at www.odata.org ● OData as an OASIS standard* OData can be used to access table like structures much the same way ODBC does *) https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata
  • 10. © 2014 SAP AG. All rights reserved. 10 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway OData providers and consumers outside SAP OData Providers (examples):  Microsoft:  SharePoint  Azure  Windows Live  Visual Studio / LightSwitch  …  IBM  WebSphere eXtreme Scale  DB2 & Informix (via Microsoft Visual Studio)  Facebook  eBay  Intel (odata.intel.com)  …. OData Consumers (examples):  Browsers  Microsoft Excel (PowerPivot)  SAP Mobile Platform SMP  Client Libraries (www.odata.org/libraries):  JavaScript  PHP  Java  Windows Phone  iPhone/iPad (Objective C)  .NET  HTML5  BlackBerry 10  ….
  • 11. © 2014 SAP AG. All rights reserved. 11 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway OData used in SAP’s standard offerings This is the current state of planning and may be changed by SAP at any time.* Planned or in Ramp-Up HTML5-based Solutions (HCM, SRM, …) * SAP Solution Manager SAP Gateway for Microsoft SAP Enterprise Portal SAP Jam * SAP HANA Solutions*  SAP Customer Engagement Intelligence  SAP Fraud Management  SAP Liquidity Risk Management  SAP Demand Signal Management MS SharePoint via Duet Enterprise SAP Fiori SAP Manufacturing (EMI)* SAP Lumira (SP11) SAP Mobile Platform* SAP Business Suite SRM SCM ERPPLMCRM SAP NetWeaver Gateway SAP HANA
  • 12. © 2014 SAP AG. All rights reserved. 12 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP NetWeaver Gateway Adoption in the SAP Partner Ecosystem A vibrant ecosystem of partners available globally • System Integrators of varying sizes have been implementing projects globally • Mobile Solutions • Web Solutions • More than 50 partner solutions have been certified and published on several SAP Partner Solution Directories • SAP Partner Information Center • SAP Store • New partners are recruited regularly through campaigns • Technical Enablement (Trainings, Developer License, Technical Support) • Certification of Partner Solutions • Marketing and Go-To-Market benefits • Close collaboration with several technology partners
  • 14. © 2014 SAP AG. All rights reserved. 14 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement First OData Example: Service Document
  • 15. © 2014 SAP AG. All rights reserved. 15 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement First OData Example: Service Metadata Document OData service root URI: https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/ OData service metadata URI := <OData service root URI> + “$metadata” https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/$metadata
  • 16. © 2014 SAP AG. All rights reserved. 16 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Entity Data Model – Overview An Entity Data Model (EDM) describes the organization and relationship of the data resources that are modelled as entity types within a particular business scenario. Entity sets are collections of entities which are instances of entity types and can be accessed as follows: • http://<host>/<ServiceRoot>/SalesOrderItems • http://<host>/<ServiceRoot>/<Products Association: Relationship between two entity types An entity type is built from one or more properties Navigation: Implements an association Entity Type: EDM basic building block. Represents specific business object At least one property must be defined as a key field Entity Set: EDM basic building block. Instances of entity types
  • 17. But, What Is an OData Service?  GET ~/BusinessPartners  GET ~/BusinessPartners(‘0100000000')  GET ~/BusinessPartners(‘0100000000')/SalesOrders  GET ~/SalesOrders('0500000000')/SalesOrderItems  GET ~/SalesOrderItems(SalesOrderID='0500000000',Position='0000000020')  GET ~/SalesOrderItems(SalesOrderID='0500000000',Position='0000000020')/Product
  • 18. SAP Gateway SAP Gateway Service Builder
  • 19. © 2014 SAP AG. All rights reserved. 23 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway 2.0 Service development - various approaches to generate / implement services Data Model Definition  Manual declaration  Import from EDMX file  Import from interface (RFC, BOR, DDIC)  Redefinition from existing data source (BW, GenIL, SPI, BOPF, …)  Including of already existing Gateway Services Service Implementation  Manual coding  Mapping to existing RFC / BOR Interface  Beautification for existing data source (BW, GenIL, SPI, BOPF, …)
  • 20. Building and testing a simple OData service
  • 22. © 2014 SAP AG. All rights reserved. 26 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Consumerization is rapidly redefining enterprise experience Transform the enterprise experience Complex and feature-rich experience must be replaced by a simple, intuitive, and mobile experience.
  • 23. © 2014 SAP AG. All rights reserved. 27 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Top use scenarios Core use scenarios Specific customer value use scenarios Existing Applications RENEW ENABLE SAP Fiori Renovation Enablement Tools (e.g. SAP Screen Personas) NEW New Applications Usage/Reach The SAP user experience strategy
  • 25. © 2014 SAP AG. All rights reserved. 29 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Introducing SAP Fiori A collection of apps that represents the new SAP user experience paradigm. SAP Fiori offers various business roles a simple, easy-to-use experience for SAP software functions, and works seamlessly on desktop, tablet, or smartphone.
  • 26. © 2014 SAP AG. All rights reserved. 30 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Responsive Simple Coherent Instant Value All sizes, devices, versions, channels 1-1-3 (1 user, 1 use case, 3 screens) Apps that speak the same language Low barrier to adoption SAP Fiori User Experience Paradigm De-composition into task-based experience Role-based
  • 27. © 2014 SAP AG. All rights reserved. 31 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Fiori Launchpad One entry point for the user Stable URLs for bookmarking and sharing Role based & persona centric Multiple Devices Theming and branding Personalization Multiple Platforms Search, collaboration and feeds in first wave This is the current state of planning and may be changed by SAP at any time. SAP Fiori Active Tiles, Provides the most impactful real-time information and KPIs at a glance
  • 28. © 2014 SAP AG. All rights reserved. 32 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Renew User Experience of SAP Functions Across LOBs… * Current planning. Not all roles will be available for all deployment options, some roles might be delivered later. SAP Fiori Sales Human Resources Finance Manufacturing Supply Chain Procurement Asset Management R&D, Engineering
  • 29. © 2014 SAP AG. All rights reserved. 33 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement and User Roles  Project Manager & Planner  Program Manager  Project Team Member R&D, Engineering  Accounts Payable & G/L Accountant  Access Control Administrator  Financial Close Manager  Controller  Cash Manager  Security Manager  Employee  Manager Finance  Employee  Manager Human Resources  Sales Representative  Inside Sales Representative  Sales Manager Sales  Inventory Accountant  Purchaser  Strategic Purchaser  Employee / Manager Procurement  Production Worker & Supervisor  Quality Engineer  Production Planner Manufacturing  Supplier  Supply Planner  Shipping Specialist  Product Manager  Transportation Manager Supply Chain  Maintenance Worker & Planner Asset Management
  • 30. © 2014 SAP AG. All rights reserved. 34 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Fiori App Types Transactional Task-based access Access tasks to create, change, approve processes with guided navigation Analytical Insights Get a visual overview of a complex topic for monitoring or tracking purposes SAP Smart Business Insight to action cockpit Analyze and evaluate strategic or operational KPIs in real time and trigger the right action Factsheets Search and explore View essential information about an object with contextual navigation between related objects Runs on: Runs on:
  • 31. © 2014 SAP AG. All rights reserved. 35 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP HANA Is The Innovation Platform Own & 3rd party SAP HANA applications innovate BW SAP Business Suite powered by SAP HANA run SAP HANA applications optimize SAP FIORI UX PARADIGM SAP HANA SAP Fiori as the foundation of user experience for SAP HANA
  • 32. SAP Gateway for Microsoft
  • 33. © 2014 SAP AG. All rights reserved. 37 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement “SAP and Microsoft are doing great things together around Duet Enterprise and SQL Server, but that’s not the whole story. Moving forward SAP is committed to working with Microsoft around the cloud, mobility and big data.” - Bill McDermott, Co-CEO, SAP AG SAP and Microsoft Focus on Co-Innovation Microsoft and SAP – Innovating for Your Success • Over 20 years of partnership • 75% of Enterprise customers • 100% of global SIs • 50% of global ISVs • 60% of WW transactions are done with SAP • Biggest range of solutions
  • 34. © 2014 SAP AG. All rights reserved. 38 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Day in a Life 7:30 am Check emails on Windows Phone 8 8:30 am Schedule CRM appointment via Outlook 2013 10:00 am Review Sales pipeline via Windows 8 Surface 11:30 am Update Budget via Excel 2013 12:00 pm Approve team member’s leave request workflow using Win 8 native App 12:30 pm Conduct online meeting with customer using Lync 2013 & record it as CRM Activity 3:00 pm Create CRM Lead using SharePoint Online App 5:30 pm Record timesheet in SAP via Outlook 2013 Web (part of Office 365)
  • 35. © 2014 SAP AG. All rights reserved. 39 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Integration principles Open standards protocols used to integrate Microsoft and SAP systems, cloud services, and clients Any device, any time. Apps run where users spend their time Flexible hosting & lifecycle Well defined interfaces for all services, including authentication, data, and workflow Embracing web standards. Familiar tools, fewer quirks
  • 36. © 2014 SAP AG. All rights reserved. 40 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement How is SAP used with Microsoft today Duet Enterprise 2.0 SharePoint 2013 SAP Gateway for Microsoft Windows 8 Mobile and Native Applications SAP Fiori Web applications A suite of site templates and custom web parts that integrated business and customer data and workflows originating in SAP A set of compelling native Windows 8 apps that allow users to interact with SAP data directly from Windows 8 Leverages the full potential the Microsoft productivity tools from the desktop with Addins for Excel and Outlook 2010 & 2013 A collection of apps for frequently used SAP software functions that work seamlessly across devices – desktop, tablet, or smartphone
  • 37. © 2014 SAP AG. All rights reserved. 42 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway for Microsoft SAP® BUSINESS SUITE SAP HANA™ SAP® BUSINESS INFORMATION WAREHOUSE SAP NETWEAVER GATEWAY SAP® FIORI CUSTOM-BUILT APPLICATIONS SAP MOBILE PLATFORM SAP® DUET® ENTERPRISE SAP GATEWAY FOR MICROSOFT DEVICESWEB SOCIALENTERPRISE SOFTWARE CLOUD
  • 38. © 2014 SAP AG. All rights reserved. 43 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway for Microsoft
  • 39. SAP Gateway for Microsoft in any C# project via Visual Studio
  • 40. © 2014 SAP AG. All rights reserved. 45 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Bringing SAP Processes to Outlook…
  • 41. SAP Gateway for Microsoft in Microsoft Outlook
  • 42. © 2014 SAP AG. All rights reserved. 47 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Excel…
  • 43. SAP Gateway for Microsoft in Microsoft Excel
  • 44. © 2014 SAP AG. All rights reserved. 49 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Consume SAP Content from SAP Fiori in Office Leverage the full potential of your Microsoft productivity tools when working on your desktop Simplify the enterprise software experience on any device SAP Fiori SAP Gateway for Microsoft
  • 45. © 2014 SAP AG. All rights reserved. 50 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Fiori & SAP Gateway for Microsoft HCM – Timesheets SAP Fiori SAP Gateway for Microsoft View and track your time from Microsoft Outlook Calendar in addition to SAP Fiori
  • 46. © 2014 SAP AG. All rights reserved. 51 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Fiori & SAP Gateway for Microsoft HCM – Leave Requests SAP Fiori SAP Gateway for Microsoft Create Leave Requests from Microsoft Outlook Calendar in addition to SAP Fiori
  • 47. © 2014 SAP AG. All rights reserved. 52 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Fiori & SAP Gateway for Microsoft Project management SAP Fiori SAP Gateway for Microsoft Allow users to work on their Project tasks from Microsoft Outlook Tasks in addition to SAP Fiori
  • 48. SAP Gateway for Microsoft and SAP Fiori
  • 49. © 2014 SAP AG. All rights reserved. 54 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement How developers use SAP with Microsoft … tomorrow SAP Gateway for Microsoft Azure Provider Seamless, secure connectivity from any connected Microsoft application Duet Enterprise 2.0 SharePoint 2013 SAP Gateway for Microsoft Windows 8 Mobile and Native Applications A suite of site templates and custom web parts that integrated business and customer data and workflows originating in SAP A set of compelling native Windows 8 apps that allow users to interact with SAP data directly from Windows 8 Leverages the full potential the Microsoft productivity tools from the desktop with Addins for Excel and Outlook 2010 & 2013 SAP Fiori Web applications A collection of apps for frequently used SAP software functions that work seamlessly across devices – desktop, tablet, or smartphone
  • 50. © 2014 SAP AG. All rights reserved. 56 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement …and the cloud!
  • 51. SAP Gateway for Microsoft Services for Azure: reaching endpoints everywhere
  • 52. © 2014 SAP AG. All rights reserved. 58 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Customer Success Profile 1/2 First customer success with one of SAPs Top 20 customer using the GWPAM Excel add-in
  • 53. © 2014 SAP AG. All rights reserved. 59 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Customer Success Profile 2/2
  • 54. © 2013 SAP AG. All rights reserved. 60Customer ENDLESS POSSIBILITIES! Microsoft Word Manage contracts as word docs Seamlessly integrate data and process in SAP with data in Word docs Microsoft InfoPath Create simple web-based form Employees access & update personal information in SAP via web- based forms Microsoft Project Manage your projects with MS Project Data seamlessly flowing in and out of SAP into MS Project Microsoft PowerPoint Build ppt slides with real SAP data Fetch back-end SAP data to populate charts within PPT slides Microsoft Visio Create flow diagrams in Visio Attach Visio diagrams to objects in SAP in one click
  • 55. © 2013 SAP AG. All rights reserved. 61Customer IN SUMMARY - KEY BENEFITS! Enterprise Readiness Developer Experience Developer Templates Business Engagement • Make informed business decisions • Improve process • Consistent UX • Aggregating all information • “Code-less” experience • Flexible templates • Easy customization • Partner play • Developer toolkits • No learning curve or re- skilling • Business Data Enrichment • Code ownership • Seamless integration for all Microsoft applications • Enterprise governance • Standardization LOWER TCO* and TCD*! * TCO – Total Cost of Ownership * TCD – Total Cost of Developmen
  • 56. © 2014 SAP AG. All rights reserved. 62 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Gartner Newsletter Adapt to the Speed of Business  Benefits of SAP-Microsoft Integration  Gartner Research  Whitepaper  Videos  Product Details • http://www.gartner.com/technology/media- products/newsletters/sap/vol1_issue1/index.ht ml or • http://bit.ly/gwpam
  • 57. © 2014 SAP AG. All rights reserved. 63 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway for Microsoft @SAPTechnology @DuetEnterprise Groups: SAP NetWeaver Gateway and DuetEnterprise DuetEnterprise Social Media
  • 58. © 2014 SAP AG. All rights reserved. 64 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway for Microsoft and SAP PartnerEdge Program for Application Development https://www.sapappsdevelopmentpartne rcenter.com/en/signup/exploration- member/ http://bit.ly/GWM-PE http://scn.sap.com/docs/DOC-47563 http://bit.ly/NWGWPAM Benefits 3 named developer licenses for each technology platform Software updates, Access to SAP Partner Enablement Center, Community Support via SAP Community Network Partners New partners (SI, VAR, OEM, ISV, …) interested in evaluating SAP’s market leading technology platforms to support development of packaged apps Investment Free of charge *The exploration member offering is limited to 12 months SAP PartnerEdge Program for Application Development: Exploration Member Offering -- Free of charge EXPLORATION PACK FOR MOBILE
  • 59. © 2014 SAP AG. All rights reserved. 65 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement SAP Gateway for Microsoft and SAP PartnerEdge Program for Application Development https://www.sapappsdevelopmentpartne rcenter.com/en/signup/ http://bit.ly/GWM-PE http://scn.sap.com/docs/DOC-47563 http://bit.ly/NWGWPAM Benefits 25 named developer licenses for each licensed technology platform Runtime Licensing option, Partner logo, Application Certification, Software updates, Access to SAP Partner Enablement Center, Partner Services Advisor Partners New and existing partners (SI, VAR, OEM, ISV, …) interested in developing and monetizing apps for SAP’s market leading technology platforms, including via the SAP Store Investment 2,500 Euros pa including 1 Pack, 500 Euros per additional Tech Pack *The exploration member offering is limited to 12 months SAP PartnerEdge Program for Application Development: Innovation Member Offering – 2,500 Euro pa INNOVATION PACK FOR MOBILE
  • 60. © 2014 SAP AG. All rights reserved. 66 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Exploration and Innovation Partner Memberships Feature Comparison Exploration Innovation Developer Licenses – NetWeaver Application Integration 3 25 Developer Licenses – HANA and Sybase databases 3 25 Developer Licenses – Gateway for Microsoft, Mobile Platform 3 25 Developer Licenses – Analytics / BI 3 25 Developer Licenses – Business One 3 25 Developer Licenses – HANA Cloud - 25 Online learning, product documentation, webinars, etc.   Trial Downloads   Software Updates   Developer Community Support   Coaching & Consultation -  Dedicated partner service advisor -  Certification & Review -  Runtime licensing options -  SAP Store listing -  Marketing Support -  SAP Partner Logo -  Single Agreement for all products and services provided FREE €2.5k p.a. incl. 1pack
  • 61. © 2014 SAP AG. All rights reserved. 67 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Break 5 min break
  • 62. SAP and SUSE 15 successful years of co-innovation – The recommended and supported OS for SAP HANA asdf Reliability Scalability Performance Security The recommended and supported OS for SAP HANA
  • 63. SUSE Portfolio High Level Cloud Deploy and manage enterprise-ready OpenStack powered cloud infrastructure and services Linux Optimized for SAP Lower TCO, faster deployment, maximized support and built-in business continuity to protect business operations Server Management Provision and maintain your servers faster and more accurately Open Platform Run more mission-critical applications—physical, virtual and cloud Image Builder Build once and run everywhere (physical, virtual, and cloud environments) Clustering Keep regional disasters from interrupting your mission-critical workloads
  • 64. SUSE Linux Enterprise Server What Do You Need to Deliver IT as a Service? SLAs and business continuity Resource utilization and efficiency Security and compliance And, affordable, no vendor lock-in.
  • 65. Key Features and Benefits SUSE Linux Enterprise Server
  • 66. Large Ecosystem, More Choices SUSE Linux Enterprise Server Available on Five Different Architectures • Intel64/AMD64, IA-32, IBM POWER, IBM System z and Itanium More Applications, More Hardware • 11,400+ ISV applications • 13,500+ hardware devices certified and supported Most Up-to-date Drivers and Comprehensive Tools • The SUSE SolidDriver Program: deploy necessary third-party kernel drivers with confidence • SDK: IDE and popular programming languages • Resource: ‒ www.suse.com/susepsc/home ‒ www.suse.com/yessearch/search.jsp ‒ http://drivers.suse.com
  • 67. SUSE Linux Enterprise Server Includes ~ 3000 applications and libraries
  • 68. Optimized Linux for SAP SUSE Linux Enterprise Server for SAP Applications SUSE Linux Enterprise Server Page Cache Limit Clam SAP 18 Months SP Overlap SAP specific update channel High Availability Extension SAP Installation Wizard Priority Support for SAP Priority Support for SAP
  • 69. Join PartnerNet Program (free) • Gain free access to • sales and technical training • access to software for testing, demonstrations, evaluations, etc. • inclusion in the Partner Locator • Complete the online application • www.partnernetprogram.com • Click “Join PartnerNet” • Please note: if you do not have a login account you will need to  create one and then complete the application • Enter “SAP” in promotion field on the application • PartnerNet Help Desk available to assist with questions • https://www.partnernetprogram.com/helpdesk.html
  • 70. SUSE Developer Resources Contact us saphana@suse.com Download a free evaluation copy www.downloadlinux.com Visit our web site www.suse.com
  • 71. © 2014 SAP AG. All rights reserved. 77 This presentationand SAP‘s strategy and possiblefuture developments are subjectto change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limitedto, the implied warrantiesof merchantability, fitness for a particularpurpose, or non-infringement Questions & Answers Q&A