SAP Mobile Start supports onboarding based on mobile app configuration. In this case, the corresponding configuration can be pushed to end users via an MDM solution. The end users only need to click a Start button (instead of the Scan option) and directly start with the onboarding process to the configured site.
Prerequisite
Setup
SAP Mobile Start requires three different parameters/properties as part of managed app configuration. You can use the site URL to determine the parameter values required to onboard the mobile user. The site URL should have the following structure:
1. SAP Mobile Services Host
Property name | com.sap.mobile.start.mobileServicesHost The SAP Mobile Services host can be constructed by adding an "m" into the SAP Build Work Zone host of the site URL. This would look like: |
Structure | <tenant-subdomain>.m.launchpad.cfapps.<region>.hana.ondemand.com |
Example | mytenant123.m.launchpad.cfapps.eu10.hana.ondemand.com |
2. Site URL
Property name | com.sap.mobile.start.launchpad.launchUrl The site URL is the same as the SAP Build Work Zone URL mentioned above. You should be able to copy it directly from the browser when you access the site. It looks like this: |
Structure | https://<tenant-subdomain>.launchpad.cfapps.<region>.hana.ondemand.com/site?siteId=<site-Id> |
Example | https://mytenant123.launchpad.cfapps.eu10.hana.ondemand.com/site?siteId=678a6sd76a-bah1-as32-azdk1803hah |
3. Site ID
Property name | com.sap.mobile.start.launchpad.siteId Site ID should be set to the SAP Build Work Zone Site Id from the site URL. |
Structure | The structure may vary, but in general it is blocks of numbers / characters divided by dashes "-". |
Example | 678a6sd76a-bah1-as32-azdk1803hah |
With these three values, you will be able to move on with configuring the MDM solution. iOS and Android require different configuration settings, as outlined in the help documentation.
Note
The specific steps involved in the setup of managed app configuration can vary between the MDM solutions that are available in the market. Check the documentation for your MDM solution to implement the parameters mentioned in this section.