
UI5Launcher can be used to launch any SAP UI5 applications.
Provider Specific Information
UI5Launcher is provider agnostic. Items may belong to any connector.
Supported Actions
Action name can be anything.
Properties
UI5Launcher expects of the following two properties:
system (mandatory)
A portal system alias pointing to the actual system hosting the SAP UI5 application
UIRelativePath (mandatory)
The relative path on the target system to the SAP UI5 application being launched.
Navigation mode
Currently, only SHOW_STANDARDS_EXTERNAL_HEADERLESS navigation mode is supported.
<Action name="viewDetail" handler="UI5Launcher"
launchInNewWindow="SHOW_STANDARDS_EXTERNAL_HEADERLESS">
<Properties>
<Property name="System" value="UI5_SYS"/>
<Property name="UI5RelativePath value="/myUI5app/?"/>
</Properties>
</Action>