SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
Ronildo Santos - Manager, SAP Co-innovation Lab Brasil
SAP para Mobilidade
The Developers Conference 2014
© 2014 SAP. All rights reserved. 2developers.sap.com @sapdevs
Sobre
© 2014 SAP. All rights reserved. 3developers.sap.com @sapdevs
SAP é mais do que ERP!
Big Data Cloud
Soluções Analíticas
MobilidadeAplicações
© 2014 SAP. All rights reserved. 4developers.sap.com @sapdevs
Our customers
produce more than
79% of the world’s
chocolate.
5© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Our customers
produce more than
77% of the world’s
beer.
6© 2014 SAP AG or an SAP affiliate company. All rights reserved.
7© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade pessoal 
 Consumerização da Tecnologia
 Facilidade de Uso, Experiência e Interface de Usuário
 Dinamismo
8© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade pessoal 
Mobilidade empresarial
10© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade empresarial
11© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade empresarial
12© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade empresarial 
© 2014 SAP. All rights reserved. 13developers.sap.com @sapdevs
Mobilidade SAP – visão geral
Portfólio de aplicações móveis empresariais (ex.: Finanças,
Vendas, Manufatura, HR, etc.)
Solução MDM (Mobile Device Management) para
gerenciamento dos dispositivos de uma empresa
 SAP Store, nova estratégia de UI
Plataforma de Desenvolvimento de Aplicações Móveis
Empresariais (MEAP - Mobile Enterprise Applications Platform)
© 2014 SAP. All rights reserved. 14developers.sap.com @sapdevs
Pré-requisitos para uma aplicação móvel empresarial
 Alavancar investimentos existentes em processos
de negócio
 Suportar múltiplos dispositivos e sistemas operacionais
 Suportar um modelo que reduza o custo de
propriedade
 Gerenciável
© 2014 SAP. All rights reserved. 15developers.sap.com @sapdevs
Esforço para criação de uma nova aplicação móvel
Desenvolvimento da
Aplicação
20%
Infraestrutura e
Serviços da Plataforma
80%
 Integração c/ aplicações de negócio
 Acesso offline e sincronização
 Autenticação
 Segurança dos dados
 Versionamento e ciclo de vida
 Notificações
 Relatórios e análises
© 2014 SAP. All rights reserved. 16developers.sap.com @sapdevs
SAP Mobile Platform 3.0 – uma plataforma aberta
HTML5
use qualquer web tooling na
SMP3
HTTP REST
protocolo padrão que
desacopla a dependência em
SDKs liberados pela SAP
OData
modelo padrão que desacopla
o backend do frontend
Cordova
combina plugins empresariais
da SAP com plugins terceiros
OSGi Spring
reutilize atualizações
dinâmicas, versionamento e
modelos para simplificar a
complexidade
© 2014 SAP. All rights reserved. 17developers.sap.com @sapdevs
SMP – Integração com diferentes backends
SMP
OData
ODataSOAPJDBCNon-OData
REST services
Avatar / Gateway Java
SAP and non-SAP back ends
© 2014 SAP. All rights reserved. 18developers.sap.com @sapdevs
Logging/Tracing
Segurança
(Vault/AES 256-bit
Encryption)
Persistência
(OData Doc Cache
handling com
suporte delta)
Synch Support
Offline DB e
Outbound Queue
Conectividade
Nativo Hibrido Player
Notificações (Push)
Autenticação
(SSO2 ,
Certificados)
LCM
(Provisionamento
de Recursos)
SMP Client Componentes Principais
Camada de Acesso a Dados
SAP Mobile Platform - Client
© 2014 SAP. All rights reserved. 19developers.sap.com @sapdevs
Example: Logon Manager
InitLogonManager();
MAFLogonManager logonManager = MAFLogonManager.GetInstance();
58Lines of code (MAF)
1756Lines of code (native)
vs.
This is the current state of planning and may be changed by SAP at any time.
SAP Mobile Platform – Client : Mobile Application Framework
© 2014 SAP. All rights reserved. 20developers.sap.com @sapdevs
SAP Mobile Platform – Tooling
APNS/GCM
Gateway Java
3rd Party System
GW Add-On
Syclo Add-On
(Exchange Tables)
OData Modeler
OSGi Custom
Server Extension
SMP 3.0
Event
Data
Transformation
Tooling
OData
OData
SAP Backend
ERP, CRM, BW,
HANA, etc.
Agentry
Agentry Editor
Mobiliser
Mobile Web
Value Add:
 User Onboarding
 ŸOnline OData Calls
 ŸOData Delta Queries
 ŸBatch OData Calls
 ŸPush Notifications
