SlideShare ist ein Scribd-Unternehmen logo
1 von 16
WHAT ARE THOSE “APIS” AND
HOW DO THEY HELP US?
Antonius Gress (GS/PJ-DIA)
Dominik Hein (GS/ACE8)
Jens Kuenzl (CI/ACM-CP)
Excerpt of presentation from 10/2018
WHAT ARE “APIS” –
AND HOW DO THEY HELP US?
Motivation Digitization Pain Points
Overview What is anAPI?
Best Practices Learningfrom others
WHAT ARE “APIS” –
AND HOW DO THEY HELP US?
Motivation Digitization Pain Points
Overview What is anAPI?
Best Practices Learningfrom others
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
4
Initial Situation -Digitization Pain Points
Digitizationand AutomationofProcesses oftenspan across manyinternaland external IT Applications
 Hundredsof data silos (ERP, non-ERPdatabases, shareddrives, Excel
workarounds,…)
 No centraloverview on what data is available where
 Every Digitization / Data Analytics / Process Automation project starts with the
same problem:
A long, frustrating and expensive journey on where tofind and how to get
the needed dataand accesses.
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
5
Digitization Pain Points – Solution “RPA”
 Risky (changeof user interfaces) and costly inbot adaption effort
incase of user interface changes
(e.g. new SAP release that affects all SAP Bots)
 Security, that the bot does not fail, when user interface changes
is expensive
 Maintenance& support costs high
Solution 1: AutomationviaGraphical User Interface
(oftenusedinRobotic Process Automation)
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
6
Digitization Pain Points – Solution “RPA”
 Systems already inplace or in ramp-up(DaLi, REDLake)
and contain various data sources in (near) real time
 Main scope of these systems is BI, not process automization
 Only Read Access, no data can be updated insource systems
Solution 2: Usage ofCentralData RepositorytoAccess Data fromvariousSystems
App 1 App 2 SAP
REDLake
Additional Integration Method is needed!
What are those "APIs" and how do they help us?
Internal|CF/ACE8| 2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
7
Current Set of Automation Levelsand Methodsin Accounting
Hybrid Automation Approach
Excel,Catalytic, ….
GUI XT, API,…
Automation of manual accounting tasks happens on different layers and requires RPA today.
WHAT ARE “APIS” –
AND HOW DO THEY HELP US?
Motivation Digitization Pain Points
Overview What is anAPI?
– Theory
– Advantages
Best Practices Learningfrom others
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
9
What is an API? - Theory
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
10
What is an API? - Theory
An Application Programming Interface (API) is a set of functions, procedures, methods orclasses used by computer programs torequest services from
the operating system, software libraries orany other service providers running on the computer.
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
11
What is an API? – Advantages
 Automation will becheaper and safer => stable APIs can be integrated into processes instead ofRPA
 Reducing complexity of architectures by having one central point for accessing the data
 Applications can consume fromother applications without user interaction (E2E Automation Enabler)
 Easy integration with external applications / partners
 Applications with APIs are scalableandhave real-time content capability
 Externalizable Revenue / Economies ofScale
 Cross unit synergies enormous (CP +CF e.g.)
 Reusability of APIs for multiple use cases
WHAT ARE “APIS” –
AND HOW DO THEY HELP US?
Motivation Digitization Pain Points
Overview What is anAPI?
Best Practices Learningfrom others
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
13
Learning from others -Amazon
Extractletter Amazon CEO Jeff Bezos 2002toAmazon employees
All teams will henceforth expose their dataand functionality throughservice interfaces (= APIs).
[…]
Anyonewho doesn't dothis will be fired.
This led to a transformation into a services-firstcompany and into the big platform Amazon is today.Platformsonly work with service-
oriented architectures. AWS (Amazon Web Services = Amazon Cloud = Cashcow of Amazon) was built from scratch with this approach.
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
14
Learning from others -MSC
MSC– Mediterranean Shipping Company (2nd biggest ocean carrier worldwide)
 MSC interacts with >90% of their suppliers via API, earlier MSCused EDIFACT
 Changewas a strategic decision (between the lines: “no-brainer”) – as therewas muchless effort seen on both sides of thesupplier / customer
relationship (significant manual work reduction). Unfortunatelybenefits havenever been quantified by MSC.
Every company is different – Benefits have tobe checked case bycase.
What are those "APIs" and how do they help us?
Internal|CP/PJ-DIA|2018-10-16
©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights.
15
Learning from others – own experiences at Bosch
Special Freight - SoFa (Sonderfahrten)
Save
working
time
The Past:
3differentSystems
DataismanuallyinsertedintoLISA*
Increase
dataquality
Time savingper SoFa
Decreasingnumber of errorsperSoFa
iSTAR
Map
&
Guide
LISA
2.0
iSTAR
LISA
2.0
Map &
Guide
LISA
2.0
Map &
Guide
iSTAR
The Present:
1System
AutomateddatarequestwithAPI
Reduce
leadtimes
• Savings: 1.5 FTE
• Map& Guide +iSTAR API
meanwhile used in 5 other
usecases (counting) APIs are
unlocking further (not
foreseeable) inno& efficiency
gains!  enable innovation
over cost mindset forfront-runner
project
*LISA: Live Intelligent SoFa Assistant(Toolfororganizing SoFas)
Map&Guide: Program forcalculatingdistancesand timesdepending on Truck types
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Aircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
Aircraft IT MRO eJournal "Airworthiness is Changing" How I See ITAircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
Aircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
Michael Denis
 

Was ist angesagt? (20)

Digital Innovation in Aviation
Digital Innovation in AviationDigital Innovation in Aviation
Digital Innovation in Aviation
 
2018 McRock Capital IIoT Symposium: Antonio Pietri, Aspentech
2018 McRock Capital IIoT Symposium: Antonio Pietri, Aspentech2018 McRock Capital IIoT Symposium: Antonio Pietri, Aspentech
2018 McRock Capital IIoT Symposium: Antonio Pietri, Aspentech
 
The Internet of Flying Things - Part 1
The Internet of Flying Things - Part 1The Internet of Flying Things - Part 1
The Internet of Flying Things - Part 1
 
AIOps, IT Analytics, and Business Performance: What’s Needed and What Works
AIOps, IT Analytics, and Business Performance: What’s Needed and What Works AIOps, IT Analytics, and Business Performance: What’s Needed and What Works
AIOps, IT Analytics, and Business Performance: What’s Needed and What Works
 
AI-based OPTIMIZATION SOLUTIONS For Industrial Digital Transformation Industr...
AI-based OPTIMIZATION SOLUTIONS For Industrial Digital Transformation Industr...AI-based OPTIMIZATION SOLUTIONS For Industrial Digital Transformation Industr...
AI-based OPTIMIZATION SOLUTIONS For Industrial Digital Transformation Industr...
 
Digital Transformation. Examples from Automotive Industry
Digital Transformation. Examples from Automotive IndustryDigital Transformation. Examples from Automotive Industry
Digital Transformation. Examples from Automotive Industry
 
Delivery positionnig 2017 v2
Delivery positionnig 2017   v2Delivery positionnig 2017   v2
Delivery positionnig 2017 v2
 
2018 10-man machinecollaboration-withvideolinks
2018 10-man machinecollaboration-withvideolinks2018 10-man machinecollaboration-withvideolinks
2018 10-man machinecollaboration-withvideolinks
 
Industry X.0 - Realizing Digital Value in Industrial Sectors
Industry X.0 - Realizing Digital Value in Industrial SectorsIndustry X.0 - Realizing Digital Value in Industrial Sectors
Industry X.0 - Realizing Digital Value in Industrial Sectors
 
Your Role in the Ecosystem
Your Role in the EcosystemYour Role in the Ecosystem
Your Role in the Ecosystem
 
Big Bang Disruption
Big Bang DisruptionBig Bang Disruption
Big Bang Disruption
 
Technological Trends in a Disruptive Age
Technological Trends in a Disruptive AgeTechnological Trends in a Disruptive Age
Technological Trends in a Disruptive Age
 
Aircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
Aircraft IT MRO eJournal "Airworthiness is Changing" How I See ITAircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
Aircraft IT MRO eJournal "Airworthiness is Changing" How I See IT
 
10 IT Infrastructure & Operations Trends for 2019
10 IT Infrastructure & Operations Trends for 201910 IT Infrastructure & Operations Trends for 2019
10 IT Infrastructure & Operations Trends for 2019
 
IoT & Social Innovation at Hitachi
IoT & Social Innovation at HitachiIoT & Social Innovation at Hitachi
IoT & Social Innovation at Hitachi
 
Enterprise Architecture - The Linchpin between Corporate Governance & IT Gove...
Enterprise Architecture - The Linchpin between Corporate Governance & IT Gove...Enterprise Architecture - The Linchpin between Corporate Governance & IT Gove...
Enterprise Architecture - The Linchpin between Corporate Governance & IT Gove...
 
Top 5 SPM Vendors: A Spectrum Technologies Perspective
Top 5 SPM Vendors: A Spectrum Technologies PerspectiveTop 5 SPM Vendors: A Spectrum Technologies Perspective
Top 5 SPM Vendors: A Spectrum Technologies Perspective
 
