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

Similar Messages

  • How to configure a sub view for completed items in uwl?

    I overwrote the standard view with:
    <i><View name="WorkItemsCompletedView" selectionMode="NONE" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, completedDate" sortby="completedDate:descend" tableDesign="ALTERNATING" visibleRowCount="10" headerVisible="yes" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top" referenceBundle="completed_tasks">
                   <DisplayAttributes>
                        <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
                        <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
                   </DisplayAttributes>
                   <Actions>
                        <Action name="refresh" reference="refresh"/>
                   </Actions>
              </View></i>
    I tried to create a subview with the following configuration:
    <i><View name="MyViewCompleted" selectionMode="NONE" width="98%" supportedItemTypes="uwl.completedtask.webflow.TS91300001" columnOrder="statusIcon, subject, creatorId, createdDate,LIEFERANT,BETRAG,BELNR,BESTELLUNG" sortby="priority:descend, dueDate:ascend, createdDate:ascend" tableDesign="ALTERNATING" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="none" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="top" <b>referenceBundle="completed_tasks"></b>
                   <Descriptions default="Eingangsrechnung Ansicht">
                        <ShortDescriptions>
                             <Description Language="en" Description="Eingangsrechnung View"/>
                             <Description Language="de" Description="Eingangsrechnung View"/>
                        </ShortDescriptions>
                   </Descriptions>
                   <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>
                        <DisplayAttribute name="KONTIERUNG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Kontierung"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="LIEFERANT" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Lieferant"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BETRAG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Betrag"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BELNR" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Belegnummer"/>
                        </DisplayAttribute>
                        <DisplayAttribute name="BESTELLUNG" type="string" width="10" sortable="yes" format="medium">
                             <Descriptions default="Bestellung"/>
                        </DisplayAttribute>
                   </DisplayAttributes>
                   <Actions>
                        <Action name="refresh" reference="refresh"/>
                   </Actions>
              </View></i>
    I thought, that the referenceBundle would handle the creation of a subview, but though i have a item of this type in the completedtask view i have no sub view.
    Any ideas?
    regards,
    Jens

    FYI - referenceBundle refers to Description Bundles - i.e. it is to do with text descriptions only and does not create a subview.

  • How to create sub views in Oracle SQL

    I am trying to write a select statement through TOAD that needs to build a view and then query from that view further in the same statement. I don't mean create a VIEW in the common sense of running a CREATE VIEW command, I mean creating one dynamically within an SQL statement. Here's what I mean - in DB2 sql I can write the following:
    WITH COUNT_NUM
    COUNT_ADS
    AS
    (SELECT
    COUNT(AD_ID)
    FROM AD
    WHERE CONTRACT_ID = '000234123'
    SELECT * FROM COUNT_NUM;
    Obviously this is a real simple example but you get the idea. Using this syntax you can create numerous sub-views to build data into your final select. My question is how to do this for Oracle. I have searched tons of help pages and sites but the only reference is to creating permanent views. I do not want to create temporary views either as I do not have adequate system permissions - I only want to create dynamic ones within my SQL.
    Thanks in advance for any help!

    In Oracle, the equivalent concept is known as an in-line view. The Oracle version of your statement is:
    SELECT *
    FROM (SELECT COUNT(AD_ID) count_ads
          FROM AD
          WHERE CONTRACT_ID = '000234123')Essentially, you can use an in-line view anywhere you would use a "real" view or a table, so the follwoing is also possible:
    SELECT a.contract_id, a.count_ads, b.count_pages
    FROM (SELECT contract_id,ad_id,COUNT(*) count_ads
          FROM ad
          GROUP BY contract_id,ad_id) ads,
         (SELECT ad_id,count(*) count_pages
          FROM ad_pages
          GROUP BY ad_id) ad_pages
    WHERE ads.ad_id = ad_pages.ad_idHTH
    John

  • Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported la

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

  • Sub Views and Retain Count

    I am currently creating an app. I am adding sub views to the application like this (it's a feature that switches between a map and a list view):
    MapViewController *mapView = [[MapViewController alloc] init];
    ListViewController *listView = [[ListViewController alloc] init];
    switch (segmentedControl.selectedSegmentIndex) {
    case 0:
    [segmentView addSubview:mapView.view];
    break;
    case 1:
    [segmentView addSubview:listView.view];
    break;
    default:
    break;
    [mapView release];
    [listView release];
    The problem is - that the [listView release] makes my app crash while [mapView release] doesn't. Can someone explain some light on why? MapViewController inherits from UIViewController while ListViewController inherits from UITableViewController.
    EDIT: for some weird reason the editing screws up here but I hope you can read what my problem is regardless.
    Message was edited by: simnie

    simnie wrote:
    ... I just don't get why releasing my list view controller crashes the program while releasing the map view controller does not.
    When you release both controllers at the end of the code block you posted, the retain count for each of those controllers will go to zero, and they will be deallocated, even though--as you pointed out--the view which was added to 'segmentView' will continue to be retained by its superview (i.e. prior to the release of its controller, its retain count was +2, since it had been retained by the controller when the controller and view were created, then retained again by the superview).
    If and when the program crashes depends on whether and when any messages are sent to the deallocated objects. As soon as the table view is added to the superview, it's going to start sending messages to its data source, so if the invalid 'listView' address is also the address of the table view's data source, I would expect an immediate crash. To provoke a crash because of the invalid 'mapView' address, someone would need to send a message to that address.
    I have solved the issue by making the controllers properties in the class instead and releasing them in the dealloc method.
    This is the correct solution. You want each controller to be retained by the respective property setter.
    Btw, I'm not sure why you create both controllers in a method that only seems to use one of them. Since you're now using a retaining property to store the address of each controller you won't leak the memory for the controller when you enter that code multiple times, because the setter for that property will automatically release the previous controller when you replace it with a new one.
    However you might be leaking the memory for the visible view when you enter that code multiple times, since I don't see any code to remove the old view(s). In other words, if you run that code block over and over, it looks like the views you're adding to 'segmentView' will just be layered on top of any previous views, since--as discussed--when the controller is released, the view will still be retained by its superview.
    If the above applies, I would recommend code that only creates each controller one time, as needed. E.g. you could test the property for that controller, and only create a new one if the property is nil. By limiting the number of controllers that get created, you should only have two views at a time, so that problem won't be critical.
    \- Ray
    Message was edited by: RayNewbie

  • Structure enhanced but fields don't appear in View Config

    Hi,
    I have enhanced the structure CRMST_QUERY_COMPL_BTIL with an append structure that has the fields CREATED_AT_DATE (type CRMT_CREATED_AT_DATE), SALES_OFFICE (type CRMT_SALES_OFFICE) and SALES_ORG (type CRMT_SALES_ORG).
    Now I see these fields in the 'View Structure' tab of the component workbench, under the context node SEARCH in the view BT120S_CPL/AdvSearchComplEF. However, I do not see these fields in the 'Available Search Criteria' table in the 'Configuration' tab.
    Do I need to do anything additional to make these three new fields appear in the available search criteria?
    I am not using design layer.

    Hi Rohan,
    Create an attribute by right clicking on the context node's attribute list.There in the bol field you can select the field which u added as an append structure.
    Once this is done,in the view config just add the newly created attribute as the search criteria from the available fields.
    You need to implement some badi though to filter on the value of this search criteria.
    Hope this helps.
    thanks,
    Ashish.

  • LMS4.1 soft appliance: cant view Configs in GUI

    Hello,
    Cant view Configs in Version Summary or Version Tree. After klicking a config, a forever loading white Window opens. I tried this with many configs and after a reboot of the LMS server also.
    BTW: also device selector in configuration management was just working after rebooting the appliance.
    Steffen

    Developed a working solution for SCP based file exchange with LMS-Linux-Appliance:
    LMS Appliance:
    carshell> shell
    sysadmin # useradd -g casusers -d /home/scp -s /bin/bash -c "SCP user for file transfer from and to LMS" scp
    sysadmin # passwd scp
    sysadmin # ...
    WinSCP-Settings:
    1. create a new profile with the LMS-IP and scp user
    2. force SCP as transport. In SSH version-2, SFTP is the standard scp transport. So you will need a combination of version 2 and SCP, because SFTP is not installed at the LMS linux appliance.
    The reason for the need of an extra user is: SCP transport needs a shell and carshell is not a proper shell to handle SCP commands beside Default Shell enforcement doesnt work with WinSCP.
    3. optional: preset remote dir: /var/adm/CSCOpx/files/rme/dcma/shadow
    Steffen

  • How to divided Main view into three sub views

    Hi Friends,
            Requirement : i have created four views, 1. Main View 2. search View 3. Display View 4. Update View
    Now i have to show all the sub views in one view that is in Main View.
    Can some tell me how to 1. How divide one view into two vertical views and 2. how to divided second half view into  two horizontal views. if any quires please let me know
    Note : High Priority
    Thanks in Advance
    Sankar

    Hi Sankar,
    The contextual panel is a UI element like any other.Once you insert the ContextualPanel UI element, you can insert child UI elements of FreeContextualArea, NavigationList, and ViewSwitch.
    For Contextual Panel.. please check WDR_TEST_EVENTS.
    And read sap help..
    http://help.sap.com/saphelp_nw70/helpdata/EN/28/fe5a42091de32ce10000000a1550b0/frameset.htm
    Cheers,
    Kris.
    Edited by: kissnas on Mar 22, 2011 10:01 AM

  • Print Diagram for Sub-Views

    Sql Developer 3.3 (latest version).
    I have a large logical model.
    Broke it up into sub-views.
    I need to save these images so I can add them to a document. The sub-views are sized so each can fit on a page of a word document.
    Is there a way to save these images all at the same time? The only way I can see to do it is
    print diagram->image for each one. Even if I do 'pdf' it is all of them.
    I dont want the main logical model since its a big dump of entities that is unreadable. Id really like to be able to save all of my sub-views at once to 1 .pdf  where each image is on its own page.

    Hi,
    You can't print multiple diagrams in single PDF file from DM. What you can do is print a report (any output format). All diagrams will be exported as separate PDF files in sub directory of your reporting directory. Then you can use external application like PDFMerge http://sourceforge.net/projects/pdfmerge/ to merge them in single PDF.
    And the exact diagrams can be chosen with creating of subviews in report configuration.
    Hope it helps

  • 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

  • IE10 rendering error in UWL sub dialogs like connections status

    Hi,
    I am using a custom framework and added the browser document mode iview with the sap-ie=EmulateIE8 parameter as described in various blogs. I also added this parameter to iviews where applicable but there are still rendering error messages in some UWL dialogs that are opened through the  UWL dialog itself e.g. the connection status window or the delegate window.
    Where can I add the sap-ie parameter to have these dialogs also rendered without warning?
    Thanks for any helpful hints in advance!
    Regards Stefan

    Hi Stefan
    I hope you are well and many thanks for using the SAP Discussion Forums .
    I'd like to re-emphasize the importance of what Donald mentioned above:
    Have you tried setting IE to use compatibility mode?
    Tools->Compatibility View settings - Add your Portal URL in the list
    In addition to this there are some important points to highlight regarding the utilization of IE10.
    Kindly see the below SAP Note Documentation (Compatability Section also Included).
    SAP Note 1785100 - Internet Explorer 10 Release Notes
    I would like you to review all the content available on SAP Note 1785100. As you can see in the Symptom section of the note, it also summarizes the Internet Explorer 10 limitations and system requirements that are known in some areas, including Web Dynpro and JAVA which is thetechnology used by the UWL iViews.
    - SAP Note: 1718465 - IE10 rendering issues with Web Dynpro Java
    From researching previously reported scenarios similar to the one that you are experiencing it seems the activation of compatibility mode has been used as the resolution before. Another point of analysis is the browser window zoom and its current setting, is it set to 100%?
    Kindly update me as per your findings.
    Kind Regards
    Troy Cronin - Enterprise Portal Support Engineer
    Follow Troy Cronin

  • 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

  • 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

  • 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

Maybe you are looking for