SAP-Forum.ORG
   

Go Back   SAP-Forum.ORG > SAP Forums > SAP Portal

Reply
 
Thread Tools Display Modes
  #1  
Old 12-17-2009, 01:33 PM
koko koko is offline
Administrator
 
Join Date: May 2008
Location: Spain
Posts: 187
Default Uwl

Hi Gurues,

Can anyone explain me the configuration of UWL?

Regards!
Reply With Quote
Sponsors
  #2  
Old 05-08-2010, 06:08 PM
Ramma Ramma is offline
Member
 
Join Date: May 2010
Location: California
Posts: 79
Default UWL Configuration

Quote:
Originally Posted by koko View Post
Hi Gurues,

Can anyone explain me the configuration of UWL?

Regards!
Hi koko, here is a Standard Universal Worklist configuration, hope it´ll help you.

uwl.standard.xml
<NavigationNode name="Main" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no"> <NavigationNode name="CombinedTask" view="DefaultView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks"> ... </NavigationNode> <NavigationNode name="alert2" view="AlertsView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="alerts"> ... </NavigationNode> <NavigationNode name="notification2" view="NotificationsView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="notifications"> ... </NavigationNode> <NavigationNode name="CombinedTracking" view="ComboWorkItemRequestsView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tracking"> ... </NavigationNode></NavigationNode>



decisionTask-WinGui.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.TS00008267" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default"> <ItemTypeCriteria externalType="TS00008267" connector="WebFlowConnector"/> <Actions> <Action name="launchSAPAction" handler="SAPTransactionLauncher"> <Properties> <Property name="GuiType" value="WinGui"/> </Properties> </Action> </Actions> </ItemType> </ItemTypes></UWLConfiguration>



ShowWorkitemId.php
<html> <head><title>PHP iView</title></head> <body> The workitem ID is <?php echo $_GET['wi_id'] ?>. </body></html>


decisionTask-PHP.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.TS00008267" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="PHP_Handler" executionMode="default"> <ItemTypeCriteria externalType="TS00008267" connector="WebFlowConnector"/> <Actions> <Action name="PHP_Handler" handler="UrlLauncher"> <Properties> <Property name="url" value="http://phpserver.company.com/showWorkitemId.php"/> <Property name="wi_id" value="${item.externalId}"/> </Properties> </Action> </Actions> </ItemType> </ItemTypes></UWLConfiguration>



decisionTask-PortalPage.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.decision.TS00008267" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchiViewAction" executionMode="default"> <ItemTypeCriteria systemId="WFD" externalType="TS00008267" connector="WebFlowConnector"/> <Actions> <Action name="launchiViewAction" handler="IViewLauncher" launchInNewWindow ="yes"> <Properties> <Property name="iview" value="pcdortal_content/UWL_Book/Decision_Dashboard"/> </Properties> <Descriptions default=""/> </Action> </Actions> </ItemType> </ItemTypes></UWLConfiguration>



decisionTask-webDynpro.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.TS00008267" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default"> <ItemTypeCriteria externalType="TS00008267" connector="WebFlowConnector"/> <Actions> <Action name="launchWebDynPro" handler="SAPWebDynproLauncher"> <Properties> <Property name="WebDynproApplication" value="ShowWorkitemId"/> <Property name="WebDynproDeployableObject" value="local/UWLbook"/> <Property name="System" value="SAP_LocalSystem"/> </Properties> </Action> </Actions> </ItemType> </ItemTypes></UWLConfiguration>
Reply With Quote
Entre a los Links relacionados
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:32 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Forum Design By inferno