Kapsel
Tooling in
NetWeaver
(transaction
SEGW) XCode
Android
Development Tools
MobileApp
Workbench
Blackberry
Win8/phone
Simple
Deployment
App
Builder
Browser
Based
SMS Builder
© 2014 SAP. All rights reserved. 21developers.sap.com @sapdevs
SAP Mobile Platform – Tooling : AppBuilder
Utiliza controles UI5
Modelos de aplicação
pré-definidos
“Clique” uma app
pronta em minutos
1 clique para distribuir
para o client Kapsel
Designer do tipo
arrastar e soltar
Open HTML5 Tool that Interoperates with Popular Web Design Tools
© 2014 SAP. All rights reserved. 22developers.sap.com @sapdevs
SAP Mobile Platform – Tooling : OData Modeler
Disponível com Gateway Productivity Accelerator (GWPA)
> Update site: https://tools.hana.ondemand.com/#gateway
© 2014 SAP. All rights reserved. 23developers.sap.com @sapdevs
Eclipse Based Tooling incluido no Gateway Productivity Accelerator (GWPA)
SAP Mobile Platform – Tooling : Gateway Java
Mapeie interfaces backend para OData
© 2014 SAP. All rights reserved. 24developers.sap.com @sapdevs
SAP Mobile Platform – Tooling : SMS Builder
Construa aplicações baseadas em SMS
© 2014 SAP. All rights reserved. 25developers.sap.com @sapdevs
SAP Mobile Platform – Server e Admin : Notificações (push)
Configure notificações para:
 iOS
 Android
 BlackBerry
 Windows 8, Windows Phone
© 2014 SAP. All rights reserved. 26developers.sap.com @sapdevs
Relatórios de uso por:
 Usuário
 Tipo de dispositivo
 Aplicação
 Fornecedor
 Versão
 Intervalo de data
SAP Mobile Platform – Server e Admin : App Analytics
© 2014 SAP. All rights reserved. 27developers.sap.com @sapdevs
SAP Mobile Platform – Server e Admin : Trace e Runtime Analysis
 Exibição gráfica de runtimes – por app ou para
todas as apps
 Log e Trace detalhados
Runtime
Analysis
Logs de Erro
Trace
detalhado
28© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Mobilidade empresarial 
© 2014 SAP. All rights reserved. 32developers.sap.com @sapdevs
Conheça mais e engaje com a SAP!
CONHEÇA e APRENDA
CONSTRUA / CO-INOVE
COMERCIALIZE
© 2014 SAP. All rights reserved. 33developers.sap.com @sapdevs
Conheça mais e engaje com a SAP!
3 1
2
EXPLORE E CONHEÇA MAIS
SAP Community Network SCN
SAP Mobile Academy (online)
SAP UX Strategy
SAP Developer Center
OpenSAP
Redes Sociais
CONSTRUA / CRIE
Application Development Partner Center
EXPERIMENTE
Free Trials
SCN
Blogs
TORNE-SE UM PARCEIRO
SAP Partner Service Delivery
CERTIFIQUE SUA APLICAÇÃO
SAP Integration and Certification Center (ICC)
SAP Store
CO-INOVE
SAP Co-Innovation Lab (COIL)
COMERCIALIZE
SAP Store .
SAP PartnerEdge .
© 2014 SAP. All rights reserved. 34developers.sap.com @sapdevs
Referências
Introducing SAP Mobile Platform http://www.sapmobile-platform.com/
SCN http://scn.sap.com
SAP For Mobile http://scn.sap.com/community/mobile
SAP Mobile Platform Developer Center http://scn.sap.com/community/developer-center/mobility-platform
SAP Mobile Academy http://www.sapmobileacademy.com/
OpenSAP https://open.sap.com/course/mobile1
SAP Mobile Secure http://www.sapmobilesecure.com/
SMP Cloud https://help.hana.ondemand.com/mobile/frameset.htm
SAP UX Strategy https://experience.sap.com/post/show/111
SAP Developer Center http://developers.sap.com
SAP Fiori https://experience.sap.com/fiori
SAP Screen Personas http://wiki.scn.sap.com/wiki/display/Img/SAPScreenPersonas
OpenUI5 http://sap.github.io/openui5/
SAP Enterprise Mobile on youtube https://www.youtube.com/user/SAPEnterpriseMobile
SAP Mobile on slideshare http://www.slideshare.net/sapmobile/presentations
SAP Mobile on twitter https://twitter.com/SAPMobile
SAP Mobile on facebook https://www.facebook.com/SAPMobile
SAP Co-Innovation Lab http://coil.sap.com
Application Development Partner Center https://www.sapappsdevelopmentpartnercenter.com/en/get-started/mobile-applications/
SAP Store https://store.sap.com/sap/cpa/ui/resources/store/html/Solutions.html?pcntry=US&catID=MOB
SAP ICC http://scn.sap.com/community/icc
SAP Partner Edge https://websmp210.sap-ag.de/~sapidp/011000358700000787082012E/
© 2014 SAP. All rights reserved. 35developers.sap.com @sapdevs
How to get started…
developers.sap.com
• One-Stop Shop for SAP Developers
• Structured by developer topics (HANA, Mobile, Cloud, …)
• Guided developer experience
• Integrated in SCN
• Featured Developer Products
• SAP HANA
• Sybase ASE
• Sybase IQ
• SQL Anywhere
• HANA Cloud Platform
• SAP Mobile Platform
• NetWeaver ABAP
• NetWeaver Process Orchestration
• SAPUI5
• Powerbuilder
• Sybase Event Stream Processor
• SAP 3D Visual Enterprise
• SAP Lumira
• SAP Crystal Reports Dashboard
Designer
sap.github.io
© 2014 SAP. All rights reserved. 36developers.sap.com @sapdevs
Obrigado!
Learn&&Code
// SAP Developer Relations
@sapdevs
Ronildo Santos
Manager, SAP Co-Innovation Lab Brasil
@sapcoilbr
@ronildorsantos

