16
The Calltaker / A Fiori-like app SAP Inside Track NL 2013 Wim Snoep & Leo van Hengel Let’s take that call!

SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Embed Size (px)

DESCRIPTION

SAP Inside Track Netherlands 2013. Building a Fiori like app. Building an app with SAPUI5 & SAP NetWeaver Gateway.

Citation preview

Page 1: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

The Calltaker / A Fiori-like app

SAP Inside Track NL 2013

Wim Snoep & Leo van Hengel

Let’s take that call!

Page 2: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

ChallengeUser is frustrated

I can’t find the ‘save’ button I did click. Nothing happens, why?

On which tab was the order number again? Why do I have to go through 10

screens to change the address

Page 3: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Create failure notification in SAPBasis steps for creating a

notification in SAP PM1. First step is to enter a reference

object2. Enter coding or damage report3. Fill a description4. Extra information in long text5. Optional entry if there is a

failure.

1

23

4

optional

Page 4: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Challenge

Bad User Interface design

How to design a better UI?

Page 5: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Solution

User in the center!

Page 6: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Ideal image creating a notification

• Quick access to information based on entered address– Enter postalcode and housenumber– Based on housenumber search for a reference

object in SAP– Display all open and in progress notifications

based on the found object via address search– Display damage report for notifications and history

when these notifications were created

Page 7: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Prototype

Page 8: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Fiori or Custom Fiori-likeArchitecture

SAP NetWeaver Gateway

SAP Business Suite

SAPUI5

StandardFiori apps

Custom Fiori like apps

Page 9: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

NetWeaver Gateway - Option A

Transaction ‘segw’ on gateway system, map and build services

Optionally use Eclipse oData modeler and import data

For stack level reasons we used option A.

Page 10: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

NetWeaver Gateway - Option B

• IW_BEP add-on in backend.

• Build via ABAP OO. Only add the service in gateway.

Page 11: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Demo

Page 12: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Let’s build a Fiori-like App with SAPUI5

It even gets better!

Page 13: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Cooking a Fiori-like app with blue crystal (theme)

Page 14: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Best Practice for Building Mobile Applications

Page 15: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

Demo

Page 16: SAP Inside Track Netherlands 2013, The Calltaker, building a fiori like app

SAPUI5 Open Source!