Hello all,
I've build an iView with a Webdynpro application that I want to be open from a UWL. This iView shows a workItem from Business Workplace. If test, opening this Webdynpro application directly from the browser and with the correct workitem parameter, this works fine.
I followed step by step from "How to Configure UWL" that teachs me that I need to upload a xml to map UWL to my iView instead of as default webflowView that usually works on Universal Work List (UWL).
I've uploaded xml but I couldn't replace the usual UWL link to my iViews link. I've tried to delete the old xml but Portal recreate it after I click on "Register Types for All Sysyem". This last step looks necessary to me because UWL lose its connections after xml upload and this procedure fix it.
I've tried to upload with Override Priority and without it.
This is my XML:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [
]>
<UWLConfiguration version="1.0">
<ItemTypes>
<ItemType name="uwl.task.webflow.TS90000154.DEV120" connector="WebFlowConnector" defaultView="webflowView">
<ItemTypeCriteria systemId="DEV120" externalType="TS90000154" connector="WebFlowConnector"/>
<Actions>
<Action name="com.tbg.WDP_TBG_001WF" handler="iViewLauncher" launchInNewWindow="no">
<Properties>
<Property name="iview" value="pcd:portal_content/com.tbg.TBG/br.com.softtek.tbg.sic.SIC/br.com.softtek.tbg.sic.iview.iView/com.tbg.UWL/com.tbg.WDP_TBG_001WF"/>
</Properties>
<Descriptions default="iView Workitem"/>
</Action>
</Actions>
</ItemType>
</ItemTypes>
</UWLConfiguration>
Am I forgetting any step?
My system:
EP6 SP11 on Windows2003 and Oracle9.2.0.5
Thanks,
Andre