Weitere ähnliche Inhalte

Was ist angesagt?

Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?CA Technologies
 
Sap Business One 8 8 Pl12 Innovazione Evoluzione & Futuro
Sap Business One 8 8 Pl12 Innovazione   Evoluzione & FuturoSap Business One 8 8 Pl12 Innovazione   Evoluzione & Futuro
Sap Business One 8 8 Pl12 Innovazione Evoluzione & FuturoMassimo Sala
 
2011 BtoB Magazine Net Marketer Seminar "Digital branded experiences"
2011 BtoB Magazine Net Marketer Seminar  "Digital branded experiences"2011 BtoB Magazine Net Marketer Seminar  "Digital branded experiences"
2011 BtoB Magazine Net Marketer Seminar "Digital branded experiences"Kevin Cox
 
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...CA Technologies
 
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your Organization
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your OrganizationPre-Con Ed: Interactive Session: Mainframe & DevOps in your Organization
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your OrganizationCA Technologies
 
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...CA Technologies
 
Sap fashion management intro
Sap fashion management introSap fashion management intro
Sap fashion management introManu Sharma
 
TechTalk: All You Want to Know About Docker and CA Testing Tools.
TechTalk: All You Want to Know About Docker and CA Testing Tools.TechTalk: All You Want to Know About Docker and CA Testing Tools.
TechTalk: All You Want to Know About Docker and CA Testing Tools.CA Technologies
 
Apache JMeter from the Ground Up
Apache JMeter from the Ground UpApache JMeter from the Ground Up
Apache JMeter from the Ground UpCA Technologies
 
Developing Custom Controls with UI5 (OpenUI5 video lecture)
Developing Custom Controls with UI5 (OpenUI5 video lecture)Developing Custom Controls with UI5 (OpenUI5 video lecture)
Developing Custom Controls with UI5 (OpenUI5 video lecture)Michael Graf
 
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...CA Technologies
 
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...CA Technologies
 
Tech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesTech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesCA Technologies
 
Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldCA Technologies
 
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...CA Technologies
 

Was ist angesagt? (17)

Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?
 
Sap Business One 8 8 Pl12 Innovazione Evoluzione & Futuro
Sap Business One 8 8 Pl12 Innovazione   Evoluzione & FuturoSap Business One 8 8 Pl12 Innovazione   Evoluzione & Futuro
Sap Business One 8 8 Pl12 Innovazione Evoluzione & Futuro
 
