Removing UWL Subview

Crane, Jacob JTCe at pge.com
Mon May 21 20:13:19 EDT 2007


Hi,
     I recently created a new view for the UWL to show only HR tasks by
creating the view in the UWL.standard file and adding it to the UWL
iView.  However, when we open it I get a drop-down for the subview.
When the user selects <No Subview> they are able to see all of the
tasks.  How can I remove the drop-down so that there is no other view
available?  This is in EP6 SP17.  Here's the code for the new view:

    <View name="HRView" selectionMode="SINGLESELECT" width="98%"
        supportedItemTypes="uwl.task.webflow.TS95000212,
uwl.task.webflow.TS92000001, uwl.task.webflow.TS95000245,
uwl.task.webflow.TS95000244, uwl.task.webflow.TS95000243,
uwl.task.webflow.TS95500070, uwl.task.webflow.TS95600001,
uwl.task.webflow.TS93000001" columnOrder="statusIcon, subject, dueDate,
priority, creatorId, createdDate, attachmentCount"
sortby="priority:descend, dueDate:ascend, createdDate:descend"
tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes"
queryRange="undefined" tableNavigationFooterVisible="yes"
tableNavigationType="CUSTOMNAV" actionRef="" refresh="300"
dueDateSevere="86400000" dueDateWarning="259200000"
emphasizedItems="new" displayOnlyDefinedAttributes="yes"
dynamicCreationAllowed="yes" actionPosition="top"
referenceBundle="tasks">
      <DisplayAttributes>
        <DisplayAttribute name="priority" type="user" width="10"
sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT"
vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
          <Menu>
            <MenuItem name="Low" actionRef="priorityLow"
referenceBundle="menu_priority_low"/>
            <MenuItem name="Normal" actionRef="priorityNormal"
referenceBundle="menu_priority_normal"/>
            <MenuItem name="High" actionRef="priorityHigh"
referenceBundle="menu_priority_high"/>
            <MenuItem name="VeryHigh" actionRef="priorityVeryHigh"/>
          </Menu>
        </DisplayAttribute>
      </DisplayAttributes>
      <Actions>
        <Action name="refresh" reference="refresh"/>
        <Action name="addToNavigation" reference="addToNavigation"/>
        <Action name="removeFromNavigation"
reference="removeFromNavigation"/>
        <Action name="Substitution" reference="Substitution"/>
      </Actions>
    </View>

Thanks,
Jacob



Jacob Crane
Ext:  3-2629
Cell:  678-642-8094


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070521/3dc7a38b/attachment.htm


More information about the SAP-WUG mailing list