cancel
Showing results for 
Search instead for 
Did you mean: 

integration of UWL with WDA

Former Member
0 Kudos

hi,

How to integarte UWL with Webdynpro ABAP?

Any documents?

Thanks

brahma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

check out the following link :

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20d...

also for calling web dynpro application from uwl :

/people/niharika.jeena/blog/2006/06/06/launching-webdynpro-from-universal-worklist

hope this will surely help you!!!

Thanks & Regards,

Punit Raval.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can following the steps to integrate ABAP DYnpro with UWL :

1.Created ECC system in EP

2.register the uwl.webflow

3.create ABAP iview(for test purpose still getting error when preview) (N/A)

4.clear cache

4.import xml file

<ItemType name="uwl.task.webflow.TS91000006.UWLECCCLNT530" connector="WebFlowConnector" defaultView="urliview" defaultAction="viewDetail" executionMode="pessimistic">

<ItemTypeCriteria systemId="UWLECCCLNT530" externalType="TS91000006" connector="WebFlowConnector" />

<Actions>

<Action name="launchWebDynProABAP" handler="SAPWebDynproABAPLauncher">

<Properties>

<Property name="WebDynproApplication" value="em_wipm_app" />

<Property name="WebDynproNamespace" value="kgo" />

<Property name="System" value="UWLECCCLNT530" />

<Property name="DynamicParameter" value="WI_ID=${item.externalId}" />

<Property name="display_order_priority" value="5" />

</Properties>

<Descriptions default="" />

</Action>

</Actions>

</ItemType>

You can also go thru the doc "Workitems, UWL and Web Dynpro for ABAP" . The URL : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20d...

Thanks

Ritushree