cancel
Showing results for 
Search instead for 
Did you mean: 

Regd UWL and Guided Procedure

Former Member
0 Kudos

Hi All,

i am trying to implement one simple work flow in the GP, where two steps are there:-

1>Create Request

2>Approve Request.

I haev created collable obect, Action, block and process. I have configure the UWL for the GP fo the 2nd step as approval. I am gettign the created Item respective to the GP in the UWL.

When i am trying to click the Subject from the Table in the UWL for approving the created request i am not gettign the respective page in place of that i am getting error message like- Could not retrieve process instance: contact your system administrator.

If any one have solution or input for this please share the same.

Regards,

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This post will be locked. Please don't cross post in the different port forums.

Former Member
0 Kudos

Hi Deepak,

For bringing the task to UWL you need to create a GPconnector first.I think you have created that already,though your GP is coming on UWL.Now you need to modify the .xml for UWL.

To modify the .xml file go to system admin->system config->universal worklist & workflow->UWL administration->select GP connector->select UWL GP Config->click on download config.

download the .xml file and add your GP connector coding there.Below I am giving the modified .xml file.Please do the changes.

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [

]>

<UWLConfiguration version="2.0">

<ItemTypes>

<ItemType name="uwl.task.gp" connector="GuidedProceduresConnector" defaultView="uwlTaskGPView" defaultAction="launchGP" executionMode="default">

<Actions>

<Action name="launchGP" groupAction="no" handler="SAPWebDynproLauncher" referenceBundle="launch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="no" launchNewWindowName="GPWindow" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

<Properties>

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

<Property name="WebDynproDeployableObject" value="sap.com/cafeugpuirt"/>

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

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

</Properties>

</Action>

</Actions>

</ItemType>

</ItemTypes>

<Views>

<View name="uwlTaskGPView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.gp" columnOrder="subject, process, creatorId, createdDate, dueDate, status" sortby="dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom">

<Descriptions default="Guided Procedures">

<ShortDescriptions>

<Description Language="de" Description="Guided Procedures"/>

<Description Language="en" Description="Guided Procedures"/>

</ShortDescriptions>

</Descriptions>

<DisplayAttributes>

<DisplayAttribute name="phase" type="string" width="" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">

<Descriptions default="Phase">

<ShortDescriptions>

<Description Language="de" Description="Phase"/>

<Description Language="en" Description="Phase"/>

</ShortDescriptions>

</Descriptions>

</DisplayAttribute>

<DisplayAttribute name="process" type="string" width="" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">

<Descriptions default="Process">

<ShortDescriptions>

<Description Language="de" Description="Process"/>

<Description Language="en" Description="Process"/>

</ShortDescriptions>

</Descriptions>

</DisplayAttribute>

</DisplayAttributes>

</View>

</Views>

</UWLConfiguration>

Regards

Indranil

Award points for useful answer

Edited by: Indranil Chakrabarty on Dec 10, 2008 4:37 PM

Edited by: Indranil Chakrabarty on Dec 10, 2008 4:38 PM