![]() |
|
#1
|
|||
|
|||
|
Hi Gurues,
Can anyone explain me the configuration of UWL? Regards! |
| Sponsors |
|
#2
|
|||
|
|||
|
Quote:
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="pcd ortal_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> |
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|