Hi,
we are trying to configure the UWL with <b>Revise</b> or <b>Withdraw</b> columns for the "Notification of absence" scenario.
We have gone through the document "How To Configure the Universal Worklist" and in addition we've also gone through the help available on help.sap.com but we still get a 'nul' error whenever I submit the decision or use the buttons to Revise or Withdraw.
Here it is our View xml...
-
begin -
<?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="myRejectedRequestView"
defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria externalType="TS00008267"
connector="WebFlowConnector"/>
<!--
<CustomAttributes>
<CustomAttributeSource id="ABAP_BOR"
objectIdHolder="externalObjectId" objectType="DECISION"
cacheValidity="final">
</CustomAttributeSource>
</CustomAttributes>
-->
</ItemType>
</ItemTypes>
<Views>
<View name="myRejectedRequestView" width="98%"
supportedItemTypes="uwl.task.webflow.TS00008267"
columnOrder="attachmentCount, detailIcon, subject, priority,
creatorId, createdDate, reviseCol, dropCol"
sortby="priority"
selectionMode="SINGLESELECT"
tableDesign="STANDARD"
visibleRowCount="10"
headerVisible="yes"
tableNavigationFooterVisible="yes"
tableNavigationType="CUSTOMNAV"
actionRef="">
<Descriptions default="Rejected Requests">
<ShortDescriptions>
<Description Language="en" Description="Rejected Requests"/>
</ShortDescriptions>
</Descriptions>
<DisplayAttributes>
<DisplayAttribute name="reviseCol" type="checkbox"
width="" actionRef="Rev" vAlign="TOP"
hAlign="CENTER">
<Descriptions default="">
<ShortDescriptions>
<Description Language="en" Description="Revise"/>
</ShortDescriptions>
<LongDescriptions>
<Description Language="en"
Description="Revise the request"/>
</LongDescriptions>
</Descriptions>
</DisplayAttribute>
<DisplayAttribute name="dropCol" type="checkbox" width=""
actionRef="Wit" vAlign="TOP"
hAlign="CENTER">
<Descriptions default="">
<ShortDescriptions>
<Description Language="en"
Description="Withdraw"/>
</ShortDescriptions>
<LongDescriptions>
<Description Language="en"
Description="Withdraw from the request"/>
</LongDescriptions>
</Descriptions>
</DisplayAttribute>
</DisplayAttributes>
<Actions>
<Action name="Rev" groupAction="no" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="0001"/>
<Property name="UserDecisionTitle" value="Revise the request"/>
</Properties>
<Descriptions default="Revise"/>
</Action>
<Action name="Wit" groupAction="no" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="0002"/>
<Property name="UserDecisionTitle" value="Withdraw from the request"/>
</Properties>
<Descriptions default="Withdraw"/>
</Action>
<!--
<Action name="Rev" userDecision="yes"
handler="UpdatingContainerHandler"/>
<Action name="Wit" userDecision="yes"
handler="UpdatingContainerHandler"/>
-->
<!-- <Action name="submitUserDecisions" reference="submitUserDecisions"/> -->
<Action reference="submitUserDecisions"/>
<Action reference="refresh" />
<Action reference="removeFromNavigation" />
<Action reference="addToNavigation" />
<Action name="launchSAPAction" groupAction="no"
handler="SAPTransactionLauncher" referenceBundle="launch_sap"
returnToDetailViewAllowed="yes" launchInNewWindow="no">
</Action>
</Actions>
</View>
</Views>
</UWLConfiguration>
-
end----
Can anyone help us on that issue (maybe posting the xml file)?
Thank you very much,
Marco