Edit the 'New Task' iView

Hello!
I want to know if there's a way to edit the 'New Task' iView from the Universal Worklist iview (com.sap.netweaver.bc.uwl.ui.UWL).
I want to put a specific USER in the field 'Assigned to' and make it fixed, where the user could not change it.
Is it possible ? how can it be done ?
Thanks in advance,
Alessandro

Hello Alessandro,
New UWL Task iView is based on an WebDynpro application. There are two ways to accomplish your task:
1) Write your own, completely new, application
2) Use and modify existing standard one.
No doubt, second approach is easier.
You are interested in application
tckmcbc.uwl.ui~wd_ui/UWL
(WD Project : tckmcbc.uwl.ui~wd_ui ; Application : UWL)
Workaround is following:
1) download this app. from WEB AS
2) import it into your NWDS, the sources are built in
3) Modify UWL application (component)
4) ... the most challenging point, depends on the access point you want to use your modified app. at.
When deploying, you usually upload your application to "local" namespace. In this case, u have to modify the link of the command (button) that starts the wizard, to point it to your locally deployed app.
Or you can (manually) modify the MANIFEST.MF and SAP-MANIFEST.MF files in result package (ear for WD), to change the "local" key-vendor and key-location values to [sap.com]. Then your application will replace standard one and will be used as default (no need to customize noth.).
For example, we had a request to add "New UWL Task" button to Meeting detail iView (Collabotration). Another request was: automatically set the meeting Subject to UWL task name.  To do so, we had do decompile standard MeetingOverview functionality and ad another button "Create Task" to meeting detail page. Then this button was linked to our custom application. If you are interested, i could send you that WD UWL project, we've have prepared (to avoid steps 1-2).
mz

