Start of Content Area

Background documentation SAPMiniAppLauncher  Locate the document in its SAP Library structure

Purpose

You can use SAPMiniAppLauncher to launch an SAP ITS MiniApp.

Note

This launcher should be used only for back-end systems with ITS versions < 6.40. For ITS versions ≥ 6.40 SAPIACLauncher should be used.

Provider specific Information

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

Supported Actions

Action name can be anything.

Properties

SAPMiniAppLauncher expects one of the following properties:

      Template (mandatory)

Template of the ITS MiniApp

      ApplicationParameter (optional)

Passed to the MiniApp. Default is URL encoded string ~okcode=cont&wi_id=${item.externalId}

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

Example

Following is the definition of an action that launches a MiniApp BWWF_WI_DECI:

<Action name="launchMiniApp" handler="SAPMiniAppLauncher">

  <Properties>

  <Property name="Template" 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.

Note

The ITS transaction is launched in the system where the work item originated.

End of Content Area