Hello,
We're trying to launch a workitem (HAP_Document BSP) from UWL to a BSP Iview, which works fine, when you click on the Subject in UWL. Our problem is, that there is always an attachment in the UWL. When you click on it you should also be forwarded to a BSP Iview (same Link as in UWL Subject). But everytime you click on it SAP Gui opens.
Can anybody tell me, what is missing in my Code?
Here is my XML from UWL Configuration:
[code]
<ItemType name="uwl.task.webflow.WS91000004.S1DCLNT100" connector="WebFlowConnector" defaultView="webflowView" defaultAction="StartSAP" executionMode="default">
<ItemTypeCriteria systemId="S1DCLNT100" externalType="TS91000004" connector="WebFlowConnector"/>
<Actions>
<Action name="StartSAP" groupAction="no" handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
<Properties>
<Property name="CustomerNamespace" value="sap"/>
<Property name="_sapwiid" value="${item.externalId}"/>
<Property name="Namespace" value="sap"/>
<Property name="Application" value="hap_document"/>
documents_received_open2.htm"/>
</Properties>
<Descriptions default="StartSAP"/>
</Action>
</Actions>
</ItemType>
[/code]
Thanks a lot.
Kirsten