cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure sap fiori application on mobile?

former_member182645
Participant
0 Kudos

k now i configured my leave request to fiori launch pad.

what is next step? any document?

1) how to expose outside company environment?

2) how to configure on mobile?

3) how to configute on andriod and other device?

i downloaded FIORI client on iphone

but confuse about URL. wht url i have to provide?

Message was edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

former_member182874
Active Contributor
0 Kudos

1) how to expose outside company environment? : You need to expose your internal URL to web dispatcher. Configure Webdispatcher for the same.

2) how to configure on mobile? : If you want to run the app internally, your mobile network connection should be in company's landscape/ VPN. Alternatively, if your webdispatcher is configured and you have a proper domain like myfioriUrl.com//sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html. Then you can either run through normal mobile browser or for ease run on Fiori Client (Where you need to configure your webdispatcher URL)

3) how to configure on android and other device? : Download SAP Fiori Client from Android playstore or Istore for apple. Where you need to configure your webdispatcher URL and you can run the launchpad URL and access the app.

For more info on how to configure web dispatcher : SAP Web Dispatcher Configuration Reference - User Interface Add-On for SAP NetWeaver - SAP Library

0 Kudos

This message was moderated.

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Most Fiori resources are available here:

You can access the application from internet with the help of reverse proxy (for security).

You can run the web app url in chrome/safari browser in mobile/desktop.

Fiori client is available for Android and iOS, where you have option to enter the URL.

Regards,

Midhun VP

former_member182645
Participant
0 Kudos

hi midhun

thanks for reply.

i also know that but i am confuse about URL...

which URL i have to give?

application url or server url?

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Radhesh,

URL for starting SAP Fiori launchpad is

https: //<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html.

Regards, Masa

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Midhun, is there no way of setting the url for the user of the iOS app ?

Managed iOS App Configurations or Afaria Client SLL ?

Peter

midhun_vp
Active Contributor
0 Kudos

Hi Peter,

I believe you can pre-configure url by adding configuration for the app (I haven't tried it myself). You have to encode below details (json) using https://www.base64encode.org/

{

"appID":"fiori",

"fioriURL":"https://demo-fioritrial.dispatcher.hana.ondemand.com/sap/hana/uis/clients/ushell-app/shells/fiori/Fi...",

"fioriURLIsSMP":false,

"passcodePolicy":{}

}

Another option is to create a custom Fiori Client (SAP Custom Fiori Client - YouTube, ) with pre-configured URL.

Regards, Midhun

SAP Technology RIG

Former Member
0 Kudos

Midhun,

Did you get a chance to confirm the above approach where we can update the json file with the fioriurl and later use that with the Fiori client app? Can you send a sample json file with these configurations? Will I still need to have a webdispatcher configured if the below url is set up?

will the json file look something like this:

{

  "generation": [

  {

  "templateId": "ui5template.fioriMasterDetail",

  "templateVersion": "1.4.0",

  "dateTimeStamp": "Sun, 12 Apr 2015 04:37:26 GMT"

    }

  ],

  "translation": {

  "translationDomain": "",

  "supportedLanguages": "en,fr,de",

  "defaultLanguage": "en",

  "defaultI18NPropertyFile": "i18n.properties",

  "resourceModelName": "i18n"

  },

  "mockpreview": {

  "mockUri": "",

  "metadataFilePath": "model/metadata.xml",

  "loadJSONFiles": false,

  "loadCustomRequests": false,

  "mockRequestsFilePath": ""

  },

  "webdispatcher": {

  "appID": "fiori",

  "fioriURL": "https://demo-fioritrial.dispatcher.hana.ondemand.com/sap/hana/uis/clients/ushell-app/shells/fiori/Fi...",

  "fioriURLIsSMP": false,

  "passcodePolicy": {}

  }

Looking forward to more details on the approach. Below mentioned details by Tejas are clear and more from a web dispatcher point of view. I am assuming that we can have the json file with what you have mentioned and still use the Fiori apps as long as the mobile is in the company network. Is that right?