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: 


Launch My Inbox app directly without LaunchPad navigation


With Header

This is useful if you intend to launch My Inbox directly without having to navigate from FIORI Launchpad and you want to see the header (Header contains Logo, Search bar, Home button and menu).

Launch the following URL in your browser:

https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&<other URL parameters>


Header less

This is useful if you want to Launch My Inbox directly without navigating from LaunchPad and you do not want to see the header.

https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>&sap-ushell-config=headerless#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&<other URL parameters>


URL Parameters supported by My Inbox

  1. allItems=true: to access all tasks for the user
  2. scenarioId=<Scenario ID>: to access tasks belonging to a specific scenario which is configured in task gateway
  3. massAction=<true/false>: to enable or disable mass action
  4. quickAction=<true/false>: to enable or disable quick actions on mobile devices
  5. sortBy=<sortBy property>: to set default sort property. It can have any value from task entity
  6. listSize =<value>: specify a numeric value to limit the number of tasks loaded in the My Inbox

Example of the URL Parameters Usage:

https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>&sap-ushell-config=headerless#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&allItems=true&massAction=false&quickAction=true&listSize=300&sortBy=Priority


Click here for more information


4 Comments