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

Similar Messages

  • Error while opening UWL configuration file

    Hello SDN,
    I am customizing UWL config file. I have download file and saved it to desktop. But while opening that file i am getting following error.
    The system cannot locate the resource specified. Error processing resource 'uwl_configuration.dtd'. Can you please tell me how to download and customize file.
    regards,
    Sree.

    Hi Sushil,
    I have followed the same procedure what you have explained. But when i am opening XML file with XML editor , it is not opening and not giving any error. But when open with word it is saying "file must contain one root element".
    When open with notepad below is the content.
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- UWL Configuration can have 0 or 1 Item types and views tag -->
    <!ELEMENT UWLConfiguration (Principals?, DescriptionBundles?, Actions?, ItemTypes?, Views?, GlobalDisplayAttributes?, NavigationNode?)>
    <!ATTLIST UWLConfiguration
         version CDATA "1.0"
    >
    <!-- Role-Based Navigation Feature i036159 -->
    <!-- If the UWL Configuration has Principals tag the configuration will be valid only for the principals indicated in one of the Principal tags -->
    <!-- Principal UniqueID should be used as id-->
    <!-- Principals? added to UWLConfiguration elements list-->
    <!ELEMENT Principals (Principal+)>
    <!ELEMENT Principal EMPTY>
    <!ATTLIST Principal uniqueID CDATA #REQUIRED>
    <!-- RBV Feature 200801111300 -->
    <!ELEMENT ItemTypes (ItemType*)>
    <!ELEMENT Views (View*)>
    <!-- Item type has 0 or 1 of other tags. since it could be inherited there is no need to specify all -->
    <!ELEMENT ItemType (Caching?, ItemTypeCriteria?, CustomAttributes?, Actions?, Menu?)>
    <!ATTLIST ItemType
         name NMTOKEN #REQUIRED
         connector CDATA #REQUIRED
         defaultView NMTOKEN #REQUIRED
         defaultAction NMTOKEN #IMPLIED
         executionMode (optimistic|pessimistic|default) "default"
    > following file like this........
    when i copy the content directly from portal below is the format....
    <?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.TS01000096.ESS_Webdynpro" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="ESS_Webdynpro" externalType="TS01000096" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01000097.ESS_Webdynpro" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="ESS_Webdynpro" externalType="TS01000097" connector="WebFlowConnector"/>
          <Actions>
    Can you please check and let me know if anything is missing.
    regards,
    Sree.

  • UWL Configuration Problem

    When trying to configure the UWL by clicking the link:
    Click to Configure Item Types and Customize Views Using a Wizard, and then in the wizard selecting:
    Customize the look of the UWL main page
    The Navigation Node Configuration page is not correct. The dropdown list and other controls are not populated.
    Anyone know how to fix this?

    Hi Paul,
    See if this can help:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpx/uwl%2bconfiguration%2bwizard%2bshows%2bempty%2bdropdown
    "Issue :
    While using EP7.0 and customizing UWL look and feel through UWL Configuration Wizard, you see an empty dropdown under the property "Select the Navigation Node To Be Customized".
    Workaround :
    The issue is due to a programming error in the XML. The basic problem is that the wizard does not support the Navigation
    Node name format that the mss file uses (<NavigationNode name="com.sap.pct.erp.mss.Main"....)  This is fixed in newer releases, but there is no need to upgrade since the workaround provided here is fine.
    Open the XML configuration file named "com.sap.pct.erp.mss.001". The top navigation node should be changed to "Main" instead of the longer name "com.sap.pct.erp.mss.Main".  Just replace this string with "Main".This is what I just did and have attached the new com.sap.pct.erp.mss.001 file.
    So that the UWL knows what navigation configuration to use, you need to go to the UWL iview properties and change the property 'useNavigationId' to "Main".  Otherwise, you will run into problems.
    So, in summary, the solution is two parts: changing the navigaiton node from "com.sap.pct.erp.mss.Main" to Main, and setting the "useNavigationId" iview property to Main."
    Best regards,
    José
    Edited by: José Esteves on Apr 23, 2008 10:34 AM

  • UWL Configuration - New Task

    Dear all.
    I need your help.
    I need to customize new workflow task that need to be displayed and executable at UWL level.
    When I go to System Administrator area, there are many "System Alias" that have connector type "webflow connector".
    How to know which system alias is valid/ in active?
    And also when I have a look configuration name under "click to administrate item type and view definition there are more than one configuration mane.
    How to know which configuration name that I need to modify?
    Many thanks

    Hi Sandy,
    So you want specific dynamic behaviour on the nature or kind of task.
    Thats interesting.
    What my knowledge suggests is that you can do the following:
    1) Download UWL's xml file.
    2)Create a new item type i.e for these special WF tasks.
    3)Add the Add Memo action to this item type
    4)Make a subview for these item types.
    Read the [UWL configuration pdf |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45]before doing this.
    I hope it helps.
    Regards,
    Sumit
    Edited by: Sumit Oberoi on Feb 26, 2008 12:55 PM

  • UWL Configurations assistant only works sometimes

    Hello Everyone,
      I am having problems with the UWL configurations assistant.
    The uwl version is 7.00 SP21(1000.7.00.21.0.2009.12.14204516)
    The Problem is as follows:
      When using the assitant to change attribute names (ie. Change subject to Theme ) I can change it but after saving the change and checking the UWL the change is not there (ie subject is still subject). This happens not only with attributes but also when I want to change the view name. Some of the changes that I have made work but then some of them don't. I've cleared cache and all and even restarted the portal but not all changes are always made. I have no definitive explanation why some changes are made and some are not. Removing views from the UWL always works properly with the assistant so at least that works
    I have already been though the complete SAP Help, Xsearch and the UWL Forum so links to SAP Help Won't help much.
    Thanks in advance for any help
    Paul

    Hi Beth,
    Yes I am using the Wizard.
    1. select the wizard link and in the next window select "Configure the main view of the UWL"  (Please note I am translating everything because our portal is in German. So not all names will be exact)
    2. In the Navigation node configuration window, Select Tasks -> New and in progress -> Customize the view button
    3. I then select, for example, the "Substitute for" attribute and select "rename"  in the "enter a name to be used in this view" area I enter "To" for this attribute and click on "accept".
    4. I see that the change in the attribute name has been made in this window
    5. I the click on the "save" button in the upper left corner.
    6. This brings me back to the Navigation node configuration window. In this window I select the "save and return" button
    7. The status page tells me in which .xml file my changes were saved (in this case MainCombinedTracking)
    8. I then select the "back to main page button" and am brought back to the UWL configuration main page
    9. I then go to the UWL page and check to see if the change has been made and I still see "Substitute for"
    I did get this to work in one view (Tasks) but that took quite awhile and a few tries. I haven't been able to get it to work again in the other views (Completed Tasks and Tracking) or in other systems (Kon or Prod). I had cleared the cache everytime after checking and seeing that the attribute name had not changed. All of the customizing (personal) was deleted during this whole scenario so that it would not be in the way.
    I have tried to use the wizard to rename the Tracking tab but this also did not work even though I selected the "Rename" button in the Personalize Tracking window
    No errors are shown. I just see that the attribute name has not been changed unfortunately. I have not set uwl to debug mode but I will try that when I get a chance to.
    Thanks for your speedy reply
    Paul

  • Error after reload the standard XML file in UWL Configuration Wizard

    Hi all,
    We are working with UWL (EP7sp10) and encountered a problem. The UWL Configuration Wizard gave an error. We found on SDN/WIKI a posting with a workaround (<a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/BPX/UWL%2bConfiguration%2bWizard%2bshows%2bempty%2bdropdown">WIKI - UWL Configuration Wizard shows empty dropdown</a>)
    We tried this working around, but it did not work. We uploaded the standard XML file again. Now we cannot access the link "Customize the look of the UWL main page" in UWL Administration.
    We get a shortdump: 500   Internal Server Error
    <b>LOGS & TRACES</b>
    Exception occured during processing of Web Dynpro application sap.com/tckmcbc.uwl.ui~wd_admin/UWLControlCenterConfiguration. The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.progmodel.context.ContextException: dropDownEntry<u>ComboMaincom</u>.sap.pct.erp.mss.Alert</u> is not a valid name for a node or attribute
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.validateName(NodeInfo.java:973)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:513)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:534)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.createTab(NavigationNodeConfiguration.java:830)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.populateTabs(NavigationNodeConfiguration.java:945)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.onActionFirstLevelNodeSelected(NavigationNodeConfiguration.java:252)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.onPlugfromListOfConfigurations(NavigationNodeConfiguration.java:223)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.wdp.InternalNavigationNodeConfiguration.wdInvokeEventHandler(InternalNavigationNodeConfiguration.java:288)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    It seems getting wrong at: dropDownEntryComboMaincom.sap.pct.erp.mss.Alert
    What do I have to do now? Also a clean XML file upload from another SNP installation did not work. 
    Best regards,
    G. Leurs
    Message was edited by:
            G. Leurs
    Message was edited by:
            G. Leurs

    Hi Leurs,
          Try doing the following:
         1. Upload the new Standard XML file from the another portal server with same support version or replace the changes u made to original and upload
         2. Remove the cache
        3. Register for all systems
        4. preview the UWL iView.
    Regards,
    Vinoth.M

  • UWL Configuration Document for EP 7.0

    Dear all,
    We are on EP 7 and trying to configure the UWL. I have a few documentation on the configuration of UWL (not sure whether is works for EP 7). When i try to Registering System Item Types with the UWL, i can see the following option which is different from EP 6.
    AdHocSystem  - AdHocWorkflowConnector
    ActionInbox      - ActionInboxConnector
    We are using webdynpro and JCO connection. Therefore does it still require the system landscape? Anyone have the UWL configuration document for EP 7?
    Thanks,
    Regards,
    Bryan

    We need to create ITS settings in system object
    Select Internet Transaction Server in the Property Category drop list from Ur system object
    Give details as below
    ITS Description: Give description
    ITS Host Name: bs3q01.mycompany.com:8001
    This information can be found under transaction code SMICM. Choose menu path GoTo &#61664; Services and you can find the hostname and port for the HTTP record.
    ITS Path: /sap/bc/gui/sap/its/webgui
    ITS Protocol: HTTP
    Save
    And also u need to activate these services
    Goto Ur backend system  – goto SICF – execute -- default_host – sap – bc – gui –sap – its – webgui
    Right click and activate services
    Regards
    Krishna.

  • GP-UWL configuration

    Hi All
    Anyone from SAP, please let me know whether is it not possible to open up a GP task from button "Open Tasks" inside a portal where GP-UWL configuration works fine and I am able to see all GP tasks in Home -> Work -> Universal Worklist.
    Currently I get error "Unknown Action" when I click on button "Open Tasks" , I have tried with all configurations and have implemented all related SAP notes.
    Please let me know that whether any additional "Visual Administrator" setting is required.
    Thanks,
    its urgent pls
    with regards,
    sriram

    Hello,
    It sounds like you are on 7.0.   We have a guide for configuring GP with UWL - but it's for GP running on 7.0.  Here is the link to the guide:
    /people/ginger.gatling/blog/2008/02/13/galaxy-universal-worklist-guided-procedures-connector-and-dr-bruce
    It is unusual that you get an unknown error when you can see the tasks in UWL.   What is the task you are executing?  Does the task execute in the runtime?  I have seen certain callable objects having problems in UWL.   Try a callable object that is just a web page, and see if that executes OK in UWL.
    Regards
    Ginger

  • EP MDM UWL Configuration

    Hello,
    Can any inform me about EP MDM UWL Configuration?
    I have followed SAP PDF: How to Work with UWL and MDM Workflows in the Portal
    As per PDF, MDM.xml file is required to be maintained on EP, which I could not found on specified path as per pdf.
    Pl. help
    Regards,
    Purav

    if you have deployed portal content for mdm, you should get it. have you checked uwl administration at portal side?
    also it can be located at
    BPMDMA71003_23-20003760.SCA\com.sap.mdm.uwl.sda\com.sap.mdm.uwl.par\PORTAL-INF\private\classes\uwl_mdm.zip\

  • UWL COnfiguration(Connecters is not successfully connected)

    Hi,
    We are configuring UWL on portal.
    Folowing are the steps we followed for UWL configuration in terms for Portal as well as Backend.
    Backend:-
    1)SWU3 configuration is done.
    2)created UWL_Server with all the authorization.
    SAP_BC_BMT_WFM_UWL_END_USER
    SAP_BC_UWL_END_USER
    SAP_BC_UWL_SERVICE
    Portal:-
    1)Created one RFC through Visual Administrator
    2)Deployed one .SDA sonic connectors
    2)Created one system with SAP_R3_Workflow alias name but
    getting an error while testing connectors
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    I believe by the time we donot configure the connectors sucessfully until we
    will not be able to register service in System_administration->system Configuration
    ->Universal Worklist.
    Please give you input that how we can manage to acivate the test connection of connectors.

    Hi Rishav,
    Please post this thread in portal related forum so that you will get appropriate replies..
    Rgds,
    Bharath

  • UWL Configuration SAXException ItemTypeCriteria

    Hello,
    i have my uwl-configuration file changed with sample from SAP (TS74507936, object FORMABSENC). I can't upload the new configuration. I have a Error
    "org.xml.sax.SAXException: Parsing near (CustomAttributes), and (ItemTypeCriteria) present at wrong place ". But this is the sample from SAP.
    <ItemType name="uwl.task.webflow.TS74507936" connector="WebFlowConnector" defaultView="myApprovalView"         defaultAction="viewDetail" executionMode="pessimistic">
          <CustomAttributes>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="FORMABSENC" cacheValidity="final">
              <Attribute name="NAME" type="string" displayName="Name"/>
              <Attribute name="LASTDAYOFABSENCE" type="date" displayName="Last day of absence"/>
              <Attribute name="FIRSTDAYOFABSENCE" type="date" displayName="First day of absence"/>
              <Attribute name="COSTCENTER" type="string" displayName="Cost Center"/>
              <ItemTypeCriteria externalType="TS74507936" connector="WebFlowConnector"/>
            </CustomAttributeSource>
          </CustomAttributes>
        </ItemType>
    When i comment ItemTypeCriteria, no errors but also now attributes in uwl.
    Can anybody help me.
    best regards
    karsten

    Hi,
    i have found the error. ItemTypeCriteria must beyond CustomAttributes.
    Now its works.
    best regards
    karsten

  • UWL configuration for Federated Portals logging errors in defaultTrace

    Hi everyone,
    I've just finished configuring UWL for Guided Procedures on federated portals using the help provided in the links below:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/43/ef06a7860c7061e10000000a1553f6/content.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/43/ef06a7860c7061e10000000a1553f6/content.htm]
    Everything is running very well except for the fact that exceptions for the GPsystem I created are showing up in the defaultTrace log. The message repeats itself several times:
    03/12/2009 , 15:56:12:234 , GPsystem    | ACCESS.ERROR        | null     |           | Permission=(com.sap.caf.eu.gp.model.permission.GPPermission GP.GET.WORKITEMS) , Error , /System/Security/Audit , com.sap.security.core.util.SecurityAudit , sap.com/cafeugpmodeleap , GPsystem
    These log traces repeat themselves so many times that they seem to be causing an unnecessary load on the system. Other that that, both the Guided Procedure and UWL are working perfectly. Does anyone have any idea as to why this might be happening?
    Thank you very much,
    Luis

    Hi
    UWL Configuration is not  proper so only this happening.
    Refer the [Link1|https://wiki.sdn.sap.com/wiki/x/IwBbAQ ] [Link2|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45] [Link3|http://help.sap.com/saphelp_nwce10/helpdata/en/05/fe8ef669674991a4205666694b9c85/content.htm] .
    Regards,
    Surjith

  • UWL Configuration in FPN

    Hi,
    Could someone please provide the steps to configure UWL in FPN mode. Basically all I am trying to achieve is to get the BI tasks/notifications in main portal UWL.
    We have FPN setup between main portal and BI portal. We also have UWL configured in main portal to get Notifications and Tasks from ECC.
    Now we need to fetch the Tasks and Notifications from BI Portal to main portal. Any help on this configuration would be appreciated.
    Regards,
    Mayur

    Hi mayur,
    Kindly check out these imp links for data extraction through BI in FPN.
    [BI data in FPN|http://help.sap.com/saphelp_nw70/helpdata/EN/94/ff11c5149241939a7a23fb944c8dbb/content.htm]
    [UWL in FPN|http://help.sap.com/saphelp_nw70/helpdata/EN/45/80361f617409b5e10000000a114a6b/frameset.htm]
    hope these help.
    Regards,
    Shailesh

  • UWL Configuration : New Columns  & Data

    Dear All,
    We have HCM process and forms based processes.The work items go to portal UWL (standard UWL). Now client wants to modify/enhance UWL columns data. E.g. they want to add more columns which contain  leave form's data.
    For example:
    If leave request for an employee of Personal Area "west" (this data is available in the form), a  UWL column " Personal Area" should have data as "west" shown in the work item row.
    How can we read form's data and pass it to UWL columns ? This will help users to filter required work items easily.
    Chohan

    Hi Sandy,
    So you want specific dynamic behaviour on the nature or kind of task.
    Thats interesting.
    What my knowledge suggests is that you can do the following:
    1) Download UWL's xml file.
    2)Create a new item type i.e for these special WF tasks.
    3)Add the Add Memo action to this item type
    4)Make a subview for these item types.
    Read the [UWL configuration pdf |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45]before doing this.
    I hope it helps.
    Regards,
    Sumit
    Edited by: Sumit Oberoi on Feb 26, 2008 12:55 PM

  • Can any one send me step by step UWL configuration guide.

    Hi,
    Can any one send me step by step UWL configuration guide.
    Regards,
    Gurprit

    Hi...
    Refer these too..
    Personalizing UWL
    [http://help.sap.com/saphelp_nw04/helpdata/en/50/f5b3e1ad524c54a94fa768a648e232/frameset.htm]
    Administration/Configuring of UWL
    [http://help.sap.com/saphelp_nw04s/helpdata/en/69/002903c91546aebc3197daff3d5b36/frameset.htm]
    Thanks....

Maybe you are looking for