Personal Subarea Text in UWL- Task.

Hello Experts,
My client wants the Personal subarea text in UWL task list under sender column.
I tried to change the workitem text but the expression is too long thats why it is not accepting under subject column.
I'm attaching the screen shot for better understanding.
Please suggest me some way to achieve this.
Thanks & Regards,
Prajyot.D

Basically you need to add a new (custom) column into the UWL. Most likely you can find detailed instructions by doing few searches here in SCN. This thread should give you a good start:
Add column into UWL
Basically the process is the following:
1. Create a new container element for the task for the new field/column (in the backend system) and make sure that the workflow populates the element (this you have probably already done?)
2.  Do the XML configuration part (in portal) to show the data in the container element (=custom attribute) in UWL - see the above-mentioned thread for the basics.
Kind regards,
Karri

Similar Messages

  • UWL Tasks Tab don't appear

    Hello.
    I have a problem. I have made all settings for UWL for MDM Portal iViews but (according "How To Work with UWL and MDM
    Workflows in the Portal" document) but I can't see Tasks Tub on my mdm portal page. May be I have missed smth?
    Dmitry

    Hello,
    Do you get an error or the UWL Task tab doesnt appear at all.
    1355180 - Personalizing View on a Wizard created tab of the UWL
    regards,
    Abhishek

  • Creating uwl tasks directly from vc...

    Hi all,
    cud u plz tel me how to create a uwl task for a particular user directly from visual composer.
    like in my scenario i have an iview which contains a form with text fields and a submit button. when the fields are selected and  submitted, these data should get displayed  in tasks of a particular users( whichever is assigned)  uwl in the portal.
    how should this be implimented.
    plsssssss  help its urgent

    Hi Ankur,
    I need your help and i've gone through  your document "How to integrate two wd applications using gp.Now my requirement is similar to your's only. And i've extracted Gp api files to my local NWDS development but
    still i'm unable to find gp.api's under used dc's.. Is there any more configurations should i need to follow?? Could you plz help me regarding this so that i could proceed further implementation.,
    Regards,
    Sitara.k
    Edited by: sitara kola on Mar 7, 2008 12:24 PM

  • HR-PA Report. How to get persons with position but no task.

    The code below selects the persons connected to a position but out of those i need to find which are not connected to a task.
    +SELECT pa0000pernr pa0001pernr pa0001begda pa0000stat2
              pa0001sname pa0001orgeh pa0001~bukrs
              Pa0001~plans
       INTO CORRESPONDING FIELDS OF TABLE itask
                  FROM pa0001
                    INNER JOIN pa0000
                      ON pa0000pernr = pa0001pernr
                      WHERE pa0001~PLANS NE '99999999'
                      AND pa0000~stat2 EQ '3'
                      AND pa0001~VDSK1 EQ 'IT'
                      AND pa0001~PERSG in ('1','T')
                      AND pa0001~bukrs in
                      ('FR46','GB21','PL05','BE06','US22').
      IF sy-subrc = 0.
        SORT itask BY pernr begda DESCENDING.
        DELETE ADJACENT DUPLICATES FROM itask COMPARING pernr.
      ENDIF.+
    To select the persons not connected to a task I think that i need to check against sobid in table hrp1001 and somehow according to the conditions below
    select sobid from hrp1001 for persons NE to the conditions below. (i think)
    rsign : B
    relat 007
    objid : position
    sclas = T.
    Or is there an other way to solve this issue?
    I have looked at report RHSTRU00 to use Evaluation Paths is that possible?
    Best Regards Claes
    Message was edited by: Claes Widestadh

    Hi Claes,
    Your statement "The code below selects the persons connected to a position but out of those i need to find which are not connected to a position." is not clear.. What is your requirement? Do you want to find employees not assigned any position? or Positions not tied to a Job? What is task? A position is described by a Job via B007 relationship in HRP table.
    Is this want you want?
    Regards,
    Suresh Datti

  • Email Notifications for both UWL Tasks and Collaboration Tasks.

    Hello,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    Could any one please give me the configuration steps.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi sri,
    Refer the following threads
    https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    https://www.sdn.sap.com/irj/scn/thread?messageID=315715#315715
    https://www.sdn.sap.com/irj/scn/thread?messageID=1170132#1170132
    Regards,
    P.Manivannan

  • Email Notifications for UWL Tasks and Collaboration Tasks

    Hi,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    I done with the all the Configurations suggested in the below link:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706d054d-da24-2b10-f18a-fc82faf6468e]
    But Email Notifications are not reaching the users Lotus Mail ID. Could any one please suggest me that i am missing any Configurations.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • 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

  • Getting UWL task count for all users in a role.

    Hi.
    I recently posted a question regarding a very similar issue, but I haven't got any response yet. I think my question might have been somewhat poorly phrased, so I will try to do better at explaining what we need.
    We have a number of processes, most of which need to be dynamically assigned to a user when created. The way we want to assign those tasks is by executing a WebService which would receive a role name and get all the users for that role. Then, using the UWL API, it would check how many tasks each of the users have in their UWL, and return the UserID for whoever has the least tasks. I haven't been able to get this to work. I keep getting Logged in users context or session doesn't exist Exception.
    Please, any help on this will be greatly appreciated.
    Currently working with SAP NWDS 7.1 SP05 PAT0005

    Hi,
    Thank you for your response, however, that's not what I need.
    For you and anyone esle who might find this extra info useful...
    I know how to get a user's role(s), and how to get the users in a role.
    I also know how to assign a task to a specific user dynamically.
    Using the UWL API, I know how to get the tasks (or items) in a user's UWL from a WD application, I need to do that from a WebService and using pretty much the same code, with the necessary adjustments, I can't get it to work.
    Furthermore, I'm able to get the UWL tasks for ONE user, that user being the one I log into the application with. For example, if I write code to get the tasks for user testUser1, I need to log in with testUser1 to get it to work, if I log in with any different user or make it a non-authenticated application, it won't work.
    Again, help on this is much needed and will be appreciated.

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • Approved Task items are not disappearing from uwl task list

    Hi
    we have implemended Guided procedures with universal work list. For most of the users, once the any task items are approved, it suppose to disappear from the task list. But it is not disappearing from the task list. Even if i click on "refresh" under flter option. Please let me now how to get rid of this issue.
    thanks
    vijay

    Hi,
    Have a look on my reply on the thread:
    Uwl tasks status not get updated in Portal
    Regards,
    Fabio

  • How can I see what the other person is texting in real-time?

    I heard about being able to see what another person is texting as they type while i'm also texting.  Is this an app or a feature between iphone 4s??

    Correct
    The letters popping up only happens on TV.
    Allan

  • Font size chnage in Long text of PM Task list

    Hi PM gurus,
    I need to change the 'font size' of  the charecters in the 'long text ' of PM task list as complete task list print can come in one paper.I tried by reducing  the size of sheet from  100% to 75%. But once it saved and agian reopens it appears in 100%, How can I  fix in 75% size. please guide me .
    Thanks in advance
    GMR

    GMR,
      Those are automatically set based on screen size i think.Have you looked at the standard print output generated using transaction IA17? If that doesn't satisfy your needs you may have to create a custom print form wherein you should be able to control the font size and other details.
    Regards
    Narasimhan

  • UWL task takes up to 2 minutes to appear

    Hi there,
    We have a situation where the UWL task takes between 1 minute and 2 minuts to appear in the user's inbox. in our analysis we have found that the task is created immediatly in the business process but it set with an inactive status. After a period of time the task status changes to Ready and the  task appears in the users UWL.
    We are using NW 7.2 SP3. The task is using WD for Java UI and the "Activate this task by default when creating it" is set in the time constraints. No other time constraints have been set.
    Regards,
    Christiaan

    Hi Paul,
    we have the same problem since we move from CE 7.2 SP3 to SP4.
    We just created an OSS-Message last week.
    regards,
    Sid

  • How to remove the initials of last person you texted

    IOS 8 has a feature where u can see the initials of the last person you texted. it is right above the miniaturized menu and says "recents" and then a circle with the initials of the person texted and the person sending. I find no real value to this and was trying to disable. any ideas?

    You can turn off both the Recents and the Favorites. Use the Settings app to do this.
    Settings > Mail, Contacts, Calendars > in the Comtacts area > Show is App Switcher > turn off Recents and, if desired, Phone Favorites

  • How to make the CRM activity and task display in Portal UWL task iview ?

    Hello experts,
    I want that activity ,task and document in CRM inbox(t-code:sbwp) can be display in UWL task iview, and can pop-up to deal with when be clicked .
    The workflow type item in ERP can be display and open to deal with by default.
    But I need to the same function of CRM inbox content.
    I had done some configuration according to "Configuring the Business
    Package for SAP CRM 5.0 SP01.pdf".
    But it can't realized my requirement.
    How to do it ?
    BR,
    Jianguo Chen

    Go to View .. Bars... and enable the bar for Level of Effort activities. If it's not there, create one.

