Show TOC

SAPIACLauncherLocate this document in the navigation structure

Use

You can use SAPIACLauncher to launch an SAP Internet application component, including ITS MiniApp.

Provider specific Information

SAPIACLauncher is provider agnostic. Items may belong to any connector.

Supported Actions

Action name can be anything.

Properties

SAPIACLauncher expects one required property:

  • IAC (mandatory)

    An ID of the IAC or a template of the ITS MiniApp

  • ApplicationParameter (optional)

    Application parameters 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 item originated.

All other properties will be passed as name=URL encoded value to the IAC.

Example

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>

         

Details

If ApplicationParameter is not specified then Parameters passed on to the launched transaction: wi_id (work item ID in the provider system) and ~okcode=cont