T13.Fujitsu World Tour India 2016-World is your Workplace
T13.Fujitsu World Tour India 2016-World is your WorkplaceT13.Fujitsu World Tour India 2016-World is your Workplace
T13.Fujitsu World Tour India 2016-World is your Workplace
 
Telecom Companies: Building Blocks for the Digital Revolution
Telecom Companies:  Building Blocks for the Digital RevolutionTelecom Companies:  Building Blocks for the Digital Revolution
Telecom Companies: Building Blocks for the Digital Revolution
 
Karol Kalisz, Vitaliy Rudnytskiy: Mobile in IoT Context ? Mobile Applications...
Karol Kalisz, Vitaliy Rudnytskiy: Mobile in IoT Context ? Mobile Applications...Karol Kalisz, Vitaliy Rudnytskiy: Mobile in IoT Context ? Mobile Applications...
Karol Kalisz, Vitaliy Rudnytskiy: Mobile in IoT Context ? Mobile Applications...
 

Ähnlich wie Automation API

AI in practice – creating impact and developing strategy.pptx
AI in practice – creating impact and developing strategy.pptxAI in practice – creating impact and developing strategy.pptx
AI in practice – creating impact and developing strategy.pptx
dakshgupta54
 
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPPProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
ProgrammableWeb
 
Case Study Sap Establishing A Research Center Over China
Case Study Sap Establishing  A Research Center Over ChinaCase Study Sap Establishing  A Research Center Over China
Case Study Sap Establishing A Research Center Over China
Lakeisha Jones
 
Why should C-Level care about APIs? It's the new economy, stupid.
Why should C-Level care about APIs? It's the new economy, stupid.Why should C-Level care about APIs? It's the new economy, stupid.
Why should C-Level care about APIs? It's the new economy, stupid.
Fabernovel
 

Ähnlich wie Automation API (20)

The 10 Best Data Analytics And BI Platforms And Tools In 2020
The 10 Best Data Analytics And BI Platforms And Tools In 2020The 10 Best Data Analytics And BI Platforms And Tools In 2020
The 10 Best Data Analytics And BI Platforms And Tools In 2020
 
Mining intelligent insights with ease: AI/ML for Financial Services
Mining intelligent insights with ease: AI/ML for Financial ServicesMining intelligent insights with ease: AI/ML for Financial Services
Mining intelligent insights with ease: AI/ML for Financial Services
 
Accelerate your digital transformation September 2018
Accelerate your digital transformation September 2018Accelerate your digital transformation September 2018
Accelerate your digital transformation September 2018
 
Artificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In BusinessArtificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In Business
 
CWIN17 New-York / demanding markets digital business dynamic outcomes
CWIN17 New-York / demanding markets digital business dynamic outcomesCWIN17 New-York / demanding markets digital business dynamic outcomes
CWIN17 New-York / demanding markets digital business dynamic outcomes
 
AI in practice – creating impact and developing strategy.pptx
AI in practice – creating impact and developing strategy.pptxAI in practice – creating impact and developing strategy.pptx
AI in practice – creating impact and developing strategy.pptx
 
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschapIoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
 
Machine learning 060517
Machine learning 060517Machine learning 060517
Machine learning 060517
 
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPPProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
ProgrammablaWeb's Innovation Showcase: Stefan Zanetti, Founder/CEO, QIPP
 
AIOps Roundtable Munich 2018
AIOps Roundtable Munich 2018AIOps Roundtable Munich 2018
AIOps Roundtable Munich 2018
 
What is a Use of Artificial Intelligence in ERP? – By Kanakinfosystems
What is a Use of Artificial Intelligence in ERP? – By KanakinfosystemsWhat is a Use of Artificial Intelligence in ERP? – By Kanakinfosystems
What is a Use of Artificial Intelligence in ERP? – By Kanakinfosystems
 
Unifying IT with Outcome-Aware AIOps
Unifying IT with Outcome-Aware AIOps  Unifying IT with Outcome-Aware AIOps
Unifying IT with Outcome-Aware AIOps
 
What is the API economy?
What is the API economy?What is the API economy?
What is the API economy?
 
Sap in memory computing technology
Sap in memory computing technologySap in memory computing technology
Sap in memory computing technology
 
Case Study Sap Establishing A Research Center Over China
Case Study Sap Establishing  A Research Center Over ChinaCase Study Sap Establishing  A Research Center Over China
Case Study Sap Establishing A Research Center Over China
 