Maybe you are looking for

  • Mini & Samsung 215tw - help me with SwitchResX? I have a 90% solution

    I hope I'm not off creating a new question topic for this. If it needs to be moved, by all means do so. I got the Samsung 215tw today for my mini g4 1.42 and, of course, ran into a few problems. I also found 90% of the solutions using stock values in

  • Pop Up of Advance Payment in Sales Order

    hi Gurus Actually i have a query that when i am going to create the sales order the system should pop up the dialouge box indicating the customers's advance payment And against that advance payment the saes order is created if thye sales order exceed

  • Cenvatable BED & ECS not getting picked up in transaction ;J1IEX

    Hi, While capturing excise invoice for GR the Cenvatable BED and ECS percentage and value is not picked up automatically. Only the non-deductible CST value is shown.The Excise base amount is also appearing. There are two errors: 1. Quantity could not

  • Max hard drive size in G5

    Hello, Like the G4's before it(not including MDD), do the G5 Quads have a limit on hard drive size? I was wondering what the max size for a hard drive is for the G5 Quad, or can one go up to 4 terabytes?

  • Running a background query and converting to csv

    Hello All,     We are currently running 3.1 BW.  What is the best way to achieve a csv file from a BW query and move that file to another non sap external system.  All of the above should have very minimum manual interruption.  Please advice. Xena