!--a11y-->
SAPAppLauncher 
Purpose
SAPAppLaucher can be used to launch a generic SAP application based on a SAP integrator template.
Provider specific Information
SAPAppLaucher is Provider agnostic. Items may belong to any connector.
Supported Actions
Action name can be anything.
Properties
SAPAppLaucherexpects one property:
SAPIntegrator – an iView wrapper for the corresponding integrator
All other properties will be passed as name=URL encoded value to the target iView wrapper.
Example
Following is the definition of an action that launches an iView wrapper test_webdynpro and passed URL encoded 'apple=macintosh' as a DynamicParameter.
<Action name="launchDemoSAPAction" handler="SAPAppLauncher"> <Properties> <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/general/iViews/test_webdynpro"/> <Property name="DynamicParameter" value="apple=macintosh"/> </Properties> </Action> |