MSS Approval Report Links to Busines Workflow Task in UWL

Hello All,
I have a scenario below that I'm hoping you can help.
I copied the standard business workflow task "TS31000007: CATS Approval by Supervisor" to create our own task (general task) and link the 'CatManagerApprove' application and 'sap.com/msscatapproval' package to this task in the Workflow Visualization Configuration.
We then assigned this new task to the time data entry profile for the portal.  Once, employee released the working time, the task is created and send to the Universal Worklist. 
The manager can then access the UWL and open this approve time workflow task. This task is open to the MSS Approval Report (similar to what appear under the MSS > Tasks > Approve Time by Manager).
However, I have copied the Approve Time by Manager to our own and changed some of the  order of the column and header text and assigned to the MSS role. 
I would like to have this CATS approval task open to the same approval report view/layout as in the MSS Approval Report.
I've tried to change the layout (column order) through portal contents of the standard MSS Approval Report because I thought it was reading from there, but it's not.
Does anyone know how this can be done or where to point to the MSS Approval Report on the portal.
Any help would be appreciated!
Tam

Hi Karri,
We were able to use the launch iview task to launch our specific iview but I cannot seem to get it to recognize the workitem. In other words, when I click on the task in the UWL, my approve working time iview appears but it does not have the data that is from the workflow task item. Attached is the XML code that I used:
<ItemType name="uwl.task.webflow.TS93000001.SAP_ECC_Financials" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchIView" executionMode="default">
      <ItemTypeCriteria systemId="SAP_ECC_Financials" externalType="TS93000001" connector="WebFlowConnector"/>
      <Actions>
        <Action name="launchIView" groupAction="" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
          <Properties>
            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
            <Property name="page" value="pcd:portal_content/net.saccounty.SacCounty/net.saccounty.approve_ts_data"/>
            <Property name="openInNewWindow" value="yes"/>
            <Property name="display_order_priority" value="5"/>
            <Property name="workitemId" value="${item.externalId}"/>
          </Properties>
          <Descriptions default=""/>
        </Action>
      </Actions>
    </ItemType>
I thought the line <Property name="workitemId" value="${item.externalId}"/> would pick up the work item ID, but it is not working. Any suggestions?
TS93000001 is our task. approve_ts_data is our iview. It opens in a new window correctly and goes to the correct iview, just is not the actual task data.
Thank you,
Mark.

