Skip to Content
0
Former Member
Jan 10, 2012 at 06:35 AM

UWL leave request not appearing after portal upgrade

79 Views

Hi,

We are not able to get special leave requests in UWL inbox for HR after we have done upgrade of our SAP Portal 7.0 from SP 17 to SP24 . By default Leave request will only go to the UWL of MSS. Some of the special leave request will go to the HR after manageru2019s Approval. This two level approval scenario for special leave request was working fine before upgrade and now HR is not able to see second level approval items for leave requests in UWL . They are able to see pending leave request approval in workflow inbox but not in UWL. Below are the config changes we have done for HR admin to see special leave requests approval at the time of implementation . I can see these configs are not changed after portal upgrade but don't know whey pending leave requests for approval are not appearing in UWL. We tried clearing UWL cache but did not resolve the issue. Below are the config details :

The task id for Leave Request is: TS12300097

The UWL configuration com.sap.pct.erp.mss.001 is having Leave request. The configuration for Leave requests visualization is copied and added to UWL configuration HRAdmin.

-


<ItemType name="uwl.task.webflow.TS12300097" connector="WebFlowConnector" defaultView="com.sap.pct.erp.hradmin.HRAdminWDAView" defaultAction="launchWebDynPro" executionMode="default">
      <ItemTypeCriteria externalType="TS12300097" connector="WebFlowConnector"/>
      <Actions>
        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
          <Properties>
            <Property name="WebDynproApplication" value="LeaveRequestApprover"/>
            <Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>
            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
            <Property name="openInNewWindow" value="true"/>
            <Property name="System" value="SAP_WebDynpro_XSS"/>
            <Property name="display_order_priority" value="5"/>
          </Properties>
          <Descriptions default=""/>
        </Action>
      </Actions>
    </ItemType>

-


Thanks in advance,

Vasu