cancel
Showing results for 
Search instead for 
Did you mean: 

Create sub views in for a specific task

former_member393841
Participant
0 Kudos

Hi all,

Could nay one help me out on the following requirement.

Creating subviews in portal uwl.

We ahve created a specific xml and configured successfully in Universal Worklist Content Configuration.

But we are ubable to create subviews could nay please help me .

XML reference

<?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.TS90000005.SAP_ECC_Procurement" connector="WebFlowConnector" defaultView="ch.itu.view.newtasks_h" defaultAction="launchWebDynPro" executionMode="default">

      <ItemTypeCriteria systemId="SAP_ECC_Procurement" externalType="TS90000005" connector="WebFlowConnector"/>

      <Actions>

        <Action name="launchWebDynPro" 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="zitu_staff_request"/>

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

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

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

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

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

            <Property name="display_order_priority" value="5"/>

          </Properties>

          <Descriptions default=""/>

        </Action>

      </Actions>

    </ItemType>

   

  </ItemTypes>

 

 

  <Views>

    <View name="ch.itu.view.newtasks_h" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS90000005.SAP_ECC_Procurement" columnOrder="subject, creatorId, createdDate, priority, attachmentCount" sortby="createdDate:descend, priority:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_notifications">

      <Actions>

<Action name="viewSimilar" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_all_of_same_type" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">

      <Properties>

        <Property name="image" value="icon_detail.gif"/>

        <Property name="display_order_priority" value="-5"/>

      </Properties>

    </Action>

      </Actions>

    </View>

  </Views>

  <NavigationNode name="task" view="notifications_new_harsha" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks">

        <NavigationNode name="ch.itu.view.newtasks_h" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>

      </NavigationNode>

</UWLConfiguration>

Plesae guide me if i am going in a wrong way.

thanks

harsha

Accepted Solutions (1)

Accepted Solutions (1)

former_member393841
Participant

Hello All,

Is there any one to help me on this.

Thanks&regards

harshap

Former Member
0 Kudos

Hi Harsha,

Have you followed the help guide:

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/7b/1232a8ef574332ba83406f4f5343a3/frameset.htm

What is the actual problem you are seeing? Are you getting any errors? Have you enabled the debugging of the UWL so that you can see more details about the tasks, types, views etc...? (this is a setting on the iView). I assume your XML is well formed and is uploaded successfully? Have you made sure to empty the cache after you upload the config and also made sure that the priority is set to HIGH?

I can't tell from just reading your XML file whether you have done something wrong or not

Thanks,

Simon

former_member393841
Participant
0 Kudos

Hello Simon,

Thank you very much for your help my issue is resolved.

Cheers

harsha

Answers (0)