Infrastructure Designed for Cognitive Workloads: Why is it Crucial? - Xavier ...
Infrastructure Designed for Cognitive Workloads: Why is it Crucial? - Xavier ...Infrastructure Designed for Cognitive Workloads: Why is it Crucial? - Xavier ...
Infrastructure Designed for Cognitive Workloads: Why is it Crucial? - Xavier ...
 
La Inteligencia Artificial aplicada en los negocios
La Inteligencia Artificial aplicada en los negocios La Inteligencia Artificial aplicada en los negocios
La Inteligencia Artificial aplicada en los negocios
 
Why should C-Level care about APIs? It's the new economy, stupid.
Why should C-Level care about APIs? It's the new economy, stupid.Why should C-Level care about APIs? It's the new economy, stupid.
Why should C-Level care about APIs? It's the new economy, stupid.
 
AI APIs as a Catalyst for Machine Learning Initiatives
AI APIs as a Catalyst for Machine Learning InitiativesAI APIs as a Catalyst for Machine Learning Initiatives
AI APIs as a Catalyst for Machine Learning Initiatives
 
eBay Intelligent Architecture
eBay Intelligent ArchitectureeBay Intelligent Architecture
eBay Intelligent Architecture
 

Mehr von Michael Alf (6)

Your Firm Everywhere Now Marketing for Chiros PowerPoint
Your Firm Everywhere Now Marketing for Chiros PowerPointYour Firm Everywhere Now Marketing for Chiros PowerPoint
Your Firm Everywhere Now Marketing for Chiros PowerPoint
 
Your Firm Everywhere Now Marketing for Accountants PowerPoint
Your Firm Everywhere Now Marketing for Accountants PowerPointYour Firm Everywhere Now Marketing for Accountants PowerPoint
Your Firm Everywhere Now Marketing for Accountants PowerPoint
 
Your Firm Everywhere Now Marketing for Cosmetic Surgeons AU PowerPoint
Your Firm Everywhere Now Marketing for Cosmetic Surgeons AU PowerPointYour Firm Everywhere Now Marketing for Cosmetic Surgeons AU PowerPoint
Your Firm Everywhere Now Marketing for Cosmetic Surgeons AU PowerPoint
 
Your Firm Everywhere Now Marketing for Restaurants AU PowerPoint
Your Firm Everywhere Now Marketing for Restaurants AU PowerPointYour Firm Everywhere Now Marketing for Restaurants AU PowerPoint
Your Firm Everywhere Now Marketing for Restaurants AU PowerPoint
 
Your Firm Everywhere Now Marketing for Lawyers PowerPoint
Your Firm Everywhere Now Marketing for Lawyers PowerPointYour Firm Everywhere Now Marketing for Lawyers PowerPoint
Your Firm Everywhere Now Marketing for Lawyers PowerPoint
 
Your Firm Everywhere Now Brand Establisher PowerPoint
Your Firm Everywhere Now Brand Establisher PowerPointYour Firm Everywhere Now Brand Establisher PowerPoint
Your Firm Everywhere Now Brand Establisher PowerPoint
 

Kürzlich hochgeladen

Orientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdfOrientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdf
Elizabeth Walsh
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
EADTU
 

Kürzlich hochgeladen (20)

UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
Michaelis Menten Equation and Estimation Of Vmax and Tmax.pptx
Michaelis Menten Equation and Estimation Of Vmax and Tmax.pptxMichaelis Menten Equation and Estimation Of Vmax and Tmax.pptx
Michaelis Menten Equation and Estimation Of Vmax and Tmax.pptx
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Orientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdfOrientation Canvas Course Presentation.pdf
Orientation Canvas Course Presentation.pdf
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Ernest Hemingway's For Whom the Bell Tolls
Ernest Hemingway's For Whom the Bell TollsErnest Hemingway's For Whom the Bell Tolls
Ernest Hemingway's For Whom the Bell Tolls
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 

