How to divide the UWL tasks listed in "Tasks" in different views ??

Hello, i want to divide the tasks listed in the UWL in different iviews depening on whether they are tasks from the R3 workflow, tasks from the KM or tasks from the guided procedures ; in other words, i don´t wank one iview showing all the tasks together. I want to show just tasks from R3 workflow in one iview, task from the km in another and tasks from  guided procedures in another.
How can achieve this?
Thanks in advance!.

Hi Themis,
well, you could use the concept of configuration groups. You can assign every UWL system to none, one or multiple configuration groups (see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/92/a88931f2dd4631b9e8d530697d89c9/frameset.htm">SAP Library</a>). The UWL iView can be limited to show only work items from systems in a given configuration group.
I suggest that you assign your backend systems (KM, SAP Business Workflow, etc.) to different configuration groups (you can choose the names of the configuration groups arbitrary). Afterwards, create a few UWL iView instances and set the iView property "System Configuration Group" accordingy.
Best regards,
Martin

Similar Messages

  • How to divide the waveform into small pieces (which have different lengths)

    I have a long waveform which is just a combination of a waveform + 0 + another waveform + 0 +...I would like to have small pieces of the long waveform.  The problem is I cannot think of anyway to detect the 0 in order to seperate them.  Any hint would be appreciated.
    Solved!
    Go to Solution.

    How are the zero segments generated? Are they exactly zero or average zero but with some noise? Do you know the length of the zero segments? Is it always the same? Do any of the waveforms have segments where the real data is zero, and, if so, how long can those segments be?
    My first thought is to use In Range & Coerce with limits just slightly above and below zero. The check the length of any set of samples not In Range.
    Lynn

  • Divide the billing due list into multiple background jobs and start them si

    Hello Gurus,
          How to divide the billing due list into multiple background jobs and start them simultaneously?
    Many thanks,
    Frank

    Hello Frank,
    Check this:
    http://help.sap.com/erp2005ehp_03/helpdata/EN/dd/561076545a11d1a7020000e829fd11/frameset.htm_
    plz assign suitable points, if this helps.
    Rgds,
    Raghu.

  • Error in executing process from the UWL task list

    Hi,
    I have created a process and assigned different users to different steps. For administrator, Overseer and Owner, i have kept role as initiator only. For the actions of the process, set the value as Initiation defined and in Default Roles tab, have assigned different users to each of the actions. From the URL generated on instantiation, i created a web dynpro iview and assigned it to a role R.
    The UWL has also been configured. The initiator of the process is assigned the role R.
    Now the issues are:
    1. When the process initiator opens this role R, an error is displayed " Page not found or not available", but the process gets initiated since an entry for the same is made in the UWL task list.
    2. Even when I click on the task entry in the UWL task list, i get the same error message.
    3. Presently if i click on the role R, then only entry is displayed in the UEL task list. Is there a way in which task may automatically appear in the task list of the initiator of the process without him/her having to click the role and then initiate?
    I am not able to figure out why this is happening. Can anyone please help me in this regard.
    Thanks & regards,
    Anupreet

    Hello Anupreet,
    Refer to these SAP notes
    1104652, 1131403 or 1026119.
    This should fix the issue.
    Let me know if this works.
    Cheers,
    Mandrake

  • How to find the UWL work item types source system?

    Hi Gurus,
    How to find the Universal Work List work item types source system?
    Thanks in Advance,
    Dharani

    Hi Dharani,
    You can achieve this by personalizing the view for UWL.
    Click on right side context menu of iView, click on personalize view
    Here you will get list of Available Attributes not Displayed select System ID in that.
    Save your settings and now you can see the task is from which system.
    This will solve your problem.
    Regards
    Kedar Kulkarni
    Reward points if useful

  • How to hold the value in List box.

    Hi All,
    On my screen painter Screen I am displaying the Sold to party and ship to party with thier address.
    I am also displaying the Shipping condition based on ship to party. To display the shipping condition i am using list box. Once the user enter the sold to party automatically all the field is going to populate in their respective fields. I am facing the problem that, The list box getting populated with shipping condition but once you choose the shipping condition and hit the enter the list box getting refreshed. I am using this code in PAI event. And I can Only use this in PAI.
    The Function i am using for list box is CALL FUNCTION 'VRM_SET_VALUES'.
    Pls suggest me how to hold the value in List box.
    Thanks,
    Rakesh

    Hi,
    Now i am using in PBO.
    the code below in in PBO.It is still not holding the value.
          if list[] is initial.
          perform SHP_COND.
          endif.
    form SHP_COND .
    *DATA: SHOP(80).
        clear : GT_VSBED, list.
        refresh : GT_VSBED, list.
         select vsbed
           from knvv AS K
           into table GT_VSBED
          where Kvkorg = vbak-vkorg  "Kkunnr = GV_STPH
          and K~vtweg = vbak-vtweg
          and K~spart = vbak-spart.
        select VSBED vtext
          from TVSBT
        into table list
        for all entries in GT_VSBED
        where spras = sy-langu
        and vsbed = GT_VSBED-VSBED.
    *break-point.
    NAME = 'SHP_CON'.
    CALL FUNCTION 'VRM_SET_VALUES'
      EXPORTING
        id                    = NAME
        values                = LIST[]
    EXCEPTIONS
       ID_ILLEGAL_NAME       = 1
       OTHERS                = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.                    " SHP_COND
    Thanks,
    Rakesh

  • Who knows: How to divide the request.getInputStream()?

    I use a form in a web page to update files, the form code is
    <form action="/Mywork/servlet/fileupdate1" method="post" enctype="multipart/form-data">
    <p>
    Please select a file1 to upload: <input type="file" name="foo">
    </p>
    <p>
    Please select a file2 to upload:<input type="file" name="foo1">
    </p>
    <input type="submit" value="Upload File!">
    </form>
    and the "fileupdate1" servlet which the "action" in the form tag refers to will get the inputstream by
    "ServletInputStream servIn = request.getInputStream();", and create new OutputFileStream in the disk. But
    new files which the servlet stored always have some additional codes "
    -----------------------------7d419320202be
    Content-Disposition: form-data; name="foo"; filename="H:\Documents and
    Settings\administrator\desktop\ee.java"
    Content-Type: application/octet-stream
    If I updating two files, each file will has these kinds of codes and the two files only have one inputstream. I don't
    how to remove these additional codes and how to divide the stream into pieces according to the updated-file-size.
    I don't know wether I say it clearly?And
    does anyone know the reasons and can help me?
    Thank you very much.

    Use something like Jakarta Commons FileUpload to process the multipart/form-data request:
    http://jakarta.apache.org/commons/fileupload/

  • How to divide the request.getInputStream()?

    I use a form in a web page to update files, the form code is
    <form action="/Mywork/servlet/fileupdate1" method="post" enctype="multipart/form-data">
    <p>
    Please select a file1 to upload: <input type="file" name="foo">
    </p>
    <p>
    Please select a file2 to upload:<input type="file" name="foo1">
    </p>
    <input type="submit" value="Upload File!">
    </form>
    and the "fileupdate1" servlet which the "action" in the form tag refers to will get the inputstream by
    "ServletInputStream servIn = request.getInputStream();", and create new OutputFileStream in the disk. But
    new files which the servlet stored always have some additional codes "
    -----------------------------7d419320202be
    Content-Disposition: form-data; name="foo"; filename="H:\Documents and
    Settings\administrator\desktop\ee.java"
    Content-Type: application/octet-stream
    If I updating two files, each file will has these kinds of codes and the two files only have one inputstream. I don't
    how to remove these additional codes and how to divide the stream into pieces according to the updated-file-size.
    I don't know wether I say it clearly?And
    does anyone know the reasons and can help me?
    Thank you very much.

    Well, if you know the format, you'd know that the file data starts after the first blank line (\r\n\r\n).
    But why don't you just use Jakarta Commons File Upload or some other existing free package to handle multipart forms and save yourself the trouble.

  • How to restrict the st loc list applicable to particular plant mm01

    Hi,
    While creating material master user after selecting a particular plant user sees all the storage locations available in the system.How to restrict the storage location list applicable to particular plant while material creation
    Best Regards,
    BM

    Hi,
    As Mahesh said , you need to put validation there, please contact your development team for this.
    Though you are able to see all storgae location you are not able to create the material master, it throws as error if you select incorrect storage location which is not maintained for that particulare plant.
    It gives an error message
    Entry Plant SL  does not exist in T001L (check entry)
    So user will not be able to create material master for improper plant SL combination.
    Thanks,
    Ravi

  • How to divide the partitions in AIX 5L

    Hi Guru's
    Friends i am installing AIX 5L, How to divide the partitions in AIX5L
    please tell me if anybody know.
    Thanks

    What kind of partitions do you mean? Do you mean logical partitions?
    Message was edited by:
    Ivan Kartik

  • How to divide the CRM transaction data by company cord?

    How to divide the CRM transaction data by company cord?
    CRM transaction have not company cord, so how to divide the data on BI report by company cord?
    Do I have to get the sales organization from customer master?
    Some transactions have not master data like lead. I want to know your experience.

    Hi
    This is self reply.
    I should use the sales organization instead of company cord.
    But some business like lead from contact from customer can not separate the company, in situation one call center for multiple companies.
    We should use another field to divide the company. Ex. Product, campaign, etc.
    If someone knows better way to solve this issue, let me know the reply.
    Regard
    u1

  • How to divide the iview into frames?

    Hi Experts,
                  Please tell me how to divide the iview into frames.Kindly provide the   steps.Its urgent.
    Regards,
    Nutan

    Hi Nutan,
    Now its clear!!
    If I understand right. You want an overview page full of links to go to your different pages?
    Or maybe you want a link form each page to go to another page?
    In Portal Navigation through hyperlinks is possible.
    You can either do that using EPCM.doNavigate("ROLES://...") {check for EPCM API of help.spa.com}
    Or you could do that by simple
    <a href="http://www.sdn.sap.com/irj/portal/myql">CLICK</a>
    {check for Quicklinks on help.sap.com}
    Either way you'll have to make a small JSP for that.
    Hope this helped
    If so kindly reward with points
    Prem

  • How to change the UWL refresh rate for all portal users.

    Hi Portal Experts,
    How to change the UWL refresh rate for all portal users?
    Users can individually change the refresh rate through "Personalise View" in UWL.But we want this to set it for all users(we have 10k portal users).
    It was defaultically set to 5 mins for all users.How to change this to 20 mins.
    Thanks
    Sony.

    1.      Launch the UWL iView configuration page.
    You can access the iView from the UWL administration pages (System Administration ® System Configuration). Navigate to the property editor as follows:
          From the Universal Worklist Systems, choose the system for which you want to edit the properties.
        Choose Edit.
    may be you can get clear help from below help file
    http://help.sap.com/saphelp_nw04s/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm
    regards
    nagaraju

  • How to see the To do List on the iCal in the iPad

    Hi! Does anyone know how to see the To do List on the iCal in the iPad?
    I've bought some applications from Itunes (Bento, Iwork..) and none of them allow me to see my calendar and the To do list on the same screen
    Thanks!!

    I assume iPad is in the same boat as the iPhone, which has been discussed here:
    http://discussions.apple.com/thread.jspa?threadID=1936638
    In short, you can't.

  • How to reconstruct the missing parts list (co24)

    Dear All
    How to reconstruct the missing parts list (co24).by using report PPCOXPR1.?
    Rgds
    Pankaj Agarwal

    Hi Pankaj,
    You need to run the program "PPCOXPR1" using SE38. This program will create missing part index in RESB table.
    Hope this helps you, Reward your points.
    Regards,
    Prasobh

Maybe you are looking for