Similar Messages

  • How to delete ad hoc workflow tasks in UWL centrally?

    Hi,
    While we were testing UWL function of Enterprise Portal in Netweaver 7.0, number of users created ad hoc workflow tasks in UWL.  We have recently decided to use Universal Worklist for Inbox-based workflow only (WebFlowConnector) and not to use it for ad hoc workflow (AdHocWorkflowConnector).
    Instead of asking all users to go in to UWL and delete all their ad hoc workflow tasks, I (as a System Administrator) like to delete all ad hoc workflow tasks myself, centrally.  Is this possible?  Does anyone know how to delete all ad hoc workflow tasks centrally?
    Thank you.
    Joon,

    Hi Joon,
    I think it will be really difficult to achieve what you want as each task is related to a particular user.
    I am not sure @ a Sysadmin can accessing other users' tasks.
    You can try looking for some way by using UWL apis.
    I think you can get all your user's adhoc tasks in an ItemCollection object by using append method of Itemcollection Interface and then see that deleting this object may achieve give u desired reults.
    Also try having a look at the IUWLItemManager interface.
    You will find these interfaces in com.sap.netweaver.bc.uwl
    See [here|https://help.sap.com/javadocs/NW04S/current/uw/index.html]
    I hope it helps.
    Regards,
    Sumit

  • Cannot find a direct link to a workflow task to automatically be in "Edit Item" mode to complete a task

    Hi all. I'm looking for a way to create a link that brings the user into "Edit Item" so they will not need to click on "Edit Item". Once in "Edit Item" I look at the URL and it looks like this...Which is usable but I cannot
    find it!
    https://Sitename.sharepoint.com/sites/Dev/EOS/_layouts/15/start.aspx#/Lists/Workflow%20Tasks/EditForm.aspx?ID=295
    Sooooo I know the item I am trying to edit is ID=295. But when I reference the variable named ID, it is an entirely different number.
    See screen shots. I have a Workflow Tasks "Task" created and this is where I see the ID.
    Shot #1 - Where I Modify this View to show fields in the Workflow Tasks List
    Shot #2 (not uploaded) - Fields in Workflow Tasks; There is no ID field!!
    Shot #3 - My Workflow Tasks list
    Any thoughts?
    thanks!

    Only at a certain size, any higher your directed to view the case in the admin which has the file.
    As a not I say often to people about workflows etc - These emails are as their named - Notifications. They are not intended to be the means you run an online business and just emails is something for a BC site not to rely on. They have limited information and scope and everything and more is within the admin and the depths of the CRM in a browser that can run dynamic and rich content information.

  • Workflow task on UWL does not open in new window

    Hi,
    Some of the workflow tasks in my UWL do not open up in a new window when i click on them. I notice that these tasks are not even hyperlinked (underlined). Instead, when i click on the line, a small pop up shows to options: Forward and Resubmit. Therefore i am not able to approve / reject these workitems.
    Whereas there are some other work items which open up in a new window on click.
    Is this problem related to workflow configuarion (perhaps enabling the WF for portal) or is it something to do with UWL configuration?
    Appreciate your help.
    thanks
    zubair

    Hi Paul,
    I face the same problem, any findings so far?
    Thanks!
    Best regards,
    Sandra

  • Workflow task in UWL

    Hi there,
    I am trying to configure a workflow task so that it can be launched from the UWL as an ABAP Web Dynpro. I have enhanced the service notification business object BUS2080 so that a workflow is triggered on status change. Administrators are notified of this change
    The work item is sent to several administrators, and is appearing in the UWL correctly. I have configured the table SWFVISU for the task as an ABAP web dynpro with parameters:
    APPLICATION QIMT_NOTIFICATION_APP
    NAMESPACE SAP
    in order to launch the standard notification web dynpro from the work item. However, even after clearing the cache and re-registering the items list in the portal the XML is not being generated. The examples I have seen use the Decision step type to launch ABAP dynpro, however the task I am using is Activity step type. Is this the problem ?

          <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="zwda_hr_emp_wiwt_movmnt_revert "/>
                <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="WebDynproNamespace" value="sap"/>
                <Property name="System" value="SAP_ECC"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
    In the Actions, for propertyhandler mention the value as  SAPWebDynproABAPLauncher instead of UserDecisionHandler and in the back ground make sure that you complete the workitem by using SAP_WAPI_WORKITEM_COMPLETE in case of simple activity step.

  • OTBI reporting on BPEL human workflow tasks

    Hi,
    Is it feasible to do OTBI reporting on BPEL tasks associated to application objects? I was searching around and could find no relevant material.
    Thanks,
    Srini

    Learnt OTBI cannot report on BPEL tasks.

  • Launching webdynpro ABAP application from workflow task  (without UWL)

    Hello,
    How can i start webdynpro ABAP application from workflow without portal?
    Workflow and webdynpro ABAP are located on the same system.
    I assume it must be possible without transaction SWFVISU.
    thanks
    Regards
    Paul

    First you need to define a external service then you have to generate a task from this external service and then you need to include this task id in you workflow for a ACTIVITY step then this step can be either background or can be assigned to any agent
    you have to make use the below two Txn
    WF_HANDCUST and WF_EXTSRV

  • Project link in workflow task in PS 2013

    Hi Folks,
    I just created new WF using SPD and every thing goes fine.
    I just wondering, when approver receives a tasks to take an action how would he/she know what project needs approval, except for the name. Meaning how can the user access details of project  before approving it?
    Following are workflows task and how I can get a link to that particular project for which the task has been generated.
    Thanks, Kashif

    I think that no possible with task text description, imho.
    Maybe you can used own html for preview workitem - on workflow step goto Preview workitem and press Demo func modules. Select SWL0_PREVIEW_DEMO_HTML, for example. Now you can copyied this FM into own Z* and place static URL into FM body.
    If URL must be dynamic - try create URL like SOFM object (FM SO_OBJECT_CREATE) and attach this BO instance to your workitem using SAP_WAPI_ATTACHMENT_ADD. This procedure can be placed in backround step of workflow.

  • Why do I not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task?

    We are trying to use workflows to review and edit pdf files in sharepoint 2010. We are having a couple of issues and am hoping someone has the answer.....
    1)  When myself and coworkers click on the pdf document in the library, we get the check out option as expected.  However when we click on the document
    link in a workflow task (on the sharepoint site), the pdf opens as a temporary file and we do not get the check out option.  Why does this happen????? 
    2)  The same thing happens when we click on the document link in the workflow task email;   HOWEVER,  one of our co-workers does get the
    check out option when clicking on the link in the email task.  Why would she get the checkout option using the email and not when clicking on the link in the task list on the sharepoint site ????  We have compared our internet settings and adobe
    settings to ours and found no differences.
    We are using Sharepoint 2010, Windows 7, IE8, Adobe Reader X or XI.  Some of us have Adobe Pro X and have the same issues.

    Hi,
    According to your post, my understanding is that you could not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task.
    I try to reproduce the issue, however, no matter when I click the pdf type document in the library or click on the pdf document link in the workflow task email, it download the pdf doucment and then I can open it.
    It will be better if you can descript how you
    get the check out option as expected when you click on the pdf document in the library.
    Then I upload a
    word type document to the library, no matter when I click the word type document in the library or click on the word document link in the workflow task email, I can open the word document directly and get the check out option as expected.
    I recommend to use the other type docuemts to check whether the check out option works.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Why do I not get the checkout option when clicking on the document link in the SharePoint workflow task?

    We are trying to use workflows to review and edit pdf files in sharepoint 2010. We are having a couple of issues and am hoping someone has the answer.....
    1)  When myself and coworkers click on the pdf document in the library, we get the check out option as expected.  However when we click on the document link in a workflow task (on the sharepoint site), the pdf opens as a temporary file and we do not get the check out option.  Why does this happen????? 
    2)  The same thing happens when we click on the document link in the workflow task email;   HOWEVER,  one of our co-workers does get the check out option when clicking on the link in the email task.  Why would she get the checkout option using the email and not when clicking on the link in the task list on the sharepoint site ????  We have compared our internet settings and adobe settings to ours and found no differences.
    We are using Sharepoint 2010, Windows 7, IE8, Adobe Reader X or XI.  Some of us have Adobe Pro X and have the same issues.

    No the person who can check out using the link in the email has the same permissions as me.  We have looked at all kinds of settings, profile etc and nothing evident can be determined to explain the reason.  However, one difference we did notice is that this person does not have a default web browser set and thus when clicking on items to open, it always pops up a dialog box asking which program to use to open it with.  This person chooses Adobe Reader and it opens on the Sharepoint server as it should and she gets the checkout option in a dialog box just like clicking on the document in the library.  My theory is that this step of choosing the program to open with is interrupting the typical way a pdf file is handled when clicking on URL links to the document, which is…. it is opened as temporary internet file rather than on the Sharepoint server.   Hopefully someone can figure this out ☺

  • BSP link to Workflow task after transport - trans BDLSS

    I was able to call a BSP from SAPGUI inbox (trans SBWP) by doing the necessary config in transactions WF_HANDCUST and WF_EXTSRV - generate my task from WF_EXTSRV, etc.  The task was generated as a local object but I converted this to a transportable object.
    This worked in our development system.
    I need to get this into a test system and all the config/workflows was transported correctly.  However the link between the bsp and task is not on table SWLWPTSSID as in dev 010.
    Iu2019m trying to run transaction BDLSS or report RBDLSMAP to convert the table but that does not appear to be working.  What table should I convert in trans BDLSS? Does anyone have any idea what Iu2019m doing wrong?

    All,
    Resolved this. Here is the solution -
    It came down to bad/missing entries in table SWLWPTSSID. This is the table that links the web service maintained in WF_EXTSRV with the workflow task. As it is a client-dependent setting, when you transport the task and webservice you also need to adjust this table using transaction SM30.
    Cheers, Liz

  • Related Item link is broken in DispForm.aspx for a task in Workflow Tasks list if file name contains " ' " (single quote)

    Description:
    We have created a custom workflow in Microsoft Visual Studio 2013 and SharePoint 2013. This Workflow is associated with a Document library.
    This Workflow starts as soon as any new item is created OR updated in Document library and creates a Task in Workflow Tasks list.
     Related Item link is not working in following scenario -
    Upload a file that contains “ ' “
    in its name, in a document library
    Navigate to Workflow Tasks list
    Open View Item form (DispForm.aspx ) of  Task Created by workflow then click on link in Related Item fields
    OUPUT:
    Related Item link  truncates after “ ' “
    Eg.
    Original Link: http://<Site URL>/Documents/te'st.txt
    Related Item Field: http://<Site URL>/Documents/te
    Is this known bug in SharePoint 2013 OR any hotfix available to fix it.

    Hi,
    As I tested per your description, I can reproduce the issue as well.
    From what I have found out, it seems SharePoint resolve single quote into different code in different place. During the test, if I set Task Name to Document Name, single quote will be resolved to &#39; , if I set some field to Document encoded URL, single
    quote will be resolved to %27 . For now, I haven't found out any article talking about this issue.
    As workaround, we may find out a way to change the Related Item field. However, it is OOB field in workflow task (SharePoint 2013) content type, and this content type cannot be modified in form.
    I'd suggest you add new column to get document url and place in the form in Task content type settings.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Stat machine workflow task workflow status different values on different state activity(Approval level)

    i have developed the State machine workflow in which i am using default workflow task
    i have added one status dropdown and that is having approve or reject that i set using workflow task drop down values
    now my requirement is that when my workflow goes to different approval i need to have different status values in dropdown
    for example
    on manager approval state activity i need to add additional status value forward to legal
    but when it moved to next activity this task status field should show only approve and reject
    in summary i need to have different status values for workflow task when it moved to different state activity(approval levels)
    can we set these status field of task for state machine workflow programtically as well like for different approval level of task i need different status to be set for the dropdown of task status field
    MCTS,ITIL

    Hi Shahid Siddique,
    I have seen a similar thread from you about this issue, create custom form for the seperate form is a considerable workaround, you can have a check whether it works.
    http://social.technet.microsoft.com/Forums/en-US/9baa0c32-1cde-4c58-aa7c-3568ccf0cdc9/different-approval-level-of-task-i-need-different-status-to-be-set-for-the-dropdown-of-task-status?forum=sharepointdevelopmentprevious
    Thanks,
    Qiao Wei
    TechNet Community Support

  • MSS Time Approval Report

    Hello,
    I am on EP7.0 ECC 6.0 and have 2 reports in MSS -- Time Approval Overview and Absence Quota....the Absence Quota works fine but when trying to view the Time Approval report it says "the results are displayed in a separate window" ....a new window comes and then disappears....I wonder for the cause for this..
    Any help would be highly appreciated.
    Message was edited by:
            SubhashTripathi

    This issue is cause by authorization as i have just found out after weeks of going round in circles. Put a trace on in the  backend to narrow down the auth object and missing values.
    I know its a very an old post but it will save someone else some time

  • Edit Approval Workflow - Task Rejection Email

    How can I Edit Approval Workflow - Task Rejection Email?

    Hi Sunil,
    Thank you for your posting!
    According to your description, my understanding is that you want to edit the Task Rejection Email for your Approval Workflow. Please take steps as below:
            1.Open your site in the SharePoint Designer, go to Workflows->open the workflow you want to modify ->click the Approval->click on “Change
    the behavior of the overall task process” in the Approval editor page.
            2.Find the Step “When the Task Process Completes”-> “Set workflow status to Rejected.”
            3.Add two “Set Workflow Variable” from Action on the ribbon,Click on “workflow
    variable” then select “Variable: CompletionMailTitle”(editing the email title) and “Variable: CompletionMailReason”(editing the email body).
             4.Scroll below and click on the last action – “Email Workflow Context: Initiator” under “Else”,remove
    the first line.
    Reference:
     5 Steps to Enhance SharePoint 2010 Approval Workflow
     step 4
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for