Similar Messages

  • Change 'New Task' iView

    Hi!
    I want to know if there's a way to edit the 'New Task' iView from the Collaboration Room.
    I want to put a specific group in the field 'Assigned to' and make it fixed, where the user could not change it.
    Is it possible ? If possible how can it be done ?
    Thanks,
    Luisa

    hello!!
    have you solved this problem?

  • I exported a pages document to word, but was not able to edit the new word document.

    i exported a pages document to word, but was not able to edit the new word document.

    I have a OSX IMAC Version 10.8.5.  I got pages at the same time I purchased this computer.  I use a document to write all my passwords. Seems like when I E-mail myself the document from pages, I have not been able to type in the document, it acts like it is locked. I checked all the "lock" and "unlock" fields, and none of them were locked.  I notice the document says PDF.  How do I correct this?  Seems like I've tried everything.  If you can help, that would be great!

  • Problems with the "my tasks" iView

    Hello,
    we use the EP 6 SP 09.
    I have  problems with the "my tasks" iView (com.sap.netweaver.bc.uwl.ui.uwl). The first problem is, that the user get no e-mail if anybody give him a task (Options: Notification = Notify on Updates, Completion ...). The next problem I have is, if a user (without admin rights) click on the button "Personalize" he get an empty window. But a user with admin rights get the window with the "Personalize" view.
    Can anybody help me? Where are the possibility to customizing?
    kind regards
    Jochen Kormannshaus

    hi,
      The personalization tray is only visible if the iView tray is visible.So make sure that iView tray is visible.
    Also u can look into followinw links.
    https://weblogs.sdn.sap.com/weblogs/topic/22
    Think outside the box - enhance  processes with Universal Worklist Action Handlers!
    Regards mujjammil

  • How to create the new task without time through WCAP

    Hi
    I am trying to create the new task by using WCAP commands. I want to create the task with out time, that is "no time" option that u see in the web access. If I set the duedate without time its putting 12:00 AM as default. Is there any option that I need to set for WCAP command in order to set the "no time" option. Any help is appreciated.
    Thanks
    Hari

    Hi Anusha,
    This code correct for your requirement, only thing is you are not able to modify it as per your requirement.
    What you have to do is:
    1. Copy queried row into into new row, change primary key values(but don't commit your changes here).
    2. Now you have two rows in your VO(OLD as well as New)
    3. Make any changes if you want using User Interface.
    4. At the save button first compare OLD and NEW row, if any value is differing then commit the chnages(it will insert new row in corresponding database table), if no changes are there I mean to say OLD value and NEW rows are same then rollback(it will remove copied row from VO and no row will be inserted in database.)
    While comparing rows please note that Primary keys will not be same so don't compare Primary keys while comparing rows.
    I hope it will help you.
    Regards,
    Reetesh Sharma

  • Edit the new mail account wizzard?

    I want to change how the "new email account" wizzard works. Currently, if you see this wizzard, it trys to get you to make a .Mac email account and you have to change it to POP. (For the average user that stumbles over this {bad} wizzard, they do not know they need to change to POP and instead proceed down a worthless path) I would like to change the wizzard so that the .Mac is not the default choice.
    I thought I saw somewhere that you can edit or make an entry in that menu to pre-populate your site's settings. Is this true? Where can I go to edit/set this???
    It would also be nice if we could have a way to skip the "wizzard" all together and just get a nice blank "new user" account screen where we can fill in the info instead of waiting for the wizzard to take forever in what it has to do... (it should not take 5 minutes to setup a new email account and it does with the wizzard)

    The AccountSetupAssistant, aka wizzard, is hard coded into the Mail.app/Contents/Resources/XXX.lproj/AccountSetupAssistant.nib. Good luck modifying that. Check at MacOSXHints. There might be something there, but I don't know, since I use Eudora.

  • Question About The New Task Bar!

    Hi, I am thinking to upgrade into Yosemite, but i dont like the new taskbar. SO my question is can i upgrade to Yosemite and keep the task bar as it was in the Mavericks?

    Sorry, no.
    Best.

  • Edit the standard task mail Text

    Hello Experts,
               Could any one help me to change the text for the standard task mail content. Here I am applying a loan and approver approves the task this generates the mail and mail is being received. But I need to change the content of that mail as per my BP. Where can I find to change the content.
    Thanks & Regards
    Kannan
    Edited by: Kanna83 on Dec 13, 2011 6:04 PM

    Hello,
    If you know which workflow is sending the mail, then use e.g. PFTC_DIS to look at the workflow and figure out which task (TS....) contains the text. In some cases SAP lets you customise the text in the standard task, otherwise you could create a custom task and replace it (the standard task).
    If you don't know which workflow it is, look in SWI1 at the time the mail was sent.
    regards
    Rick Bakker
    hanabi technology

  • Edit the "new account" drop down

    Is it possible to edit the drop down menu for the mail "new account wizzard"?? I would like to make an entry for my POP server and take the .Mac off the #1 spot.

    Thanks for the responce Mulder.
    I am not clear as to what I am lookng for.
    Open mail, go to accounts, and create a new account (the plus at the bottom of the window). This brins up the "wizzard". I want to edit what you see in that wizzard, where the 1st drop down has
    - .Mac
    - Pop
    - IMAP
    - Exchange
    I have seen somewhere a way to edit that wizzard so when you make a NEW account, you can preconfigure some of the settings.
    Powerbook G4 I have never met a computer wizzard that I liked...

  • Task Manager Packaged App  - edit link doesn't edit the correct task

    I'm a relative new-comer to APEX, I downloaded and installed the Task Manager app from the OTN site but it's not working as it should.
    I have created a list of tasks, but when I click on the EDIT link (page 3) the task that opens is always the last one created. I've checked the link and it looks OK - P22_ID has a name of #TASKID#
    This makes the app unusable, since I can't edit tasks in progress (unless it's the last one created), and I'd rather not re-invent the wheel.
    Has anyone got a solution, or can download it and have a look - http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#TASK
    I'm using APEX 3.2.
    Thanks

    Thanks for the reply Ravikumar,
    Unfortunately this solution is inapplicable to my version of the OS as it is 64-bit and not 32-bit. Do you have any other ideas?
    Best,
    - Kiril
    Yes, PAE((Physical Address Extension) is supported only on 32-bit versions of the
    Windows, operating system 64-bit versions of Windows do not support PAE. For information about device driver and system requirements for 64-bit versions of Windows, see
    64-bit System Design. The Address Windowing Extension (AWE) API is supported on 32-bit systems. It is also supported on x64 systems for both native and Wow64 applications.
    Useful link for Address Windowing Extensions is:http://msdn.microsoft.com/en-us/library/windows/desktop/aa366527(v=vs.85).aspx
    If the above info does not help you, please contact dell as suggested by
    Shaon Shan.
    Regards, Ravikumar P

  • Java.lang.NullPointerException : while editing the human task  JDeveloper

    java.lang.NullPointerException
    o.bpel.services.workflow.verification.impl.TaskContentAccess.getAccess(TaskContentAccess.java:127)
    o.tip.tools.ide.workflow.util.AccessRulesUtil.getDefaultActionAccessData(AccessRulesUtil.java:265)
    o.tip.tools.ide.workflow.util.AccessRulesUtil.getChangedActionAccessData(AccessRulesUtil.java:174)
    o.tip.tools.ide.workflow.editor.tab.TaskActionAccessConfigurationPanel.getData(TaskActionAccessConfigurationPanel.java:272)
    o.tip.tools.ide.workflow.editor.tab.TaskActionAccessConfigurationPanel.initMode(TaskActionAccessConfigurationPanel.java:439)
    o.tip.tools.ide.workflow.editor.tab.TaskAccessConfigurationPanel.initMode(TaskAccessConfigurationPanel.java:147)
    o.tip.tools.ide.workflow.editor.tab.AdvancedOptionsPanel.setData(AdvancedOptionsPanel.java:195)
    o.tip.tools.ide.workflow.editor.tab.AdvancedOptionsEditor.setData(AdvancedOptionsEditor.java:116)
    o.tip.tools.ide.workflow.editor.WorkflowManager.loadIntoUIModel(WorkflowManager.java:218)
    o.tip.tools.ide.workflow.addin.WFTabbedEditor.load(WFTabbedEditor.java:265)
    o.tip.tools.ide.workflow.addin.WFTabbedEditor.access$000(WFTabbedEditor.java:105)
    o.tip.tools.ide.workflow.addin.WFTabbedEditor$1.run(WFTabbedEditor.java:253)
    j.lang.Thread.run(Thread.java:619)

    Getting following error when I try to update Human task from JDeveloper
    Uncaught exception
    java.lang.NullPointerException
    o.bpel.services.workflow.verification.impl.TaskContentAccess.getAccess(TaskContentAccess.java:127)
    o.tip.tools.ide.workflow.util.AccessRulesUtil.getDefaultActionAccessData(AccessRulesUtil.java:265)
    o.tip.tools.ide.workflow.util.AccessRulesUtil.getChangedActionAccessData(AccessRulesUtil.java:174)
    o.tip.tools.ide.workflow.editor.tab.TaskActionAccessConfigurationPanel.getData(TaskActionAccessConfigurationPanel.java:272)
    o.tip.tools.ide.workflow.editor.tab.TaskAccessConfigurationPanel.getActionData(TaskAccessConfigurationPanel.java:103)
    o.tip.tools.ide.workflow.editor.tab.AdvancedOptionsPanel.getData(AdvancedOptionsPanel.java:215)
    o.tip.tools.ide.workflow.editor.tab.AdvancedOptionsEditor$LocalPropertyChangeListener.propertyChange(AdvancedOptionsEditor.java:141)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    j.a.Component.firePropertyChange(Component.java:8128)
    o.tip.tools.ide.workflow.editor.tab.AssigneesEditor.propertyChange(AssigneesEditor.java:186)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    j.a.Component.firePropertyChange(Component.java:8128)
    o.tip.tools.ide.workflow.editor.v2.StageEditor.firePropertyChange(StageEditor.java:1488)
    o.tip.tools.ide.workflow.editor.v2.StageEditor.propertyChange(StageEditor.java:1081)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    j.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    j.a.Component.firePropertyChange(Component.java:8128)
    o.tip.tools.ide.workflow.editor.v2.ParticipantEditor.editParticipant(ParticipantEditor.java:1304)
    o.tip.tools.ide.workflow.editor.v2.ParticipantEditor$LocalMouseAdapter.mouseClicked(ParticipantEditor.java:1004)
    j.a.Component.processMouseEvent(Component.java:6266)
    jx.s.JComponent.processMouseEvent(JComponent.java:3267)
    j.a.Component.processEvent(Component.java:6028)
    j.a.Container.processEvent(Container.java:2041)
    j.a.Component.dispatchEventImpl(Component.java:4630)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4460)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4247)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4460)
    j.a.EventQueue.dispatchEvent(EventQueue.java:599)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)

  • UWL : New tasks are not getting populated in the UWL

    Hi Experts,
        I<b> configured my uwl to my backend system , the completed tasks are getting populated in the UWL but the New tasks and in progress tasks are not getting populated in the UWL.(some thing strange).</b>
    When  i am trying to configure the universal  worklist system ,its givin me a caution message as  <b>System SHDCLNT012 does not support optimized delta pull</b> . where SHDCLNT012 is the system alias name.
    Is this the problem for not populating the new tasks in the UWL?
    Please provide me  the solution..
    Thanks & Regards,
    Sateesh

    Hi Sateesh,
    This message will appear if either the background jobs are not scheduled, or UWL cannot tell that the background jobs are scheduled. The message no longer appears once you ensure the background jobs are scheduled to run via the user id UWL_SERVICE and that user is mapped to my portal user ID UWL_SERVICE.
    Kai

  • Collaboration Room Task - Remove New Task button

    Hi,
    We have My Task iView on all our home pages which are available to internal and external users. We do not want to give "New Task" button for external users. Is there any way to hide New Task button based on Users or Roles, or remove New Task button from the My Task iView. Please let me know if you know any other solution.
    Thanks
    Som

    Hello,
    there is an update in the configuration documentation coming up shortly (In oct.) - it wil be available online on the Help portal.
    But as of now, please follow the process as listed here:
    also please let me know in case this is not working for you.
    Removing Actions From the UWL Display
    There are a couple of ways to remove actions. 
    ·        You can customize the Views and ItemType (which can remove the actions from all UWL pages, Collaboration, My Task, and so on)
    ·        You can modify the iView and add the name of the actions under the Action to exclude from the UWL property.
    See the list below for some of the common action names.
    Note: For other actions not listed here, see the custom properties XML files.
    in the list below you will see the "Display Text" for the action followed by the "Action Name"
    Alerts Configuration 
    AlertConfiguration
    Claim --- reserve
    Complete---- acknowledge
    Complete Task --- confirm 
    Create Ad Hoc Request --- uwlTaskWizard
    Create Task --- defaultGlobalWizard
    Decline --- decline
    Delete  -
    deleteItem
    Edit --- editItem
    Follow-up --- followUp
    Forward --- forward
    Forward --- forwardUsers *
    Manage Attachments --- manageAttachments
    Open Task --- launchSAPAction
    Personalize View --- personalize
    Revoke Claim --- replace
    Submit Memo --- addmemo
    View Detail in SAP Gui -
    launchSAPDetails
    - this action is for multiple user selection.
    Note:
    If excluding more than one actions, the action names must be comma separated.
    Note:
    Do not add ALL of the above listed action names to Actions to Exclude iView property. Be selective in what actions you want to remove. To determine the action name you want to remove, you can turn on the support information page (see below) and a list of support action will be displayed per item displayed.
    Example
    Suppose you do not want the Personalize View function on the UWL view. You can remove it by adding personalize to the iView property List of UWL Actions to Exclude.
    Turning on the Support Information Section
    From the UWL iView configuration, select Yes for the parameter Display UWL Support Information.

  • Creation of new task in a different TR

    Hi All,
    I have a modification to be made to a User exit. When I'm trying to change to editable mode, a new task in the default TR (already associated with the user exit) is being created. but I want to create the new task in a different TR.  
    is there any possibility of changing the TR (charm already associated with the user exit) associated with the user exit to a new TR (new charm)?
    Please help...
    Thanks & Regards,
    SriLalitha

    Hi Sri Latha,
    There is option to create the TR for same modification.If you are changing the same modification it will create one sub task under main TR.
    SO you can change your modification and under old old TR only.Before going to release the TR,
    You can create one empty TR include those modifications in new TR.
    Thanks for understanding.
    BR,
    Veeru

  • Problem With the BI reports iviews in EHP 1.0 for Maintenance

    Hi All,
    We are using EHP1.0. In the portal for BI report i have to make visible/Invisible the BI report iview According to user.
    Is it possible to remove all the active queries except the ones relating to notifications from the maintenance Tasks Iview? Could you provide a step by step please?
       In the Reports section and the Service Map section, there are many BI reports but the customer does not have BI.
    1)  How to hide these reports Iview by changing the launchpad ?
    2)  is it possible to do this globally so all users do not see these?
    Kindly help me with your valuble suggestion or document related to that issue.
    Prashant Krishen
    Edited by: prashant krishen on Oct 27, 2010 9:01 AM

    Why this behaviour. Why the "Classpath" entry should
    not be the last line in the manifest file.
    That is a question for the people at Sun. The behaviour is not specific to Class-Path. The last line of the Manifest is not read unless it ends with a newline.

Maybe you are looking for