User Decision Actions not visible in Portal UWL

Tushar Shinde tushar.shinde20 at gmail.com
Thu Dec 27 01:49:21 EST 2012


Dear all,

We are facing this particular problem only in PRD System, whereas the same
custom UWL Config file is working fine in DEV & QAS, Please find below the
sample code of XML uploaded.

<?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.TS90000405.SAP_HR"
connector="WebFlowConnector" defaultView="DefaultView"
defaultAction="OpenRequest" executionMode="default">
      <ItemTypeCriteria systemId="SAP_HR" externalType="TS90000405"
connector="WebFlowConnector"/>
      <CustomAttributes>
        <CustomAttributeSource id="WEBFLOW_CONTAINER"
objectIdHolder="externalId" objectType="WebflowContainer"
cacheValidity="final">
          <Attribute name="key" type="string" displayName="Req No"/>
        </CustomAttributeSource>
      </CustomAttributes>
      <Actions>
        <Action name="Approve" groupAction="yes"
handler="UserDecisionHandler" returnToDetailViewAllowed="yes"
launchInNewWindow="no">
          <Properties>
            <Property name="decisionKey" value="1"/>
          </Properties>
          <Descriptions default="Approve"/>
        </Action>
        <Action name="Reject" groupAction="yes"
handler="UserDecisionHandler" returnToDetailViewAllowed="yes"
launchInNewWindow="no">
          <Properties>
            <Property name="decisionKey" value="2"/>
          </Properties>
          <Descriptions default="Reject"/>
        </Action>
        <Action name="Send Back to Requestor" groupAction="yes"
handler="UserDecisionHandler" returnToDetailViewAllowed="yes"
launchInNewWindow="no">
          <Properties>
            <Property name="decisionKey" value="3"/>
          </Properties>
          <Descriptions default="Send Back to Requestor"/>
        </Action>
        <Action name="OpenRequest" groupAction="" handler="UrlLauncher"
returnToDetailViewAllowed="yes" launchInNewWindow="no">
          <Properties>
            <Property name="url" value="https://
<serverdetails>:8080/sap/bc/webdynpro/sap/<wdapp_name>"/>
            <Property name="KEY" value="${item.key}"/>
          </Properties>
          <Descriptions default="Open Request"/>
        </Action>
      </Actions>
    </ItemType>
  </ItemTypes>
</UWLConfiguration>


Please suggest.



Regards
Tushar S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20121227/2d5fd844/attachment.htm


More information about the SAP-WUG mailing list