cancel
Showing results for 
Search instead for 
Did you mean: 

How to past some parameters from UWL to web dynpro?

Former Member
0 Kudos

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!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I think the problem is in your typo.....${item.externaId}"

it should be ${item.externaIId}"

Former Member
0 Kudos

Can anybody help me out?

Former Member
0 Kudos

The Portal UWL application retrives the WI_ID for you.

The WI_ID is sent as a parameter to the WD application.

Assuming you are on a recent SP, Your config in SWFVISU

is the key to getting it working.

See blogs such as <a href="/people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist blog on WDA and UWL</a>

Cheers

Phil

sid_sunny
Contributor
0 Kudos

Hi Yuan,

Were you able to solve your problem.

Regards

Siddharth Chauhan

Former Member
0 Kudos

How can I get the WI_ID?

(Ref: /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist)