cancel
Showing results for 
Search instead for 
Did you mean: 

UWL Completed Task View Item Type without Actions

graf
Explorer
0 Kudos

Hi,

i have a problem in the UWL. I have an own completed task view. I have rejected and approved leave request and i want see with a click of the item the detail information of the request in a pop-up. I have create an action in the completedtask, but i cant see this action in die UWL. There is no button at the buttom and if i selected this item a get a pop-up with the item text but not the request.

My UWL XML Config:

[...]

    <ItemType name="uwl.completedtask.webflow.TS99900042.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="VIEW_COMPLETED" defaultAction="show_req" executionMode="default">

      <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS99900042" connector="WebFlowConnector"/>

      <Actions>

    <Action name="show_req" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

      <Properties>

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

        <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>

        <Property name="WebDynproConfiguration" value="Z_APPR_HRESS_AC_PTARQ_LEAVREQ_1"/>

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

        <Property name="openInNewWindow" value="yes"/>

        <Property name="WebDynproNamespace" value="SAP"/>

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

      </Properties>

      <Descriptions default="">

        <ShortDescriptions>

          <Description Language="de" Description="Antrag ansehen"/>

          <Description Language="en" Description="Show request"/>

        </ShortDescriptions>

        <LongDescriptions>

          <Description Language="de" Description="Antrag ansehen"/>

          <Description Language="en" Description="show request"/>

        </LongDescriptions>

      </Descriptions>

    </Action>

      </Actions>

    </ItemType>

[...]

  <Views>

    <View name="VIEW_COMPLETED" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, createdDate, status" sortby="createdDate:desc, LRBEGDA:asc, LRAWART:desc" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="30" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">

      <Actions>

        <Action reference="refresh"/>

        <Action reference="mySubstitutionManager"/>

        <Action reference="delegationHelp"/>

      </Actions>

    </View>

  </Views>

  <NavigationNode name="root" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">

    <NavigationNode name="MAIN_GBV" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">

      <NavigationNode name="CombinedTask" view="VIEW" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks">

        <NavigationNode name="task2" view="VIEW" referenceGroup="UWL_ADD_DYNAMIC_VIEWS" visible="yes" keepItemCountUpdated="no" referenceBundle="new_and_inprogress_tasks">

          <NavigationNode name="PersonalViewPlaceHolderTask2" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>

        </NavigationNode>

        <NavigationNode name="completed2" view="VIEW_COMPLETED" referenceGroup="UWL_ADD_DYNAMIC_VIEWS" visible="yes" keepItemCountUpdated="no" referenceBundle="completed_tasks">

          <NavigationNode name="PersonalViewPlaceHolderCompleted2" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>

        </NavigationNode>

      </NavigationNode>

    </NavigationNode>

  </NavigationNode>

</UWLConfiguration>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try using groupAction="yes"

graf
Explorer
0 Kudos

No effect! What a shame.