Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
babu_ganeshv
Participant

Do you want to Launch App directly with possibility to search or view catalog ?

Do you want to Launch App Directly without header ?

Do you want to Launch Fiori Launchpad without Header ?

Do you want to Launch Fiori Launchpad with Header(Search + Catalog Link) without Logo - Embed

From SP09 of UI Addon you can now perform all the above with minimal efforts :

Launch App Directly with Header - this will be useful if you intend to launch your application directly without having to navigate from FIORI Launchpad, You still see the header (Logo, Search, Home button)

http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=<ComponentName>&sap-ushell-url=<URL>

Example:

sap-ushell-SAPUI5.Component: This will be available from your Launchpad Customizing(LPD_CUST) for your application under Additional Information

sap-ushell-url: This as well will be available from LPD_CUST under URL

Standalone Mode will launch your App Directly, however you will still have the Home Button which will allow you to navigate back to your FIORI Launchpad.


_______________________________________________________________________________________________________________________________

_______________________________________________________________________________________________________________________________



Launch App Directly without header: No logo, No Header, No Catalog Button, Directly to your App

http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>...


Add URL Parameter

&sap-ushell-config=headerless


_______________________________________________________________________________________________________________________________

_______________________________________________________________________________________________________________________________

Launch Fiori Launchpad without Header: Default Fiori Launchpad without Header(no search, no Catalog button, No logo)


URL Parameter &sap-ushell-config=headerless allows you to launch your FIORI Launchpad without a header


http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>...

_______________________________________________________________________________________________________________________________

_______________________________________________________________________________________________________________________________


Launch FIORI Launchpad with Header(Search + Catalog Link) without Logo - Embed


URL Parameter &sap-ushell-config=embedded allows you to launch your FIORI Launchpad with a header and without logo - useful when you want to embed within your Corporate portal without an additional logo


http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>...


_______________________________________________________________________________________________________________________________

_______________________________________________________________________________________________________________________________




Best Regards

Babu



7 Comments