Automation API

  • 1. WHAT ARE THOSE “APIS” AND HOW DO THEY HELP US? Antonius Gress (GS/PJ-DIA) Dominik Hein (GS/ACE8) Jens Kuenzl (CI/ACM-CP) Excerpt of presentation from 10/2018
  • 2. WHAT ARE “APIS” – AND HOW DO THEY HELP US? Motivation Digitization Pain Points Overview What is anAPI? Best Practices Learningfrom others
  • 3. WHAT ARE “APIS” – AND HOW DO THEY HELP US? Motivation Digitization Pain Points Overview What is anAPI? Best Practices Learningfrom others
  • 4. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 4 Initial Situation -Digitization Pain Points Digitizationand AutomationofProcesses oftenspan across manyinternaland external IT Applications  Hundredsof data silos (ERP, non-ERPdatabases, shareddrives, Excel workarounds,…)  No centraloverview on what data is available where  Every Digitization / Data Analytics / Process Automation project starts with the same problem: A long, frustrating and expensive journey on where tofind and how to get the needed dataand accesses.
  • 5. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 5 Digitization Pain Points – Solution “RPA”  Risky (changeof user interfaces) and costly inbot adaption effort incase of user interface changes (e.g. new SAP release that affects all SAP Bots)  Security, that the bot does not fail, when user interface changes is expensive  Maintenance& support costs high Solution 1: AutomationviaGraphical User Interface (oftenusedinRobotic Process Automation)
  • 6. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 6 Digitization Pain Points – Solution “RPA”  Systems already inplace or in ramp-up(DaLi, REDLake) and contain various data sources in (near) real time  Main scope of these systems is BI, not process automization  Only Read Access, no data can be updated insource systems Solution 2: Usage ofCentralData RepositorytoAccess Data fromvariousSystems App 1 App 2 SAP REDLake Additional Integration Method is needed!
  • 7. What are those "APIs" and how do they help us? Internal|CF/ACE8| 2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 7 Current Set of Automation Levelsand Methodsin Accounting Hybrid Automation Approach Excel,Catalytic, …. GUI XT, API,… Automation of manual accounting tasks happens on different layers and requires RPA today.
  • 8. WHAT ARE “APIS” – AND HOW DO THEY HELP US? Motivation Digitization Pain Points Overview What is anAPI? – Theory – Advantages Best Practices Learningfrom others
  • 9. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 9 What is an API? - Theory
  • 10. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 10 What is an API? - Theory An Application Programming Interface (API) is a set of functions, procedures, methods orclasses used by computer programs torequest services from the operating system, software libraries orany other service providers running on the computer.
  • 11. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 11 What is an API? – Advantages  Automation will becheaper and safer => stable APIs can be integrated into processes instead ofRPA  Reducing complexity of architectures by having one central point for accessing the data  Applications can consume fromother applications without user interaction (E2E Automation Enabler)  Easy integration with external applications / partners  Applications with APIs are scalableandhave real-time content capability  Externalizable Revenue / Economies ofScale  Cross unit synergies enormous (CP +CF e.g.)  Reusability of APIs for multiple use cases
  • 12. WHAT ARE “APIS” – AND HOW DO THEY HELP US? Motivation Digitization Pain Points Overview What is anAPI? Best Practices Learningfrom others
  • 13. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 13 Learning from others -Amazon Extractletter Amazon CEO Jeff Bezos 2002toAmazon employees All teams will henceforth expose their dataand functionality throughservice interfaces (= APIs). […] Anyonewho doesn't dothis will be fired. This led to a transformation into a services-firstcompany and into the big platform Amazon is today.Platformsonly work with service- oriented architectures. AWS (Amazon Web Services = Amazon Cloud = Cashcow of Amazon) was built from scratch with this approach.
  • 14. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 14 Learning from others -MSC MSC– Mediterranean Shipping Company (2nd biggest ocean carrier worldwide)  MSC interacts with >90% of their suppliers via API, earlier MSCused EDIFACT  Changewas a strategic decision (between the lines: “no-brainer”) – as therewas muchless effort seen on both sides of thesupplier / customer relationship (significant manual work reduction). Unfortunatelybenefits havenever been quantified by MSC. Every company is different – Benefits have tobe checked case bycase.
  • 15. What are those "APIs" and how do they help us? Internal|CP/PJ-DIA|2018-10-16 ©RobertBoschGmbH2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asintheeventof applicationsforindustrial propertyrights. 15 Learning from others – own experiences at Bosch Special Freight - SoFa (Sonderfahrten) Save working time The Past: 3differentSystems DataismanuallyinsertedintoLISA* Increase dataquality Time savingper SoFa Decreasingnumber of errorsperSoFa iSTAR Map & Guide LISA 2.0 iSTAR LISA 2.0 Map & Guide LISA 2.0 Map & Guide iSTAR The Present: 1System AutomateddatarequestwithAPI Reduce leadtimes • Savings: 1.5 FTE • Map& Guide +iSTAR API meanwhile used in 5 other usecases (counting) APIs are unlocking further (not foreseeable) inno& efficiency gains!  enable innovation over cost mindset forfront-runner project *LISA: Live Intelligent SoFa Assistant(Toolfororganizing SoFas) Map&Guide: Program forcalculatingdistancesand timesdepending on Truck types