Introduction
Over the years, I've seen quite a few use cases for using SAP transactions on mobile devices. And with the recent release of the Slipstream Engine in SAP Screen Personas 3.0 SP06, these use cases may now be supported. That is, we can bui...
With the release of SAP Screen Personas 3.0 SP06, support for mobile devices is now available. This feature is provided through the new Slipstream Engine.
Launching the Slipstream Engine
The Slipstream Engine is separate ICF service than the "persona...
Why do it?
For an organization that already uses the SAP Fiori Launchpad on the SAP Cloud Platform Portal in order to have a single entry point for SAP Fiori apps and for portal content, being able to launch an SAP Screen Personas flavor from this sa...
Why do it?
There are numerous specific reasons for adding a link to an SAP Screen Personas flavor. In general, though, it's done in order to streamline the user experience for your employees, customers, and partners who already access information, ap...
Intro
In SAP Fiori 2.0, the SAP Belize theme is introduced and supplants the SAP Blue Crystal theme as the default theme in the SAP Fiori launchpad and for SAP Fiori apps. However, the SAP Belize theme is not released for SAP Fiori 1.0. Thus, I have ...
Devesh,
Are you using the Fiori Client for iOS or for Android? If you are using it for Android, the you have a trailing comma as in the code below? If so, then this may be the issue.
jQuery.sap.require("sap.ndc.BarcodeScanner");
sap.ndc.Bar...
Sudhir,
Yes, there is. In fact, you can use the SAPUI5 (sap.m.MessageToast) for this. You can instantiate it via the Screen Personas scripting.
Best,
Daniel
Hi Christoph,The flavor itself is running inside of an iFrame. Thus, the script is reading the URL of the iFrame and not the URL that is in the browser's URL bar. So, target the parent in order to read URL parameters.I hope this helps,Daniel SanchezC...