2011 BtoB Magazine Net Marketer Seminar "Digital branded experiences"
2011 BtoB Magazine Net Marketer Seminar  "Digital branded experiences"2011 BtoB Magazine Net Marketer Seminar  "Digital branded experiences"
2011 BtoB Magazine Net Marketer Seminar "Digital branded experiences"
 
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...
Pre-Con Ed: Discover the New CA App Experience Analytics 16.3 - The Omnichann...
 
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your Organization
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your OrganizationPre-Con Ed: Interactive Session: Mainframe & DevOps in your Organization
Pre-Con Ed: Interactive Session: Mainframe & DevOps in your Organization
 
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
 
Sap fashion management intro
Sap fashion management introSap fashion management intro
Sap fashion management intro
 
TechTalk: All You Want to Know About Docker and CA Testing Tools.
TechTalk: All You Want to Know About Docker and CA Testing Tools.TechTalk: All You Want to Know About Docker and CA Testing Tools.
TechTalk: All You Want to Know About Docker and CA Testing Tools.
 
Apache JMeter from the Ground Up
Apache JMeter from the Ground UpApache JMeter from the Ground Up
Apache JMeter from the Ground Up
 
SI presentation
SI presentationSI presentation
SI presentation
 
Developing Custom Controls with UI5 (OpenUI5 video lecture)
Developing Custom Controls with UI5 (OpenUI5 video lecture)Developing Custom Controls with UI5 (OpenUI5 video lecture)
Developing Custom Controls with UI5 (OpenUI5 video lecture)
 
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
 
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...
TechTalk: Going Full Circle - Linking Code to Tests to Requirements and Back ...
 
Tech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesTech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in Minutes
 
Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps World
 
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
 
Sap mobile apps_catalog
Sap mobile apps_catalogSap mobile apps_catalog
Sap mobile apps_catalog
 

Andere mochten auch

Mongol hel
Mongol helMongol hel
Mongol helobi0611
 
цахим тест 0
цахим тест 0цахим тест 0
цахим тест 0bulgan_2011
 
Groves Beginners Guide To Seo
Groves Beginners Guide To SeoGroves Beginners Guide To Seo
Groves Beginners Guide To SeoAnne Merkelson
 
отгонбилэг 1в анги
отгонбилэг  1в ангиотгонбилэг  1в анги
отгонбилэг 1в ангиobi0611
 
French cuffed tube study
French cuffed tube studyFrench cuffed tube study
French cuffed tube studyMurtaza Diwan
 
The Ceo Refresher Storytelling And Storymaps
The Ceo Refresher   Storytelling And StorymapsThe Ceo Refresher   Storytelling And Storymaps
The Ceo Refresher Storytelling And StorymapsAnne Merkelson
 
проект
проектпроект
проектSvet55
 
хэрэглэгдэхүүн
хэрэглэгдэхүүнхэрэглэгдэхүүн
хэрэглэгдэхүүнtugsuu48
 
төгсөө 48
төгсөө 48төгсөө 48
төгсөө 48tugsuu48
 
судалгаа 1
 судалгаа 1 судалгаа 1
судалгаа 1bulgan_2011
 
The Ceo Refresher Storytelling And Storymaps
The Ceo Refresher   Storytelling And StorymapsThe Ceo Refresher   Storytelling And Storymaps
The Ceo Refresher Storytelling And StorymapsAnne Merkelson
 
чингэс шүлэг 22
чингэс шүлэг 22чингэс шүлэг 22
чингэс шүлэг 22bulgan_2011
 
Different roles of_product_appearance_in_consumer_choice
Different roles of_product_appearance_in_consumer_choiceDifferent roles of_product_appearance_in_consumer_choice
Different roles of_product_appearance_in_consumer_choicethakoreanish
 
IoT on SAP HANA Cloud Platform
IoT on SAP HANA Cloud PlatformIoT on SAP HANA Cloud Platform
IoT on SAP HANA Cloud PlatformRonildo Santos
 
ө хувиргал-7
ө хувиргал-7 ө хувиргал-7
ө хувиргал-7 bulgan_2011
 

Andere mochten auch (18)

Mongol hel
Mongol helMongol hel
Mongol hel
 
цахим тест 0
цахим тест 0цахим тест 0
цахим тест 0
 
Groves Beginners Guide To Seo
Groves Beginners Guide To SeoGroves Beginners Guide To Seo
Groves Beginners Guide To Seo
 
