cancel
Showing results for 
Search instead for 
Did you mean: 

How can I show specific task in UWL?

Former Member
0 Kudos

How can I show specific task in UWL at Portal 7.0 from SBWP (R/3)?

In InBox at my workplace I have any tasks (e.g.: T00001, T00002,T00003, T00004).

I want show in UWL at Portal only tasks T00002 and T00004.

What I must do it?

Thanks..!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Leave your e-mail id, i have some documents based on how to edit the UWL XML file, I will share them with you.

Regards,

Atul Shrivastava

Former Member
0 Kudos

Hi,

bossman@interia.pl - this my e-mail.

If you have any ideas - please, write to me.

Thanks.

Bogdan

Answers (1)

Answers (1)

Former Member
0 Kudos

it is config file 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.TS00700042.BE6" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchIView" executionMode="default">

<ItemTypeCriteria systemId="BE6" externalType="TS00700042" connector="WebFlowConnector"/>

<Actions>

<Action name="launchIView" groupAction="" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">

<Properties>

<Property name="iview" value="portal_content/com.sap.pct/every_user/rpm/iviews/staffing/com.sap.pct.rpm.staffing.assignmentapproval"/>

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

</Properties>

<Descriptions default="launchIView"/>

</Action>

</Actions>

</ItemType>

</ItemTypes>

</UWLConfiguration>