Please let me where  Universal Work List Administration page is located

Hi All,
  Please let us know whre we can find "Open the Universal Work List Administration page".
  How to register a system to UWL?
  We are getting following message
<b>"System not registered. Contact the administrator</b>"
Connection Status "Failure
null

Hi,
This is where you will find UWL Administration Page :
Go to System Administration -> System Configuration -> Universal WorkList & Workflow -> Universal Worklist Administration.
To register the system, go to Universal Worklist Administration -> Universal Worklist - Webflow Item Type Registration -> Register Item types for all systems. Incase you haven't created the system, you will have to create one. This is how you create it : Go to System Administration -> System Configuration -> Universal WorkList & Workflow -> Universal Worklist -> UWL Systems configuration -> Universal Worklist Systems and then create one using one of the systems in System Landscape.
Hope this helps.
Regards,
Sunil
PS: Reward points for useful answers.

Similar Messages

  • Showing universal work list when user clicks a button in webdynpro java

    Hi,
    I am developing webdynpro java application, when user clicks a button i want to display Universal worklist in the portal, if user is logged in then it directly shows in portal otherwise it should asks for username and password.
    Thanks,
    Madhu

    Hi Pithre,
    For this you have to use portal navigation classes, Same scenario occurred in previous forums, search thoroughly before you post the question.
    Go to the below link, May u r problem will be solved.
    Universal Work List & Web Dynpro
    Regards,
    Pradeep

  • Triggering Universal Work List item

    Hi
    is it possible to create a Universal Work List ad-hoc item within EP via an API or web-service?
    We could simply create a work item in R/3 and have the UWL link to R/3, but our preference is to avoid unnecessary hits on our R/3 server and create the item directly within EP.
    Thanks
    Peter

    Hi Peter,
    To answer your question, yes. 
    IProviderConnector implementations can use any communication mechanism to connect to the systems and retreive the Items. For example: EJB call, JCO, Web Service etc.
    I can see in this in the JavaDocs in the package: com.sap.netweaver.bc.uwl.connect.  I will attach a link to the full javadocs so you can take a look:
    http://help.sap.com/javadocs/NW04S/current/uw/index.html
    I hope that this information is helpful to you!
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    http://scn.sap.com/community/netweaver-portal/application-integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • The notifications aren't update using the API of universal work list

    We use in the portal home a development iview  that works with de API of Universal Work List. This iview shows the number of notifications and tasks. While the number of tasks are updated correctly, the number of notifications are not refreshed. The only way to update the number of notifications is going and refreshing the Universal Work List iView provided by SAP.
    The API that we are using not support this case? Any suggestion?
    We haven’t found information about this.
    Our system version is 7.00 SP14
    We attachment the call that we‘ve used.
          try {
            notificaciones = tareas = 0;
            IUWLService uwlService =
              (IUWLService)PortalRuntime.getRuntimeResources().getService(
                IUWLService.ALIAS_KEY);
            UWLContext uwlContext = new UWLContext();
            IUser user = componentRequest.getUser();
            uwlContext.setUser(user);
            uwlContext.setAllowBackEndConnections(true);
            uwlService.beginSession(uwlContext, -1);
            IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
            QueryResult result =
              itemManager.refreshCacheAndGetItems(uwlContext, null, null, null);
            ItemCollection collection = result.getItems();
            for (int i = 0; i < collection.size(); i++) {
              Item item = collection.get(i);
              if ((item.isUnRead() || item.isNew())
                && item.getItemType().startsWith("uwl.notification")) {
                notificaciones++;
              } else if (
                (item.isUnRead() || item.isNew())
                  && item.getItemType().startsWith("uwl.task")) {
                tareas++;
            uwlService.endSession(uwlContext);
          } catch (UWLException e) {
            e.printStackTrace();
    Regards

    Thank you very much for your quick answer...
    But I think that you don't understand me. We can read notifications number but not in real time because they are not updated until we go to the UWL and we force there an update. We want to show in real time the number of notifications that a user has.
    Does anybody how to update/refresh this using the API?
    Thanks for your suggestions

  • UWL(universal work list)

    could you provide me the information regarding UWL(universal work list)?

    Hi
    Go through the following links
    they might help fetch you the information you needed
    http://help.sap.com/saphelp_nw04/helpdata/en/57/c223be82104792a15c2df11377b9ed/content.htm
    this link provides how to configure the User Work list
    with Screen shots.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e03bbd8c-0462-2910-f7ad-8c9c247f8dfd
    Hope this helps
    Regards
    Manjula
    Edited by: u manjula on Nov 3, 2008 6:43 AM

  • How to customize what new tabs display (Universal work list)

    Hello, Expert!!
    Please let me ask about subject.
    I made new tabs by customizing at "Universal Worklist Content Configuration", and then,
    I would like to customize what new tabs display.
    (Ex. Tab1 displays the document that subject name includes "Abc", or Tab2 displays the document that is sent within 5 days,, so on)
    Please could anyone let me know how to customize above!!
    Thanks
    /Yusuke

    Thanks,
    While trying that with the Tcode sm30 Iget the msg : The maintenance dialog for RSADMINA is incomplete or not defined
    How can I solve this ?
    Edited by: Youness NAJI on Jan 22, 2010 2:47 PM

  • Universal Work List for ESS

    Hi Experts,
    I cannot see UWL for Employee Self-Service role where as under Manager Self-Service I can see it. Do we have to add the page manually or it will be done from backend.
    ESS/MSS Version is 1.41.
    Please throw some light on this.
    Thanks,
    Murthy

    Hi
    I am trying to configure Universal Worklist Systems at System Administration --> System Configuration --> Universal Worklist & Workflow --> Universal Worklist - Administration. When I click on the Register button to register Action it is throwing the following error.
    Errors:
    System ECC190: Fri Jul 01 13:09:32 GMT+05:30 2011
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Fri Jul 01 13:09:32 GMT+05:30 2011
    (Connector) :com.sap.portal.connectivity.destinations.PortalDestinationsServiceException:User is missing credentials for connecting to alias <SYSTEM190>. Contact your system administrator.
    System configuration as follows:
    Entered the System Alias, Connector Type is "WebFlow Connector", and User Roles is "Everyone".
    I am using the same system to call transaction iViews also. Any parameters need to be added related to User in system object. At present System have User mapping type is admin,user other than this there is on no information set regarding User. Please throw some light on this issue.
    Thanks,
    Murthy

  • Constant Problems with flash, Please help Urgent for University work

    Hello Im having problems, my 1st frame code is
    stop();
    import flash.events.MouseEvent;
    sync_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onClick (e:MouseEvent):void{
    gotoAndStop(2);
    This seems to work fine, and get my to the 2nd frame, which is where i have problems, my aim is to make a button to continue, and a button to go back to the first frame i p much copied what you used.
    stop();
    SyncMusic_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);
    function mouseDownHandler1(event:MouseEvent):void {
    gotoAndStop(3);
    BktoConfig_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler2);
    function mouseDownHandler2(event:MouseEvent):void {
    gotoAndStop(1);
    The instance names were copied straight from where i named them so they are right, this is making me mad because ive been working on cs5.5 at uni, and on cs4 at home and my cs4 doesnt run my cs5.5 work i had made a start on (where all this was working)
    I keep getting the error :
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Untitled_fla::MainTimeline/frame2()
    at flash.display::MovieClip/gotoAndStop()
    at Untitled_fla::MainTimeline/onClick()
    And the button going back doesnt work, Im in urgent need of help because this assignment is due next week, and ive been working on it for at least 2 weeks now and nothing i can do seems to be working.

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is not in the display list
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with no name assigned in the preceding frame(s).
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Wht is Universal Work List (UWL)

    Hello,
    explanation or pointers regarding this appreciated.
    Regards
    kanth

    Hi,
    Universal Worklist (UWL) is an application in the UT Administrative Portal
    (UTAP) that merges work items and other forms of information from various
    administrative applications.
    Refer - Using Universal Worklist
    http://help.sap.com/saphelp_nw70/helpdata/EN/57/c223be82104792a15c2df11377b9ed/content.htm
    http://rwd.tennessee.edu/content/universal_worklist/ut%20word%20doc_doc/postscript/index.pdf
    Thanks
    swarup

  • GRC 10 Work Inbox Notification or Universal Work List instead of SMTP

    Hi,
    I wanted to check with you all if there is a possibility to get SAP internal Work Inbox or UWL notification instead of outlook/SMTP notification.
    The scenarios this will be required for us are
    1. User ID details communication at the end of the request.
    2. Notification if access is approved/ rejected.
    3. Notification for Firefighter approved or rejected.
    4. BRM role approval notification
    Kindly let me know if we can pull the notification from Outlook/SMTP to internal SAP Mailbox.
    Regards,
    Prasad Chaudhari

    Hi Guru,
    If I am not wrong the items mentioned send notification to outlook/smtp and not work inbox. The work inbox will get request for approval and uar/sod review.
    Are you talking of some parameter/settings to change this behaviour?
    Thanks,
    Prasad Chaudhari

  • Please check the entries, no work list selected

    Hi Experts,
    We have created one custom transaction to run RV50SBT1 to create deliveries from open purchase orders.
    When we are doing a call transaction to the custom transaction in a report, this does not work and does not select open POs for processing.
    However, when we run the custom transaction in foreground mode, we get the open PO to process and delivery is created ("create delivery immediately" is checked in all the cases).
    I assume that there won't be any issues due to background/foreground processing (as we have tried call transaction in foreground mode and it did not work).
    Also, i would like to highlight that this problem is recent one.
    There were no recent changes in the program or user profiles(user who is executing the IDOC).
    Thanks
    Mohit

    Hi Neha
    Yes, there is a difference in background and foreground processing. Please check if you have any pop up while you are processing in foreground. If this occurs, it will cause issues in the background processing. Please take help of your ABAPer to understand the issue in code. and change the pop up into warming message.
    Regards
    Vivek Singh

  • Navigate to Universal work list in portal (UWL)

    Hi Experts,
    I need to navigate to the UWL from my component on click of a button. For this should we just call the URL (hardcoded) on the button event or should we navigate to the Iview in which the UWL is embeded.
    Please advice.
    Thanks in Advance,
    Chaitanya

    Hi Experts,
    Could some one please throw some lite on this issue......
    Thanks,
    Chaitanya

  • Hi All, Please let me where I am wrong?

    Please Use Meaningful Subject In Future
    Hi All,
    I am validating parameters in selection screen but getting stuck?
    Please make it correct ..
    AT SELECTION-SCREEN.
    AT SELECTION-SCREEN ON p_werks.
    Validating the PLANT
      PERFORM validate_werks.
    AT SELECTION-SCREEN ON p_matkl.
    Validating the MATERIAL GROUP .
      PERFORM validate_matkl.
    AT SELECTION-SCREEN ON p_matnr.
    Validating the MATERIAL.
      PERFORM validate_matnr.
      IF p_matkl IS INITIAL AND p_matnr IS INITIAL.
        MESSAGE e531(0u) WITH 'Please Enter either material or material group'.
      ELSEIF p_matkl IS NOT INITIAL AND p_matnr IS NOT INITIAL.
        MESSAGE e531(0u) WITH 'Please Enter either material or material group'.
      ENDIF.
    Thanks
    Steve
    Edited by: Matt on Jul 15, 2009 10:57 AM

    Hi,
    IF p_matkl IS INITIAL AND p_matnr IS INITIAL.
    MESSAGE e531(0u) WITH 'Please Enter either material or material group'.
    ELSEIF p_matkl IS NOT INITIAL AND p_matnr IS NOT INITIAL.
    MESSAGE e531(0u) WITH 'Please Enter either material or material group'.
    ENDIF.
    You are giving the same message even if they are initial and even if they are not initial. Check this once.
    Else try like this:
    AT SELECTION-SCREEN.
    AT SELECTION-SCREEN ON p_werks.
    * Validating the PLANT
    AT SELECTION-SCREEN ON p_matkl.
    IF p_matkl IS NOT INITIAL.
    ELSE.
    MESSAGE 'Your message' TYPE 'E'.
    ENDIF.
    AT SELECTION-SCREEN ON p_matnr.
    IF p_matnr IS NOT INITIAL.
    ELSE.
    MESSAGE 'Your message' TYPE 'E'.
    ENDIF.
    Thanks,
    Sri.
    Edited by: Sri on Jul 15, 2009 1:06 PM

  • Universal Work List

    Hello,
    Does anybody know if there is a way to add a task to a users UWL using the PDK for .Net?
    Many Thanks,
    Paul.

    Hello Paul,
    As far as I know, there is no way to add a task to a users UML using the PDK for
    .NET.
    Regards,
    Rima.

  • Where is the list of hyphenated words located in mac os x

    I would like to create a list of words in Armenian for auto-hyphenation. Is there a way I can create this list and install it where the English hyphenated word list is installed, so that any word processor can auto-hyphenate an Armenian text?
    After collecting the words and making the word bank, I need to know:
    1. How to create the hyphen? whether by inserting hard hyphen? or soft hyphen? or some other character that Mac OS X will interpret it as auto-hyphen sign.
    2. What format should I save this list? RTF, textonly, etc.
    3. Where should I install this file?

    >>  Once I know what those numbers represent
    I would suspect--though I don't know for certain--that the hyphenation-marking digits work as in other UNIX programs.  Here are two leads:
    http://lists.gnu.org/archive/html/groff/2001-03/msg00026.html
    http://www.helsinki.fi/~tapirine/publications/Pirinen-cla-2010.tex
    Search them for "odd" or "even" to get started.  Good luck.

Maybe you are looking for