отгонбилэг 1в анги
отгонбилэг  1в ангиотгонбилэг  1в анги
отгонбилэг 1в анги
 
French cuffed tube study
French cuffed tube studyFrench cuffed tube study
French cuffed tube study
 
The Ceo Refresher Storytelling And Storymaps
The Ceo Refresher   Storytelling And StorymapsThe Ceo Refresher   Storytelling And Storymaps
The Ceo Refresher Storytelling And Storymaps
 
проект
проектпроект
проект
 
хэрэглэгдэхүүн
хэрэглэгдэхүүнхэрэглэгдэхүүн
хэрэглэгдэхүүн
 
төгсөө 48
төгсөө 48төгсөө 48
төгсөө 48
 
Série Hush Hush
Série Hush HushSérie Hush Hush
Série Hush Hush
 
судалгаа 1
 судалгаа 1 судалгаа 1
судалгаа 1
 
The Ceo Refresher Storytelling And Storymaps
The Ceo Refresher   Storytelling And StorymapsThe Ceo Refresher   Storytelling And Storymaps
The Ceo Refresher Storytelling And Storymaps
 
Test
TestTest
Test
 
чингэс шүлэг 22
чингэс шүлэг 22чингэс шүлэг 22
чингэс шүлэг 22
 
Different roles of_product_appearance_in_consumer_choice
Different roles of_product_appearance_in_consumer_choiceDifferent roles of_product_appearance_in_consumer_choice
Different roles of_product_appearance_in_consumer_choice
 
ZAP_Dynamics_EBook
ZAP_Dynamics_EBookZAP_Dynamics_EBook
ZAP_Dynamics_EBook
 
IoT on SAP HANA Cloud Platform
IoT on SAP HANA Cloud PlatformIoT on SAP HANA Cloud Platform
IoT on SAP HANA Cloud Platform
 
ө хувиргал-7
ө хувиргал-7 ө хувиргал-7
ө хувиргал-7
 

Ähnlich wie Mobility at SAP TDC 2014 SP

Open Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernece
Open Source in Entperprises - A Presentation by SAP at OSCON 2014 ConferneceOpen Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernece
Open Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernecesanjay4sap
 
SAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateSAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateVitaliy Rudnytskiy
 
Welcome to SAP Community of Developers!
Welcome to SAP Community of Developers!Welcome to SAP Community of Developers!
Welcome to SAP Community of Developers!Vitaliy Rudnytskiy
 
Mobile pulse sept 2014
Mobile pulse sept 2014Mobile pulse sept 2014
Mobile pulse sept 2014Bjørn Sloth
 
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
 
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sap
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sapSAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sap
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sapARMarketing.org
 
A walkthrough on SAP Cloud Platform Mobile Services
A walkthrough on SAP Cloud Platform Mobile Services A walkthrough on SAP Cloud Platform Mobile Services
A walkthrough on SAP Cloud Platform Mobile Services Jitendra Kansal
 
A Comprehensive Guide to SAP's Cloud Analytics Roadmap
A Comprehensive Guide to SAP's Cloud Analytics RoadmapA Comprehensive Guide to SAP's Cloud Analytics Roadmap
A Comprehensive Guide to SAP's Cloud Analytics RoadmapSAPinsider Events
 
SAP Fiori Cloud Service webinar - June 10, 2016
SAP Fiori Cloud Service webinar - June 10, 2016SAP Fiori Cloud Service webinar - June 10, 2016
SAP Fiori Cloud Service webinar - June 10, 2016Laurent Rieu
 
SAP API Management sap insider webinar intelligent business operations netw...
SAP API Management   sap insider webinar intelligent business operations netw...SAP API Management   sap insider webinar intelligent business operations netw...
SAP API Management sap insider webinar intelligent business operations netw...Darren Crowder
 
Deploy s4 hana
Deploy s4 hanaDeploy s4 hana
Deploy s4 hanaDivya Goel
 
SAP Multichannel Customer Engagement
SAP Multichannel Customer EngagementSAP Multichannel Customer Engagement
SAP Multichannel Customer EngagementNEORIS
 
SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud PortalAmir Blich
 
SAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP Portal
 
SAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP Portal
 

Ähnlich wie Mobility at SAP TDC 2014 SP (20)

Notes
NotesNotes
Notes
 
