Start of Content Area

Background documentation SAPIACLauncher  Locate the document in its SAP Library structure

Purpose

You can use SAPIACLauncher to launch an SAP Internet Application Components, 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)

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.

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

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

End of Content Area