Personalization in UWL MDM Views

Hi All,
Is there any ways to make "My Open MDM Jobs" as the default view?
This is to make JobId visible as a separate column in the workflow inbox.
Please put forth your suggestions.
Regards,
Nimal

Hi Nimal
By default MDM used standart UWL iView
You can configurate fields which will view in UWL
or use custom development for add new functionality for standart components
More about integration and UWL configuration:
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09&overridelayout=true
Regards
Kanstantsin
Edited by: Kanstantsin Chernichenka on Nov 12, 2009 1:27 PM

Similar Messages

  • OA Framework pages personalization - how to modify View Instance

    OA Framework pages personalization - how to modify View Instance
    Hi
    I need to add additional field to a page.
    I found View Instance but there is no attribute I need.
    Is it possible to modify View Instance from application level
    because not using JDeveloper?
    Thank you,
    malin

    Hi Malin,
    If your VO does not include the column you are looking for, then the only way to achieve is thru VO substitution for which u will have to use jdeveloper.
    You cannot achieve this by personalization.
    Thanks,
    Sree

  • UWL, MDM - Accepting requests

    Hello All,
    Our MDM system is now configured in a such a way that all Workflows are role based. In the scenario, when a workflow is triggered the workflow step goes to all the users who are in a role. ONE user has to accept the workflow step (and he will complete that step), so that it goes off from the list of others.
    We have got a Universal Worklist (UWL) configured on for the MDM repository. The UWL should display all the pending tasks for the user, so that he can complete the step.
    Now comes the issue. The UWL would only display the "Accepted" worklists for the logged in user. The only way (as I know) to get it displayed is to login to MDM using data manager and accept the workflow. In that case the worklist would get displayed on UWL. But this is exactly what we were trying to avoid (i.e using Data Manager).
    Am I missing out on some configuration on UWL?
    Thanks in advance,
    PKS.

    <?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.completedtask.mdm.all.MDM_CUSTOMER_GLOBAL" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="launchApplication" executionMode="default">
             <Actions>
                <Action name="launchApplication" groupAction="no" handler="SAPWebDynproLauncher" launchInNewWindow="no">
                   <Properties>
                      <Property name="WebDynproApplication" value="MyOwnApp" />
                      <Property name="WebDynproDeployableObject" value="local/MyOwnApp" />
                      <Property name="System" value="SAP_LocalSystem" />
                      <Property name="taskId" value="${item.jobId}" />
                      <Property name="userID" value="${item.userId}" />
                   </Properties>
                   <Descriptions default="Show Record Details" />
                </Action>
                <Action name="sendToNextStep" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
                   <Properties>
                      <Property name="itemId" value="${item.jobId}" />
                      <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler" />
                      <Property name="iview" value="pcd:portal_content/com.myown.iviews.IVIEW" />
                   </Properties>
                   <Descriptions default="Send To Next Step" />
                </Action>
             </Actions>
          </ItemType>
          <ItemType name="uwl.task.mdm.jobs.MDM_CUSTOMER_GLOBAL" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="launchApplication" executionMode="default">
             <Actions>
                <Action name="launchApplication" groupAction="no" handler="SAPWebDynproLauncher" launchInNewWindow="no">
                   <Properties>
                      <Property name="WebDynproApplication" value="MyOwnApp" />
                      <Property name="WebDynproDeployableObject" value="local/MyOwnApp" />
                      <Property name="System" value="SAP_LocalSystem" />
                      <Property name="taskId" value="${item.jobId}" />
                      <Property name="userID" value="${item.userId}" />
                   </Properties>
                   <Descriptions default="Show Record Details" />
                </Action>
                <Action name="sendToNextStep" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
                   <Properties>
                      <Property name="itemId" value="${item.jobId}" />
                      <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler" />
                      <Property name="iview" value="pcd:portal_content/com.myown.iviews.IVIEW" />
                   </Properties>
                   <Descriptions default="Send To Next Step" />
                </Action>
             </Actions>
          </ItemType>
          <ItemType name="uwl.task.mdm.tasks.MDM_CUSTOMER_GLOBAL" connector="MdmUwlConnector" defaultView="MdmWorkItemsCompletedView" defaultAction="launchApplication" executionMode="default">
             <Actions>
                <Action name="launchApplication" groupAction="no" handler="SAPWebDynproLauncher" launchInNewWindow="no">
                   <Properties>
                      <Property name="WebDynproApplication" value="MyOwnApp" />
                      <Property name="WebDynproDeployableObject" value="local/MyOwnApp" />
                      <Property name="System" value="SAP_LocalSystem" />
                      <Property name="taskId" value="${item.jobId}" />
                      <Property name="userID" value="${item.userId}" />
                   </Properties>
                   <Descriptions default="Show Record Details" />
                </Action>
                <Action name="sendToNextStep" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
                   <Properties>
                      <Property name="itemId" value="${item.jobId}" />
                      <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler" />
                      <Property name="iview" value="pcd:portal_content/com.myown.iviews.IVIEW" />
                   </Properties>
                   <Descriptions default="Send To Next Step" />
                </Action>
             </Actions>
          </ItemType>
       </ItemTypes>
       <Views>
          <View name="MdmViewJobs" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.jobs" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" 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="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
             <Descriptions default="My Open MDM Jobs" />
             <DisplayAttributes>
                <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Workflow Table">
                      <ShortDescriptions>
                         <Description Language="en" Description="Workflow Table" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="User Names">
                      <ShortDescriptions>
                         <Description Language="en" Description="User Names" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="MDM Status">
                      <ShortDescriptions>
                         <Description Language="en" Description="MDM Status" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="stepId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Step ID">
                      <ShortDescriptions>
                         <Description Language="en" Description="Step ID" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Job ID">
                      <ShortDescriptions>
                         <Description Language="en" Description="Job ID" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="stepName" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Step Name">
                      <ShortDescriptions>
                         <Description Language="en" Description="Step Name" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
             </DisplayAttributes>
             <Actions>
                <Action reference="refresh" />
                <Action reference="defaultGlobalWizard" />
                <Action reference="addToNavigation" />
                <Action reference="removeFromNavigation" />
             </Actions>
          </View>
          <View name="MdmViewTasks" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.tasks" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" 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="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
             <Descriptions default="My Open MDM Tasks" />
             <DisplayAttributes>
                <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Workflow Table">
                      <ShortDescriptions>
                         <Description Language="en" Description="Workflow Table" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="User Names">
                      <ShortDescriptions>
                         <Description Language="en" Description="User Names" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="MDM Status">
                      <ShortDescriptions>
                         <Description Language="en" Description="MDM Status" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="stepId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Step ID">
                      <ShortDescriptions>
                         <Description Language="en" Description="Step ID" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Job ID">
                      <ShortDescriptions>
                         <Description Language="en" Description="Job ID" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="stepName" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Step Name">
                      <ShortDescriptions>
                         <Description Language="en" Description="Step Name" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
             </DisplayAttributes>
             <Actions>
                <Action reference="refresh" />
                <Action reference="defaultGlobalWizard" />
                <Action reference="addToNavigation" />
                <Action reference="removeFromNavigation" />
             </Actions>
          </View>
          <View name="MdmWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask.mdm.all" columnOrder="subject, jobId, userNames, creatorId, createdDate, status" sortby="creatorId:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
             <Descriptions default="Completed MDM Tasks" />
             <DisplayAttributes>
                <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Workflow Table">
                      <ShortDescriptions>
                         <Description Language="en" Description="Workflow Table" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="User Names">
                      <ShortDescriptions>
                         <Description Language="en" Description="User Names" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
                <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
                   <Descriptions default="Step Name">
                      <ShortDescriptions>
                         <Description Language="en" Description="Job ID" />
                      </ShortDescriptions>
                   </Descriptions>
                </DisplayAttribute>
             </DisplayAttributes>
             <Actions>
                <Action reference="refresh" />
                <Action reference="defaultGlobalWizard" />
                <Action reference="addToNavigation" />
                <Action reference="removeFromNavigation" />
             </Actions>
          </View>
       </Views>
    </UWLConfiguration>

  • Portal Personalizn :- Distributable configuration for UWL personalized view

    Hi Experts,
         I have a scenario in EP 7.0 SP18, where the users have a UWL and the GP connector is enabled.
    The UWL consists of tasks belonging to different applications. Hence the users require a personalized view which will contain a filter. I have done this using the Personalization option.
       I need to distribute this personalized view to all the users. Is there an option to exprt this view and then be imported by the end users.
    Thanks in advance,
    Brian

    Hi MilenaMMay,
    What version is your UWL including patch level?
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • UWL Configuration - View configuration of NavigationNode

    Dear Experts,
    I want to configure the UWL to create a custom data table for my own item
    types.
    This UWL table will be shown in the portal as a delta link that has an
    own configuration, not affecting the standard UWL.
    To achieve this, I write a custom UWL Configuration (as specified by the dtd), specifing
    - a custom View named "myCustomIView"
    - a custom navigation tree, containing a Navigation Node named
    "mainCustomNavigationMain" on the second level, which contains two
    Navigation Nodes referring to "myCustomIView" (rendered as tabs)
    In my own UWL table I refer to "mainCustomNavigationMain" as the
    navigation id to use my navigation tree and iView definition.
    But when I first select the portal role that links to the custom UWL
    iView, only the configuration of the navigation nodes affect the UWL
    iView, but NOT the configuration of the iView (such as columnOrder,
    width, supportedItemTypes and Actions). Instead, the properties of the
    UWL's default iView "DefaultView" take place. Even though, in my UWL
    configuration this view is NEVER mentioned or indirectly referenced.
    Only when I change to the 2nd tab, the iView configuration takes place.
    When I then switch back to the first tab, this one's iView is also
    configured properly.
    Thanks in advance for your answers!
    Regards,
    Milena May
    Steps to reproduce:
    1. Create a UWL Configuration as outlined below
    2. Upload the UWL Configuration (System Administration -> Universal
    Worklist and Worklflow -> Universal Worklist Administration -> Click to
    Manage Item Types and View Definitions -> Tab: Upload New Configuration
    Configuration Name: uwl.custom
    High Priority: true
    3. Go back to Universal Worklist Administration
    -> Cache Administration Page -> Clear cache of all Systems
    4. Create a custom portal role and add the UWL as a delta link
    5. Modify the properties of the delta-linked UWL:
    useNavigationId = mainCustomNavigationMain
    6. Log off and on again.
    7. Navigate to the custom role containing the UWL iView
    -> see the described behaviour
    <ItemTypes>
    <ItemType name="uwl.task.myCustomTask" connector="MyCustomConnector"
    defaultView="myCustomIView" defaultAction="forwardUsers"
    executionMode="default">
    <!-- Item actions are displayed in the preview and
    detail view as action buttons. -->
    <Actions>
    <Action reference="forwardUsers" />
    <Action reference="delete" />
    </Actions>
    </ItemType>
    </ItemTypes>
    <Views>
    <View name="myCustomIView" referenceBundle="bundle_custom"
    columnOrder="subject, isEscalated, creatorId, createdDate,
    priority, attachmentCount, dueDate, status" width="800"
    supportedItemTypes="uwl.task.myCustomTask">
    <!-- View actions are also displayed as buttons and can
    have an effect on none, one or multiple selected items.
    -->
    <Actions>
    <Action reference="delete" />
    <Action reference="forwardUsers" />
    </Actions>
    </View>
    </Views>
    <!-- The first level just defines the navigation section in the config
    file, bundling all custom navigation models. No properties required. -->
    <NavigationNode name="rootCustomRoot" view="" referenceGroup=""
    visible="yes" keepItemCountUpdated="yes" displayItemCountInTitle="yes">
    <!-- The second level defines the (custom) navigation model for
    a custom UWL iView, which is assigned to iView property
    useNavigationId. -->
    <NavigationNode name="mainCustomNavigationMain" view=""
    referenceGroup="" visible="yes" keepItemCountUpdated="yes"
    displayItemCountInTitle="yes">
    <!-- The third level defines the tabs, and the view
    which is displayed when the tab becomes active. -->
    <NavigationNode name="myCustomTab1"
    view="myCustomIView" keepItemCountUpdated="yes"
    displayItemCountInTitle="yes" visible="yes">
    </NavigationNode>
    <NavigationNode name="myCustomTab2"
    keepItemCountUpdated="yes" displayItemCountInTitle="yes"
    visible="yes" view="myCustomIView">
    </NavigationNode>
    </NavigationNode>
    </NavigationNode>

    Hi MilenaMMay,
    What version is your UWL including patch level?
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • UWL default view

    Hi people,
    In a SAP EP 6.0 SP14, I have added the default UWL iView to the content I intend to provide to the end users. It is working fine, but I need to check something.
    For the tabs "Tasks" and "Tracking", there is a dropdown box where you can select one view among the available ones to display your items. My Portal has two options in this dropdown: <No Subview> and Collaboration.
    The issue is that the view <No Subview> is the default one, but I would like to have Collaboration view as the default one.
    Is it possible to configure? Can you please help me with documentation about that?
    Thanks in advance
    Fernando Urzedo

    You need to customize the UWL XML configuration like this:
    1. Download the configuration xml "uwl.standard" from the UWL administration / content configuration.
    2. In the file, locate the tag <NavigationNode name="Main" ...>.
    Keep it and the its nested tags, but delete all other tags like Actions, ItemTypes, Views in the XML (we do not want to customize them).
    3. Make the file look like this:
    <UWLConfiguration version="1.0">
      <NavigationNode name="root" view="" referenceGroup="">
        <NavigationNode name="Main" view="" referenceGroup="">
          <NavigationNode name="CombinedTask" view="<b>uwlTaskCollView"</b>
                referenceBundle="tasks">
            <b><NavigationNode name="any_name_here" view="uwlTaskCollView"
                referenceBundle="coll_task"/></b>
            <NavigationNode name="task2" view="DefaultView" referenceGroup=""
                referenceBundle="all_tasks">
    ... rest of nodes here ...
    The key changes are in bold.
    4. Upload the file in the UWL administration as new configuration (any name). It takes effect immediately, but you may need to log out / log on to see the changes.
    Don't worry, if there is any problem, just delete your configuration and the UWL automatically reverts to the standard configuration.
    The NavigationNodes under "Main" define the tabs.
    The NavigationNodes under "CombinedTasks" (represents the task tab) define the entries in the first dropdown. With the configuration, you tell UWL to use the collaboration view as first and default entry in the task tab dropdown.
    You can customize the tracking tab in a similar way (NavigationNode "CombinedTracking"). Unfortunately, I don't know the name of the collaboration tracking view, but you can figure it out easily by enabling the support info on the UWL iView. If you then select a UWL view at runtime, it shows you the view name (among other information) under the UWL.
    Also, in case you don't have it yet, check out the UWL How-to guide: https://websmp101.sap-ag.de/~sapdownload/011000358700002683342004E/UWL.pdf
    That's it for now,
    Matthias

  • Hiding action button from  UWL default view

    Hi All,
    In our UWL, we have created a subview for mass approval of leave requests.In this case, the mass approval button is appearing in default view as well.We want the buttons to be restricted only to the subviews and should not be displayed in the default view.
    We tried the below code in XML under default view but it didn't work
    <Action name="ApproveI" groupAction="yes" handler="uwlExcludeAction"   referenceBundle="levatt.ess.ApproveSelected"/>
    Pls. suggest how to hide this from default view.
    Thanks,
    Arun

    Hi Arun
    I hope you are well and many thanks for using the SAP Discussion Forums .
    Ok in relation to the scenario that you have described you mentioned:
    You created a subview for mass approval of leave requests.In this case, the mass approval button is appearing in default view as well. You want the buttons to be restricted only to the subviews and should not be displayed in the default view.
    <Action name="ApproveI" groupAction="yes" handler="uwlExcludeAction"   referenceBundle="levatt.ess.ApproveSelected"/>
    Firstly from a general perspective we need to remember two key principals in terms of the editing of XML files.
    XML files follow the concept of precedence. Therefore when you make changes to any XML files or create an entirely new XML file these files need to be re-uploaded with a new priority. To realize changes with XML files and see the changes "graphically displayed" on the portal you need to re-upload the files with a new priority of "High" or "Very High". Also after making the changes you need to clear the UWL Cache or restart the UWL Service (not portal) to see the desired changes displayed.
    The second point to highlight here is to ensure that you make and perform a backup of current XML files which are unedited. The reason for this is simply to allow changes to be reverted easily if required.
    Now back to the scenario you want to remove this mass approval option from the default view.
    There are a few approaches here, and I have outlined guidance documentation below for your cross referencing and convenience:
    Removing Actions From the UWL Display
    https://help.sap.com/saphelp_nw73/helpdata/en/4a/f09ebd4a5a6d62e10000000a42189c/content.htm
    XML Code To Remove Buttons
    UWL XML Code to remove buttons Forward,Resubmit and Assign to Me - Portal - SCN Wiki
    If you enable the support information for a given workitem associated with the button you should be able to remove the button action by removing the XML code or editing the "Actions To Exclude" section:
    Please enable the Support Information of UWL. You could find the details in the following note:
    SAP Note: 1532883 - How to Enable the Support Information for Troubleshooting issues in the Universal Worklist (UWL)
    There should be some reference to the Approval button in the file which will need to be removed.
    Kindly update me as per your findings and let me know if you find the desired resolution.
    I will be keeping an eye on the thread in the meantime awaiting your response.
    Kind Regards & All The Best
    Troy Cronin - Enterprise Portal Support Engineer

  • UWL custom view

    I'm not an espert by any means in this area but I am trying to add a custom view to the UWL with approve and reject buttons so the user does not have to open each workitem to process them. I have managed to get the subview to appear on the UWL but no workitems are in the list despite there being some in the main view. I have put the XML code below, anyone have any ideas what is wrong with it?
    Thanks
    Rob
    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
      <!DOCTYPE UWLConfiguration (View Source for full doctype...)>
    - <UWLConfiguration version="1.0">
    - <ItemTypes>
    - <ItemType name="uwl.task.webflow.decision.TS92000003.Finance_and_HR" connector="WebFlowConnector" defaultView="myApprovalView" defaultAction="viewDetail" executionMode="default">
      <ItemTypeCriteria systemId="Finance_and_HR" externalType="TS92000003" connector="WebFlowConnector" />
    - <Actions>
    - <Action name="Approve" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" defaultGroupAction="no">
      <Descriptions default="Approve" />
      </Action>
    - <Action name="Reject" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" defaultGroupAction="no">
      <Descriptions default="Reject" />
      </Action>
      </Actions>
      </ItemType>
      </ItemTypes>
    - <Views>
    - <View name="myApprovalView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS92000003" columnOrder="statusIcon, subject, creatorID, createdDate, dueDate, priority, approveCol, rejectCol" sortby="createdDate:descend, priority:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" tableNavigationHeaderVisible="no">
    - <Descriptions default="Application Mass Approval">
    - <ShortDescriptions>
      <Description Language="en" Description="Application Approval" />
      </ShortDescriptions>
      </Descriptions>
    - <DisplayAttributes>
    - <DisplayAttribute name="rejectCol" type="checkbox" width="" sortable="no" format="default" actionRef="2" hAlign="CENTER" vAlign="TOP" maxTextWidth="0" headerVisible="yes">
    - <Descriptions default="">
    - <ShortDescriptions>
      <Description Language="en" Description="Reject" />
      </ShortDescriptions>
    - <LongDescriptions>
      <Description Language="en" Description="Reject the request" />
      </LongDescriptions>
      </Descriptions>
      </DisplayAttribute>
    - <DisplayAttribute name="approveCol" type="checkbox" width="" sortable="no" format="default" actionRef="1" hAlign="CENTER" vAlign="TOP" maxTextWidth="0" headerVisible="yes">
    - <Descriptions default="">
    - <ShortDescriptions>
      <Description Language="en" Description="Approve" />
      </ShortDescriptions>
    - <LongDescriptions>
      <Description Language="en" Description="Approve the request" />
      </LongDescriptions>
      </Descriptions>
      </DisplayAttribute>
      </DisplayAttributes>
    - <Actions>
    - <Action name="1" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" defaultGroupAction="no">
      <Descriptions default="1" />
      </Action>
    - <Action name="2" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" defaultGroupAction="no">
      <Descriptions default="2" />
      </Action>
      <Action reference="submitUserDecisions" defaultGroupAction="no" returnToDetailViewAllowed="yes" launchInNewWindow="no" />
      </Actions>
      </View>
      </Views>
      </UWLConfiguration>

    Hi,
    Check this blog may be usefull.
    Flashy UWL ...
    Complete customization of UWL UI.
    Thanks and Regards,
    gopal

  • UWL Decision View - Does a Pop Up comes after bulk approval?

    Dear All,
    We are exploring the option of Implementing UWL with Decision Views, which allows for multiple work items to be approved or rejected in a single action. Does that Multiple Approval action asks for a second level "Confirmation" with a pop up, as it might be necessary to mitigate any unwanted Accidental approvals.?
    Please suggest..

    Typically, for Mass Approval in UWL, there will not be any confirmation screen. You would select all your decisions and click on the "Submit Decisions" button.
    If you would like to include a confirmation screen, you could possibly include that within your application - and launch the application upon clicking on a UWL item.
    Thanks,
    Shanti

  • UWL sub-view config

    Hi there,
    I have a sub-view working nicely for one particular task, however as this is a multiple approval decision view, I want the hide the preview pane, but only for this sub-view.
    I know we can turn preview off in the UWL iView, but does anyone know whether it can be done by sub-view or by task?

    Darren
    Thanks for that info, pretty much what I expected.
    As an alternative, if I could hide the decision buttons from the preview - just for this task - that would work for the client. I have tried using the display_order_priority property in the view XML, with value of uwlExcludeFromPreviewDetail as detailed in [sap help|http://help.sap.com/saphelp_nw70/helpdata/EN/4d/1789a925ba42acac0a77b92da4a600/frameset.htm]  , but this did not hide the buttons, only made the action unavailable.
    Is there any way I could hide the buttons for this particular task? Anyone?
    Nick

  • Admin Level Personalization to create seeded views failing

    Hi,
    I have a custom page, let me call it customPG.xml.
    When I log in and access that page, there is a button that enables me to create user-level views for a table, and it works.
    To create table view that is visible to all users, I go to functional admin and create seeded user views for the same table. For some reason, when I create a blank view from admin level personalization, it appears in the user screen views dropdown, but when the view is selected, no data shows up in the table.
    When I duplicate this view at the user level, I can see the data in the table.
    any reason why this is happening?
    how can i overcome this?
    thanks

    Anand,
    Thank you for the response.
    I tried both Functional Admin and SYSADMIN and neither worked. What worked was - when on the personalizae page - select option 'Complete View' instead of the 'Simple View', then all 'Create Item' icons becone enabled!
    Well - wonders never stop!
    Regards
    Anatoliy

  • SRM-MDM Views and ECC 6 EHP 5

    Dear SAP SRM/MM experts
    I have 2 questions:
    1) Is SAP ECC 6 EHP 5 released yet?  If so where can I get the Release Notes fro SAP EHP 5.0?
    2) Does EHP 5 give us ability to have different users using ME51N and ME21N in ECC to see differeent SRM-MDM catalog views?
    Kind regards and thanks
    Pedzi

    Hi,
    It is the coming version and not released yet.
    Regards,
    Masa

  • UWL Custom View Action

    Hi all,
    I try to implement a custom view action, i.e. an action that is assigned to a view (and not to an item type).
    I face the following problem: The UWL system gets my custom action handler by calling IProviderConnector.getActionHandler() and checks if it is a launcher by calling isLauncher(), yet, the performAction() method of the returned ActionHandler is not called.
    Thanks for your attention,
    --Stefan

    Hi all,
    I got the problem solved in the meantime. Yet, I am not sure if the solution is correct.
    I changed the method IProviderConnectorr.getAllActionsForItem(UWLContext aContext, Map aCurrentActions, Item anItem) to add the new custom action. For that means I instantiate an Action class with the same information I have already specified in the UWL XML configuration for the custom view action.
    I do not like this solution because
    1. In the program code I have to repeat the specifications already done in XML.
    2. The IProviderConnector.getAllActionsForItem() method has an Item as a parameter. What happens if there is no Item available? Does the UWL system call the getAllActionsForItem method anyway?
    Maybe someone can give me some insight???
    Thanks for your attention,
    --Stefan

  • UWL Inbox - view task item is giving 500 internal server error in HTTPS

    We have configured external URL Portal to be accessible via HTTPS internet.
    The UWL main page is loading in portal without any issue in HTTPS connection. . If I click any task in the uwl inbox list... i am getting 500 internal server error.
    FYI u2013 we have no issue in INTRANET connection. The issue is only with https.
    Some reason https => http => https switch/redirect is not happening in UWL components. Not sure where the issue is. We are using CA Siteminder proxy rule with F5 load balancer.
    Here are the log from HTTP Watch
    Line 1): Method= GET Result =(Cache) type=text/html
    URL =https://0000.000.com/irj/portalapps/com.sap.portal.navigation.contentarea/html/blank.html
    Line 2): Method= POST Result =302 type= Redirect to https://0000.000.com/webdynpro/dispatcher/sap.com/tceujwfwfwdtd/JWFTaskDetail;jsessionid=(J2EE**)ID1**End
    URL= http://0000.000.com/webdynpro/dispatcher/sap.com/tceujwfwfwdtd/JWFTaskDetail;jsessionid=(J2EE**)ID1**End
    Line 3): Method= GET Result =500 type=text/html;charset=UTF-8
    URL=https://0000.000.com/webdynpro/dispatcher/sap.com/tceujwfwfwdtd/JWFTaskDetail;jsessionid=(J2EE**)ID1**End
    During line # 3 (above log) we are getting 500 internal server error.
    Thank you,
    Padman

    Issue resolved.
    the fix is http://help.sap.com/saphelp_nw70/helpdata/en/b8/437d46d4451e4c9ab756e272a1581d/frameset.htm

  • UWL Creation of new View

    Hi Everybody,
    How to Create the new UWL list view which can be attached to new role...?
    the actual requirement is to fetch the Process and task from the workflow and display them in new view with there many attributs...
    I am using NWDS7.2 CE and request to u pleas give me proper solution...I search n downloaded more PDF but not of use...incomplete information is provided...
    I will reward points to proper solution..
    Thanks to all...
    Swapnil
    Edited by: swapnilshelke on Nov 23, 2011 2:30 PM

    Hi Deven,
        I think you have to create a new controller class for the new view, even if you don't want to change anything. Because in the attributes(attribute name - VIEW) of controller class you have to maintain view name.
    Hope this will help you.
    Thanks
    Swagatika

Maybe you are looking for

  • How to install Windows Server 2008 (dualboot) on a PC with Windows 8.1 already on it?

    Hi, I bought a new PC with preinstalled Windows 8. Now I need to install Windows Server 2008. Anyone can advise me how to do it? It has to be in dual boot, in Virtual Machine the display is way too small

  • Print dialogue box in smart form

    Hi Experts, As i am a beginner i am facing liitle problem with smartforms....when i enter a text in smartform to execute,thn it asks about print status......so problem is what is this print status...what information it wants to enter in it....please

  • How to join multiple paragraphs into one

    I am working with the latest Pages 5.0.1 that is a step back from Pages '09. Every time I paste text from webbrowser each line is pasted as new paragraph. I'd like to select multiple paragraphs and join into a single paragraph. I thought of using Rep

  • Flash query, integrating.

    Hi, I hope this thread is in the right subject area! If not, thanks for reading. I've recently completed a Flash survey and I'm interested how it was developed. What seems to be clever is that you run through the questionnaire and the SWF clearly see

  • Can only see time in subscribed to calendar

    I have subscribed to my wife's calendar and all I can see is the time she has an event and nothing else. I have 10.4.9 and she has 10.3.9 should that make a difference?