SAPIACLauncher
You can use SAPIACLauncher to launch an SAP Internet Application Components, including ITS MiniApp.
SAPIACLauncher is provider agnostic. Items may belong to any connector.
Action name can be anything.
SAPIACLauncher expects one required property:
● IAC (mandatory)
An ID of the IAC or a template of the ITS MiniApp
● ApplicationParameter (optional)
An ApplicationParameter passed to the IAC. Default is URL encoded string ~okcode=cont&wi_id=${item.externalId}
● System (optional)
A system alias of the system in the Portal system landscape, where to launch the IAC. Default is the system where the work originated.
All other properties will be passed as name=URL encoded value to the IAC.
Following is the definition of an action that launches a MiniApp BWWF_WI_DECI
<Action name="launchMiniApp" handler="SAPIACLauncher"> <Properties> <Property name="IAC" value="BWWF_WI_DECI"/> </Properties> </Action> |
Parameters passed on to the launched transaction if ApplicationParameter is not specified: wi_id work item ID in the provider system and ~okcode=cont
