Dear all,
I have an UWL Configuration running launching the SAPIACLauncher calling an IAC Service - this works. Now I want to pass some parameters to the IAC. I use the "ApplicationParameter"-Tag in UWL Config but the Parameters are not passed to the transaction.
The UWL Config:
[code]
<Action name="callSAPGUI" handler="SAPIACLauncher" defaultGroupAction="no" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
<Properties>
<Property name="IAC" value="ZSWNWIEX"/>
<Property name="ApplicationParameter" value="p_action=EXECUTE&p_wi_id=${item.externalId}"/>
</Properties>
</Action>
[/code]
This is the call the portal generates:
The IAC starts but no parameters are passed. (The screen fields are not filled).
If I call the IAC directly from an URL with the parameter everything works fine.
Does anybody know how to pass parameters to an IAC?
Kind regards
Roman