SAPMiniAppLauncher
You can use SAPMiniAppLauncher to launch an SAP ITS MiniApp.

This launcher should be used only for back-end systems with ITS versions < 6.40. For ITS versions ≥ 6.40 SAPIACLauncher should be used.
SAPMiniAppLauncher is provider agnostic. Items may belong to any connector.
Action name can be anything.
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.
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> |
Parameters passed on to the launched transaction if ApplicationParameter is not specified: wi_id work item ID in the provider system and ~okcode=cont.

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