Open Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernece
Open Source in Entperprises - A Presentation by SAP at OSCON 2014 ConferneceOpen Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernece
Open Source in Entperprises - A Presentation by SAP at OSCON 2014 Confernece
 
SAP Developer Center - March 2016 update
SAP Developer Center - March 2016 updateSAP Developer Center - March 2016 update
SAP Developer Center - March 2016 update
 
Welcome to SAP Community of Developers!
Welcome to SAP Community of Developers!Welcome to SAP Community of Developers!
Welcome to SAP Community of Developers!
 
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...
 
PSD Enablement Session "Mobile Reference Applications"
PSD Enablement Session "Mobile Reference Applications" PSD Enablement Session "Mobile Reference Applications"
PSD Enablement Session "Mobile Reference Applications"
 
Mobile pulse sept 2014
Mobile pulse sept 2014Mobile pulse sept 2014
Mobile pulse sept 2014
 
SAP Cloud Strategy
SAP Cloud StrategySAP Cloud Strategy
SAP Cloud Strategy
 
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
 
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sap
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sapSAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sap
SAP Presentation to Augmented Reality Marketing Conference Dublin 2015 sap
 
A walkthrough on SAP Cloud Platform Mobile Services
A walkthrough on SAP Cloud Platform Mobile Services A walkthrough on SAP Cloud Platform Mobile Services
A walkthrough on SAP Cloud Platform Mobile Services
 
A Comprehensive Guide to SAP's Cloud Analytics Roadmap
A Comprehensive Guide to SAP's Cloud Analytics RoadmapA Comprehensive Guide to SAP's Cloud Analytics Roadmap
A Comprehensive Guide to SAP's Cloud Analytics Roadmap
 
SAP Fiori Cloud Service webinar - June 10, 2016
SAP Fiori Cloud Service webinar - June 10, 2016SAP Fiori Cloud Service webinar - June 10, 2016
SAP Fiori Cloud Service webinar - June 10, 2016
 
SAP API Management sap insider webinar intelligent business operations netw...
SAP API Management   sap insider webinar intelligent business operations netw...SAP API Management   sap insider webinar intelligent business operations netw...
SAP API Management sap insider webinar intelligent business operations netw...
 
Deploy s4 hana
Deploy s4 hanaDeploy s4 hana
Deploy s4 hana
 
SAP Multichannel Customer Engagement
SAP Multichannel Customer EngagementSAP Multichannel Customer Engagement
SAP Multichannel Customer Engagement
 
SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud Portal
 
SAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview Presentation
 
SAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep Dive
 

