Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2175

Re: FIORI Client rollout

$
0
0

Hi Krish;

 

Follow this link..

 

Getting Started with Kapsel - SAP Fiori Client (SP09+)

 

 

As mentioned in this link, please create a customized version of SAP Fiori client. This will allow you to Configure the URL in the application itself.

 

You need to 1. download and install SMP SDK

2. Install Node JS and apache Cordova

3. create the customised version of FIORI client as mentioned in the above link.

4. It will provide you XCODE project for fiori client and distribute the iOS APP using MDM solution.

 

As mentioned here

 

"

Edit the following file

C:\SAP\MobileSDK3\KapselSDK\apps\fiori_client\FioriClient\www\appConfig.js

and provide values such as those shown below. 

Note the fioriURL should be changed to reflect the webserver that host your SAP Fiori applications uses or to the trial SAP Fiori Launchpad.

Note the website http://jsonlint.com/can be used to validate JSON such the contents of the appConfig variable below.

fiori_client_appConfig = {
    "appID": "com.sap.fiori",
    //"fioriURL" : "
https://www.sapfioritrial.com/sap/hana/uis/clients/ushell-app/shells/fiori/FioriLaunchpad.html?helpset=trial&sap-client=001",
    "fioriURLIsSMP": false,
    "certificate": "",
    "autoSelectSingleCert": false,
    "passcodePolicy": {
        "expirationDays":"0",
        "hasDigits":"false",
        "hasLowerCaseLetters":"false",
        "hasSpecialLetters":"false",
        "hasUpperCaseLetters":"false",
        "defaultAllowed":"true",
        "lockTimeout":"10",
        "minLength":"6",
        "minUniqueChars":"0",
        "retryLimit":"0"
    } };

The fioriURLIsSMP setting indicates if the SMP 3.0 server should be used as a proxy to access the SAP Fiori app enabling additional logging, offline OData, push notifications etc.  An example of this being set to true is shown later in this document.

The passcode policy can be set in the SMP 3.0 management cockpit when fioriURLIsSMP is true or in the appConfig.js as shown above when fioriURLIsSMP is false.  Since the passcode policy setting defaultAllowed is set to true, this enables the ability to disable the Passcode screen.

"

 

Regards,

Sarbjeet Singh


Viewing all articles
Browse latest Browse all 2175

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>