From Value in Tasks Tab in UWL

Hi All,
We are using UWL for approving of requests in MSS.
Currently employees initiates a form and submits for the approval. Request comes and sits in the UWL.
Now in the UWL Tasks tab From Column is filled with Intiator of the form.
I want to know from where this column is filled can we change the value of this column?
im using Task TS17900100 for approving the request.
Please let me know.
Thanks,
Santosh

Hi,
The From column is the user who created the work item. In your case it is the actual user who submitted the form. In some other cases it might be user WF-BATCH (the workflow system user). You cannot really change the value. If you want something else there, you are able to create your own from (or whatever) column and fill it according to your requirements - anyhow this might require some development/configuration both in portal (UWL configuration) and in backend (you might need to add a new container element (that would include the data) to the task.
Regards,
Karri

Similar Messages

  • Adding custom columns to the tasks tab in UWL

    Hi Experts,
    We have UWL configured for GP in CE 7.1.
    Currently we have standard columns like Subject, From, Sent Date etc. only
    I need to add some columns like Project No., Customer No.(GP parameters) to the 'Tasks' tab in it.
    These columns are required for all the Work items that appear in UWL.
    I have read about adding custom view for a specific task , but not sure how it can be done in my case.
    Kindly provide inputs for this.
    Thanks and Regards
    Aanchal

    Hi Aanchal,
    i have posted exactly the same problem a few months ago, and no one answered me.
    I couldn't find any documentation on how to add custom GP parameters in the universal worklist, in the examples on customizing the UWL XML they always refer to parameters from the r/3 webflow, never GP.
    I really can't believe that nobody ever tried to do this and faced this problem!
    Please let me know if you find something..
    Regards,
    Marco.

  • Can we create an Ad Hoc workflow from a GP task listed in UWL?

    Dear All,
    Can we create an Ad Hoc Work flow from tasks which are generated using Guided procedures? If UWL does not provide this information can we some how implement the concept of Ad Hoc work flow from each step? The advantage is that when a person gets a task in his plate, he can create an Ad Hoc Workflow to take care of the request within their respective department for reviews and sub reviews.
    Thank You,
    Mansoor.

    Hi Mansoor,
    In sub task, even itu2019s linked with main task you donu2019t have a link or any UI to interact with main process. For this reason, itu2019s not possible.
    There are standard process roles like Overseer or Owner and custom roles, that is who will interact with each action/block. Assuming you have a manager and a team that will interact with a step in your process, you may define the manager as Overseer and the team group as processor of this step. In this case, you donu2019t have a specific forward feature, but you will treat that defining a group as processor and everyone inside this group may complete the task. The manager, as overseer, can track the process without need "hands on" with that.
    Best Regards,
    Pedro Nunes

  • Opening application from Tracking tab of UWL

    Hi All,
    I am editing XML to open WDA application from "Tracking" tab of UWL .
    But when I click the link of tasks on "Tracking" tab , explanation of the task is displayed by popup .
    I want to open WDA application which displayed data gotten from SAP by workitem ID .
    On task tab , links of "Task" tab work collectly , display the WDA application and passed workitem ID .
    My procedure is described below .
    1. I added the entry at SWFVISU to output the WDA application from "Task" tab .
    2. I downloaded uwl.webflow.UWLSETXXX.XML file .
    3. On the XML file , I copied entries made by the first process , and  I modified  the source .
    I update just name and defaultview .
    - name
    before :<ItemType name="uwl.request.webflow.TS91000005.UWLSETXXX"
    after:  <ItemType name="uwl.task.webflow.WS91000001"
    I had seen UWL support Information of "Tracking" tab items .
    Item type of "Tracking" tab is like "uwl.task.webflow.WS91000001" . It does not contain system ID ".UWLSETXXX" .
    It is difference "Task" tab and "Tracking" tab .
    - defaultview
    before : defaultView="DefaultView"
    after : defaultView="WorkItemRequestsView"
    4. I upload the XML file as the new name "uwl.webflow.UWLSETXXX_new" .
    5. Clear cashes .
    I notified that there is not "Item type configration name" in UWL support information of "Tracking" tab .
    But UWL support information of "Task" tab has the data : uwl.webflow.UWLSETXXX_new in "Item type configration name" .
    Does it matter ?
    Help me .
    I saw the below documents , but I do not resolve the problem .
    - Integrating WebDynpro ABAP applications with UWL for workflow in Portal
    http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal
    - Workitems, Universal Worklist and Web Dynpro for ABAP
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
    - Object Visualization in UWL using WD4A
    http://mailman.mit.edu/pipermail/sap-wug/2007-December/027431.html
    Regards ,
    Masao

    I added below sources .
    >    <ItemType name="uwl.request.webflow.WS91000001" connector="WebFlowConnector" defaultView="WorkItemRequestsView" defaultAction="launchWebDynPro" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >      <Actions>
    >        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    >          <Properties>
    >            <Property name="WebDynproApplication" value="ZWD_WF_002" />
    >            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />
    >            <Property name="DynamicParameter" value="wi_id=${item.externalId}" />
    >            <Property name="openInNewWindow" value="yes" />
    >            <Property name="System" value="WDSETXXX" />
    >            <Property name="WebDynproNamespace" value="sap" />
    >            <Property name="display_order_priority" value="5" />
    >          </Properties>
    >          <Descriptions default="" />
    >        </Action>
    >      </Actions>
    >    </ItemType>
    >    <ItemType name="uwl.request.webflow.decision.WS91000001.UWLSETXXX" connector="WebFlowConnector" defaultView="WorkItemRequestsView " defaultAction="viewDetail" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >    </ItemType>

  • UWL : Tasks tab auto load

    My UWL is customized to show up Tasks as my first tab however, I am having to click on the Tasks tab to pull all tasks from backend. The users shouldn't have to do this or click refresh. They expect to see Tasks when they go to this page. How is this achived?
    Thanks,
    Winston

    Hi Winston,
    You need to configure UWL Delta Pull Auto Refresh. This is an optional configuration to optimize the performance and user doesnt need to refresh every time. You can set up the Delta Job for 1-3 mins.
    Define ECC Background jobs -
    ●      Background job (for example UWL_DELTA_PULL_1), consisting of a single step of ABAP report RSWNUWLSEL in FULL mode, using a report variant. Run the job once a day.
    ●      A background job (for example UWL_DELTA_PULL_2), consisting of a single step of ABAP report RSWNUWLSEL in DELTA mode (default mode is delta, so report variant is optional). Run the job every one to three minutes (depending on the performance of the back end SAP system).
    See further details at -
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm
    Hope this helps.
    Cheers ~ Dhanz

  • Service cannot able to open in UWL from the ESS tasks

    Hi Team,
    I'm facing a  issue like
    path: MSS --> work overview --> tasks --> click on any link.
    we got the following error.
    Service cannot be reached
    What has happened?
    URL http://<hostname>:8001/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system GCP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:gccia-erpn01_GCP_01-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    I have check forum thread
    Service cannot be reached in UWL from the ESS tasks
    but I'm not able to find out the solution.
    Any help will be appriciated.
    Regards,
    Mahee.

    i said to you that it shouldnt point to ABAP system!
    read my solution again
    Please ensure system configuration-
    >system landscape->system(my system)->Web Application server settings
    please check is it pointing to ABAP Server, If yes then change to Java
    server then your Application will work.
    The two types want different WAS properties. Now if you set
    up the WAS so that the BSP works well. There is a possibility that you
    can modify the WAS settings when you use WebDynpro launcher. You have
    three possibilities to change this:
    1. In the UWL connector settings modify the "Web Dynpro Launch System"
    property to SAP_LocalSystem. This case the webdynpro uses the URL and
    the port of the portal.>> I think this can suit you.
    2. In the System Landscape create a new system with the same properties
    as the R3_TEST1 but the WAS properties are different. After that you use
    the name of the new system as "Web Dynpro Launch System" in the UWL
    connector settings. This solution should be used if the SAP_LocalSystem
    is different than the necessary WAS settings.
    3. You can modify this setting in the configuration also under the
    ItemType. You should add the system property and the UWL uses it instead
    of the default one.
    Here is the help documentation:
    http://help.sap.com/saphelp_nw70/helpdata/en/92
    /a88931f2dd4631b9e8d530697d89c9/content.htm
    in regards to this parameter.

  • 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

  • Tasks tab appear first on the UWL iView

    Hi
    We have configured the UWL iView.
    We have the Alerts, Tasks, Notifications and Tracking Tabs on the UWL iView in the same  order. Now I would like the<i> Tasks tab appear as the first column instead of the Alerts.</i>
    Can any one please guide me how to do this,
    Thanks
    Regards
    Priya

    Sushil,
    Thanks a lot for your reply.
    When I click on Click to Configure Item Types and Customize Views Using a Wizard -->
    Customize the look of the UWL main page
    the Select Navigation Node To Be Customized drop down is blank. when I try to Create New Tab I get an error.
    java.lang.NullPointerException
         at com.sap.netweaver.bc.uwl.ui.admin.wizard.AddNewNavigationNode.createNewNN(AddNewNavigationNode.java:453)
         at com.sap.netweaver.bc.uwl.ui.admin.wizard.AddNewNavigationNode.onActionSave(AddNewNavigationNode.java:229)
         at com.sap.netweaver.bc.uwl.ui.admin.wizard.wdp.InternalAddNewNavigationNode.wdInvokeEventHandler(InternalAddNewNavigationNode.java:194)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    Regards,
    James

  • How to read  value under properties tab   from SU01 to portal

    Hi All,
    I need to read the value under Properties Tab of SU01. I tried UME API but no luck, is there any otherway to get it.
    Regards
    Praveen

    What value are you trying to read?
    -Michael

  • How can I adda new tab in UWL

    Hi Frndz,
    As per my requirement I need to a custom tab in UWL, how can I do this and how can I map this to back end .
    For example we in plan to show the each task initiator in the new tab..so will create a new custom in back how the mapping will happen from that table to UWL custom tab which I  create (work flow is the interface between portal and R/3).
    Really appreciate the thoughts.
    Regards
    Rajesh

    Hi  Rajesh,
    Have a look at the documentation here:
    http://help.sap.com/saphelp_nw70/helpdata/en/d6/eddef503944dc6bbe8d81a2cec44e8/content.htm
    I am not sure what you mean though about linking this tab back to the R/3.  What happens is that the customization is done in an xml file via a WebFlowConnector to the backend system.  The information will be pulled to the correct tab if it is correctly defined in the xml file.  If you would like to elaborate on your requirement feel free and one of us here in the forum will try to help.
    But definitely have a read of that URL above as it will help to understand how the tabs work in the UWL.
    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

  • Whats the use of tracking tab in UWL?

    Hi,
    might sound stupid question but could someone help me to understand the use of tracking tab in UWL? What is the use of this tab or what is the purpose of this tab? can this tab be used for deleting task assigned to someone else?
    Thanks
    Sid

    Hi,
    UWL- Universal Worklist  Functions
    Retrieve and display work items from multiple Business Workflow systems in one common worklist
    Display connection status information of Business Workflow systems
    Refresh the item list
    Track initiated processes, forwarded items, and completed items
    Display item details
    View item attachments
    Tracking tab Uses:
    All Task,
    Assigned Task, and
    Tracked Task  you can see in  navigating to UWL
    Thanks

  • Contents of Tracking tab in UWL

    Hi experts,
    In the tracking tab in UWL, I only see the workflows started by me.
    But I would need workflows apporved/actioned by me as well.
    Please let me know how to configure this.
    Thanks
    Krishna

    Hi,
    That won't happen in tracking tab. You can see the completed tasks by selecting "Completed tasks" (I cannot remember the exact word that they are using) from the dropdown menu in the Tasks tab.
    Regards,
    Karri
    Edited by: Karri Kemppi on Jun 30, 2010 1:30 PM

  • How can I move a task from a Summary Task to another Summary Task in the same task list?

    Hey, I tried to move tasks through the SP UI from one Summary Task to other in the same task list, but I didn't find possibility for it.
    Then I spent time to learn the SP Client Object Model and now I can read tasks form the list. I see every task has a "FileRef" and a "FileDirRef" field. If I think right these fields show the relation between list elements for example between
    a Task and a Summary Task elements.
    I changed these fields' values and I tried to Update the ListItem but I got this error message: "Invalid data has been used to update the list item. The field you are trying to update may be read only."
    I really need to move tasks what were created below a wrong Summary Task so please explain a method or pattern how I can do this. (I can create a new Task below to any Summary Task and I can set field values but I hope there is a way to really move tasks (I
    mean I should change the right field values somehow.).
    I can reach the Task List both on the server and client side so I'm very interested in every solution. PowerShell solution is also good for me.
    I'm using SharePoint 2010 SP2.
    Thank you for your answer and your time. :)
    Csaba Marosi

    Hi,
    According to your post, my understanding is that you want to move a task from one summary task to another in the same task list.
    We can do it like this:
    We can create a Gantt View for this task list, then copy your tasks inside a summary task, then navigate back to the other summary and paste, then go back to original and delete.
    Here is another way for your reference:
    SharePoint vs Powershell – Moving List Items between folders
    http://sharepointstruggle.blogspot.in/2010/07/sharepoint-vs-powershell-moving-list.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Strange issue in ListBox - Showing the 'id' contents and not from 'Values'.

    Hi,
    I have created a custom table control that looks exactly like in 'Partner Tab' of Sales Order. It has Partner type, Partner, Name etc columns. For 'Partner type' column, I am calling function module 'VRM_SET_VALUES' so it shows as 'Sold-to party' , Ship-to Party' instead of SP, WE etc. This works fine.
    However, before I display this table control, in PBO,  I am populating Partner Type and partner # and passing it to table control columns. It should show like 'Sold-To party' in 'Partner type' column and '0000014' in 'Partner' column. I see Partner # populated correctly, however, instead of showing 'Sold-To party' in 'Partner type' column , it is showing like SP, which is the 'id' value from function module 'VRM_SET_VALUES' . What should I do so it shows the description(content from 'Values' and
    not from 'id' ) ?
    Niranjan

    Thanks for the response.
    I had tried converting to text and pass from Internal table to Table control on screen in PBO, however, the width of the column is only 2 characters, so it will display just 2 characters text.
    I am wondering how SAP is able to code to show TEXT in 'Partner tab' in Sales Order. I have pasted the contents below from 'Partner tab' of sales order. I debugged the code in program SAPLV09C and screen 1000 and somehow they are populating the text as shown in 'PARTNER FUNCTION' below instead of codes like SH, SP. If I press F1 on field, I see SDPARTNERLIST-PARVW as the field name and the width is 2 characters.
    PARTNER FUNCTION        PARTNER #      NAME
    Sold-to party                         79269     XYZ CONSTRUCTION
    Foreman1                          2023     KURT
    Bill-to party                          79269     XYZ CONSTRUCTION
    Payer                          79269     XYZ CONSTRUCTION
    Regional Salesman            430     MARK
    Ship-to party                          219763     S.A.G. PROPERTIES
    Cont Person >Bill-To     80296     DENNIS
    Cont Person >Sold-To     80296     DENNIS
    Cont Person >Payer     80296     DENNIS
    Cont Person >Ship-To     261628     DENNIS

  • Unable to view new tasks in the UWL

    Hi all,
    I am using EP 7.0 SP8 and backend R/3 4.6C. I  configured by Worklist and work items to my UWL with the backend .My Problem is I am unable to view the New OR  in Progress Tasks in the UWL but  i am able to view the completed tasks in the UWL.
    Is the Problem with the backend R/3 version or some thing else?
    Please help me..
    Thanks and Regards,
    Sateesh.

    Hi,
    Check whether the release rule you are running has the option Auto Allocate (Inventory Tab) is YES.
    If it has NO then you have to run the Move Order Pick slip program with auto allocate move orders as YES and order types as pick wave for material allocation to happen.
    once material is allocated you should be able to view them in WCB atleast.
    After you find them in WCB but not on telnet then check you resource and device setup.
    Karthik.

Maybe you are looking for

  • SQL*LOADER, the WHEN clause and WILDCARDS

    has anybody ever used wildcards in a WHEN clause in the SQL*LOADER control file? WHEN string_2_load = 'GOOD' , all 'good' rows load WHEN string_2_load = 'GO%', all rows fail the WHEN clause and end up in the discard file. thanks in advance - if i don

  • Checking a tranaction in a role

    Dear All, Please help me how to check a transaction in a role? Thanks, Satya

  • Applet development in Internet Explorer Vs AppletViewer

    hello, i have build rmi chatting applet. when i test my applet with appletviewer, it work finely but when i try it in internet explorer 6 it can do properly like in appletviewer. what's wrong with it? for information, i build my applet with jbuilder

  • Puzzled About New Options

    According to iTunes Help, the latest update allows one to sort by the artist's last name instead of first. Yet it's description of how it's done sounds like the original way of manually typing, or cutting and pasting the information in the "Get Info"

  • Create new USER status in SAP PM

    My Client want to creat new user status as WORK COMPLETE in addition to TECO for Work Orders in SAP PM. Pls suggest if this is possible & can be done in Standard SAP or as an enhancement. Appreciate all feedback... Thanks Mudassar