Mobility at SAP TDC 2014 SP

  • 1. Ronildo Santos - Manager, SAP Co-innovation Lab Brasil SAP para Mobilidade The Developers Conference 2014
  • 2. © 2014 SAP. All rights reserved. 2developers.sap.com @sapdevs Sobre
  • 3. © 2014 SAP. All rights reserved. 3developers.sap.com @sapdevs SAP é mais do que ERP! Big Data Cloud Soluções Analíticas MobilidadeAplicações
  • 4. © 2014 SAP. All rights reserved. 4developers.sap.com @sapdevs Our customers produce more than 79% of the world’s chocolate.
  • 5. 5© 2014 SAP AG or an SAP affiliate company. All rights reserved. Our customers produce more than 77% of the world’s beer.
  • 6. 6© 2014 SAP AG or an SAP affiliate company. All rights reserved.
  • 7. 7© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade pessoal   Consumerização da Tecnologia  Facilidade de Uso, Experiência e Interface de Usuário  Dinamismo
  • 8. 8© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade pessoal 
  • 10. 10© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade empresarial
  • 11. 11© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade empresarial
  • 12. 12© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade empresarial 
  • 13. © 2014 SAP. All rights reserved. 13developers.sap.com @sapdevs Mobilidade SAP – visão geral Portfólio de aplicações móveis empresariais (ex.: Finanças, Vendas, Manufatura, HR, etc.) Solução MDM (Mobile Device Management) para gerenciamento dos dispositivos de uma empresa  SAP Store, nova estratégia de UI Plataforma de Desenvolvimento de Aplicações Móveis Empresariais (MEAP - Mobile Enterprise Applications Platform)
  • 14. © 2014 SAP. All rights reserved. 14developers.sap.com @sapdevs Pré-requisitos para uma aplicação móvel empresarial  Alavancar investimentos existentes em processos de negócio  Suportar múltiplos dispositivos e sistemas operacionais  Suportar um modelo que reduza o custo de propriedade  Gerenciável
  • 15. © 2014 SAP. All rights reserved. 15developers.sap.com @sapdevs Esforço para criação de uma nova aplicação móvel Desenvolvimento da Aplicação 20% Infraestrutura e Serviços da Plataforma 80%  Integração c/ aplicações de negócio  Acesso offline e sincronização  Autenticação  Segurança dos dados  Versionamento e ciclo de vida  Notificações  Relatórios e análises
  • 16. © 2014 SAP. All rights reserved. 16developers.sap.com @sapdevs SAP Mobile Platform 3.0 – uma plataforma aberta HTML5 use qualquer web tooling na SMP3 HTTP REST protocolo padrão que desacopla a dependência em SDKs liberados pela SAP OData modelo padrão que desacopla o backend do frontend Cordova combina plugins empresariais da SAP com plugins terceiros OSGi Spring reutilize atualizações dinâmicas, versionamento e modelos para simplificar a complexidade
  • 17. © 2014 SAP. All rights reserved. 17developers.sap.com @sapdevs SMP – Integração com diferentes backends SMP OData ODataSOAPJDBCNon-OData REST services Avatar / Gateway Java SAP and non-SAP back ends
  • 18. © 2014 SAP. All rights reserved. 18developers.sap.com @sapdevs Logging/Tracing Segurança (Vault/AES 256-bit Encryption) Persistência (OData Doc Cache handling com suporte delta) Synch Support Offline DB e Outbound Queue Conectividade Nativo Hibrido Player Notificações (Push) Autenticação (SSO2 , Certificados) LCM (Provisionamento de Recursos) SMP Client Componentes Principais Camada de Acesso a Dados SAP Mobile Platform - Client
  • 19. © 2014 SAP. All rights reserved. 19developers.sap.com @sapdevs Example: Logon Manager InitLogonManager(); MAFLogonManager logonManager = MAFLogonManager.GetInstance(); 58Lines of code (MAF) 1756Lines of code (native) vs. This is the current state of planning and may be changed by SAP at any time. SAP Mobile Platform – Client : Mobile Application Framework
  • 20. © 2014 SAP. All rights reserved. 20developers.sap.com @sapdevs SAP Mobile Platform – Tooling APNS/GCM Gateway Java 3rd Party System GW Add-On Syclo Add-On (Exchange Tables) OData Modeler OSGi Custom Server Extension SMP 3.0 Event Data Transformation Tooling OData OData SAP Backend ERP, CRM, BW, HANA, etc. Agentry Agentry Editor Mobiliser Mobile Web Value Add:  User Onboarding  ŸOnline OData Calls  ŸOData Delta Queries  ŸBatch OData Calls  ŸPush Notifications Kapsel Tooling in NetWeaver (transaction SEGW) XCode Android Development Tools MobileApp Workbench Blackberry Win8/phone Simple Deployment App Builder Browser Based SMS Builder
  • 21. © 2014 SAP. All rights reserved. 21developers.sap.com @sapdevs SAP Mobile Platform – Tooling : AppBuilder Utiliza controles UI5 Modelos de aplicação pré-definidos “Clique” uma app pronta em minutos 1 clique para distribuir para o client Kapsel Designer do tipo arrastar e soltar Open HTML5 Tool that Interoperates with Popular Web Design Tools
  • 22. © 2014 SAP. All rights reserved. 22developers.sap.com @sapdevs SAP Mobile Platform – Tooling : OData Modeler Disponível com Gateway Productivity Accelerator (GWPA) > Update site: https://tools.hana.ondemand.com/#gateway
  • 23. © 2014 SAP. All rights reserved. 23developers.sap.com @sapdevs Eclipse Based Tooling incluido no Gateway Productivity Accelerator (GWPA) SAP Mobile Platform – Tooling : Gateway Java Mapeie interfaces backend para OData
  • 24. © 2014 SAP. All rights reserved. 24developers.sap.com @sapdevs SAP Mobile Platform – Tooling : SMS Builder Construa aplicações baseadas em SMS
  • 25. © 2014 SAP. All rights reserved. 25developers.sap.com @sapdevs SAP Mobile Platform – Server e Admin : Notificações (push) Configure notificações para:  iOS  Android  BlackBerry  Windows 8, Windows Phone
  • 26. © 2014 SAP. All rights reserved. 26developers.sap.com @sapdevs Relatórios de uso por:  Usuário  Tipo de dispositivo  Aplicação  Fornecedor  Versão  Intervalo de data SAP Mobile Platform – Server e Admin : App Analytics
  • 27. © 2014 SAP. All rights reserved. 27developers.sap.com @sapdevs SAP Mobile Platform – Server e Admin : Trace e Runtime Analysis  Exibição gráfica de runtimes – por app ou para todas as apps  Log e Trace detalhados Runtime Analysis Logs de Erro Trace detalhado
  • 28. 28© 2014 SAP AG or an SAP affiliate company. All rights reserved. Mobilidade empresarial 
  • 29. © 2014 SAP. All rights reserved. 32developers.sap.com @sapdevs Conheça mais e engaje com a SAP! CONHEÇA e APRENDA CONSTRUA / CO-INOVE COMERCIALIZE
  • 30. © 2014 SAP. All rights reserved. 33developers.sap.com @sapdevs Conheça mais e engaje com a SAP! 3 1 2 EXPLORE E CONHEÇA MAIS SAP Community Network SCN SAP Mobile Academy (online) SAP UX Strategy SAP Developer Center OpenSAP Redes Sociais CONSTRUA / CRIE Application Development Partner Center EXPERIMENTE Free Trials SCN Blogs TORNE-SE UM PARCEIRO SAP Partner Service Delivery CERTIFIQUE SUA APLICAÇÃO SAP Integration and Certification Center (ICC) SAP Store CO-INOVE SAP Co-Innovation Lab (COIL) COMERCIALIZE SAP Store . SAP PartnerEdge .
  • 31. © 2014 SAP. All rights reserved. 34developers.sap.com @sapdevs Referências Introducing SAP Mobile Platform http://www.sapmobile-platform.com/ SCN http://scn.sap.com SAP For Mobile http://scn.sap.com/community/mobile SAP Mobile Platform Developer Center http://scn.sap.com/community/developer-center/mobility-platform SAP Mobile Academy http://www.sapmobileacademy.com/ OpenSAP https://open.sap.com/course/mobile1 SAP Mobile Secure http://www.sapmobilesecure.com/ SMP Cloud https://help.hana.ondemand.com/mobile/frameset.htm SAP UX Strategy https://experience.sap.com/post/show/111 SAP Developer Center http://developers.sap.com SAP Fiori https://experience.sap.com/fiori SAP Screen Personas http://wiki.scn.sap.com/wiki/display/Img/SAPScreenPersonas OpenUI5 http://sap.github.io/openui5/ SAP Enterprise Mobile on youtube https://www.youtube.com/user/SAPEnterpriseMobile SAP Mobile on slideshare http://www.slideshare.net/sapmobile/presentations SAP Mobile on twitter https://twitter.com/SAPMobile SAP Mobile on facebook https://www.facebook.com/SAPMobile SAP Co-Innovation Lab http://coil.sap.com Application Development Partner Center https://www.sapappsdevelopmentpartnercenter.com/en/get-started/mobile-applications/ SAP Store https://store.sap.com/sap/cpa/ui/resources/store/html/Solutions.html?pcntry=US&catID=MOB SAP ICC http://scn.sap.com/community/icc SAP Partner Edge https://websmp210.sap-ag.de/~sapidp/011000358700000787082012E/
  • 32. © 2014 SAP. All rights reserved. 35developers.sap.com @sapdevs How to get started… developers.sap.com • One-Stop Shop for SAP Developers • Structured by developer topics (HANA, Mobile, Cloud, …) • Guided developer experience • Integrated in SCN • Featured Developer Products • SAP HANA • Sybase ASE • Sybase IQ • SQL Anywhere • HANA Cloud Platform • SAP Mobile Platform • NetWeaver ABAP • NetWeaver Process Orchestration • SAPUI5 • Powerbuilder • Sybase Event Stream Processor • SAP 3D Visual Enterprise • SAP Lumira • SAP Crystal Reports Dashboard Designer sap.github.io
  • 33. © 2014 SAP. All rights reserved. 36developers.sap.com @sapdevs Obrigado! Learn&&Code // SAP Developer Relations @sapdevs Ronildo Santos Manager, SAP Co-Innovation Lab Brasil @sapcoilbr @ronildorsantos