I want use web dynpro as UWL work item handler, here is the configuration:
<ItemType name="uwl.task.webflow.decision.TS00008267.D01CLNT300" connector="WebFlowConnector" defaultView="webflowView" defaultAction="launchWebDynPro" executionMode="pessimistic">
<ItemTypeCriteria systemId="D01CLNT300" externalType="TS00008267" connector="WebFlowConnector"/>
<Actions>
<Action name="launchWebDynPro" handler="SAPWebDynproLauncher">
<Properties>
<Property name="WebDynproApplication" value="RequestQueryApp"/>
<Property name="WebDynproDeployableObject" value="local/cn.dimension.cebbank.trip"/>
<Property name="DynamicParameter" value="wiii_id=${item.externaId}"/>
<Property name="System" value="aaa"/>
</Properties>
</Action>
</Actions>
</ItemType>
The web dynpro page can open correctly when i click the work item in UWL, but the parameter is lost. So my question is:
How to past some parameters from UWL to web dynpro and how to get the parameters in web dynpro, thank you very much!
Can anybody help me out?
Thanks a lot!