Task not opening in UWL

Hi
I am receiving my workitems on portal in UWL. When I try to open any task ( SAP transaction is called) a error comes
"Work item executed". if you try to reopen it then error comes "You are not a receiver of the work item".
The UWL log displayed:
External user [USSAGGARK] of external system [SAP_ECC_HumanResources] not mapped to a portal use
External user [US1047] of external system [SAP_ECC_HumanResources] not mapped to a portal user
Empty or null time zone value from backend
External user [WF-BATCH] of external system [SAP_ECC_HumanResources] not mapped to a portal user
Invalid timestamp 0 from backend system (for user 5841)
Please help me to fix it.
Thanks
Vishal kapoor

Hi Vishal
I think task registration is needed when you are calling a WD (ABAP/java) screen . But in my case a SAP transaction is getting called. it has worked fine on other sites in the past without registration.
If its working in other system check the configuration and compare both the system are identical. Then it will work. I guess the SAP transaction if you are calling without task registration then you atleast you need to do XML re-registration in portal. Take your task number and talk to EP team to do the XML re-registration in portal. I think it will give some clue.
Regards
vijay

Similar Messages

  • Tasks not opening in UWL through LR script

    Hi,
    I am trying to script a scenario in SAP NW Portal. The scripted scenario looks like:
    1) VUser.init() section: A user logs in to the portal.
    2) VUser.run() section: The User performs few steps in the portal (UWL - WD Java).
    3) VUser.end() section: The user logs out.
    The intention is to achieve the following scenario during its run time:
    A user logs in, then perform actions defined in VUser.action() section in iterations and at last of the load test, the user logs out.
    Issue: The first iteration is always happening successfully but the second iteration always fails.
    Please help me in resolving the issue.
    Thanks & regards,
    Ankit
    PS:
    If I put all the transaction in VUser.action(), all the iterations pass.

    HI Arvind
    Try a piece of code to get all the tasks in your task list.
    QueryResult result = itemManager.getItemsForItemType(uwlContext,ItemType.UWL_ITEM_TASK, null, null);
    SO in result, you'll get all the task available.
    Thanks
    Puneet

  • Workitem is not opening in UWL configuraton

    Hi,
    In my project UWL configuraton has been done newly..
    When my workflow is getting triggered an workitem is generated for user decision task(General) and its coming to sap inbox and working fine for approval/reject.
    But when the same workitem goes to UWL..its appearing there but when users click on the workitem its not opening...just rendering and wait ... I am unable to understand why the WI is not opening in UWL only while its working fine in sap inbox.
    Can anybody what is the reason for that...is it for portal issue? or ADS connection issue or workflow Task issue?
    Any help will be appriciable...
    Thanks,
    Biswajit.

    Please do not cross post the same question in multiple forums.

  • Attachement not opened in UWL for trip requuest approver in workflow:

    Hi All,
    Issue Description:
    Attachment not opening in UWL while send for approval of Travel Request but opening in ECC.
    Issue Object:
    BO: BUS2089 Method: Display
    Created a custom BO: ZBUS2089 and delegated to  standard BUS2089.
    Looked Solutions:
    SAP Note :
    568323 - Travel manager: Services for the object
    596584 - Travel manager - Services for the object II
    But not applicable for this version.
    Brief Description:
      An employee raising a travel request in his login while rising, he attaching the bill scanned copy in the travel request.
    Step: 1 Clicking Create New Travel Request
    By clicking Attachment Button Adding Attachment:
    Attaching a word document
    Trip is saved and send for approval:
    Travel Request for Approval is received in Work item:
    Opening the work item from UWL:
    Now by Clicking the Object and attachment  Employee Trip 0000000079 viewing trip Details
    Now opening the Attachment List:
    Attachment List is displayed:
    Selecting the line item and displaying the attachment by Pressing Display Button:
    Word  Document Not opening.
    But In ECC
    Attached word document is opened:
    Please Provide solution for the Problem.
    Please find the attached document for the Screenshots.

    I'm not sure this is similar to your problem but I had an issue once with opening word documents from the UWL and I think that the problem was that it was opened via ITS and ITS didn't not open word documents. try to set the links to open in winGUI and maybe than they will work.
    In the portal go to:
    Content Administration->Portal Content->Portal Users->Standard Portal Users->Universal Worklist->UWL - Launch SAP Transaction
    Under property category choose 'content - transaction' and set 'SAP GUI Type' to 'SAP GUI for Windows'.
    maybe it will help your problem as well.

  • GP Task not appearing in UWL

    Hi, We have GP WD java application which is running CE 7.31 sp05. Some of the GP task is not appearing in UWL . What might be case,please suggest.

    Hi Jigar,
    As Mentioned in the previous posts re register the system and also clear the cache, once done check whether the task items are there in the UWL config or not.
    If this doesn't solve update the problem after you do that.
    Cheers-
    Pramod

  • Substitute tasks not shown in UWL but available in SBWP

    Hi, I am trying to test substitute functionality in our custom iview. I have added code(available in attached file) in UWL XML which shows Manage Substitution button and substitute tasks are shown in SBWP but not in UWL.  What else I need so tasks show up in UWL? Thanks in advance

    Nilesh Telkikar wrote:
    Is there any authorizations required in portal to add substitution?
    page 14, http://www.sap-press.de/download/dateien/1461/146_leseprobe.pdf
    Nilesh Telkikar wrote:
    I see entries in SAP table HRUS_D2 but portal table KMC_WF_SUBSTITUTE is empty when I add substitution.
    sorry, Im not familiar with the table. But regarding your expectation of new entries, did you saw that already?:
    UWL FAQ - Business Process Expert - SCN Wiki
    Substitution - Getting Started - Using SAP Software - SAP Library
    regards

  • BPM Task not listed in UWL

    Hi Experts,
    I have initiated the BPM Process through NWA. Task is not listed in the UWL but the mail is getting generated.
    UWL is configured to Provider System. UWL also receiving task from other BPM workflow.
    Thanks in Advance,
    Best Regards,
    Arun

    Hi Arun,
    Assign a Potential owner to the task and check for the following roles to proceed with BPM Process.
    pcd:portal_content/com.sap.pct/every_user/com.sap.bpem/com.sap.bpem.roles/com.sap.bpem.Enduser,
    To Trigger Your Process:SAP_BPM_TRIGGER_EVENT.
    While Assign Potential Owners,
    Pool is the first Priority,
    Lane is Second Prioriy,
    Activity is Last Priority.
    Eg: If u Assign a one Potential owner for Pool and another owner for Lane. It will take Pool owner as the major one.

  • HREF in user decision task not working in UWL?

    Hi All,
    We're on ECC6 and portal version 7.01 SP4.
    My problem is that I have defined a link in the body of a user decision task like so..
    <A HREF="http://www.google.ie/" target=_blank> GOOGLE </A>
    and while in appears as a link in the task in the UWL, clicking it does nothing. When I check the properties of the link, I see that it's actually javascript:void(0);, so hence it doing nothing.
    Can anyone give me any guidance on how to get a link working in a user decision task in the UWL?
    Thanks in advance,
    Liz.

    Hi Patrick,
    Thanks for the respnse, I've since figured out that what I was trying to do was not possible.  I have impleneted a workaround myself, where I just added an extra button action in the UWL.
    Many thanks,
    Liz.

  • Decision task not appearing in UWL

    Hi All,
    I am not able to see my decision task TS12000025 in UWL however I could see in business inbox in backend. Does anybody have any idea ?
    Appreciated.
    -Bijay

    Hi Bijay Kumar,
    In SWFVISU transaction you have to add this things.
    1. Task--Give the task id which has to be sent to the UWL
    2. Visualization--How you are going to view the screen (using java web dynpro) so give as Java web dynpro.
    3. Screen id--For which screen your are going to assign this task.
    4. Application ID--While you activate a web dynpro screen it will be providing a application id this has to be done in dynpro side and give that number in this parameter. After that if your activate the dynpro it will be giving the new application id so you have change the old id to the new one in SWFVISU transaction.
    Thanks and Regards
    Balaji K.

  • Task not showing in UWL XML File

    Hello Experts,
    I am back with another query in less than a week.
    Requirement:- There is a Transaction BNK_APP by which users do their task (approve reject etc) it triggers a workflow and then the workitems are generated and sent to SAP Inbox. These workitems are now shown in the users Inbox in UWL.
    Users dont want to see these particular workitems in their inbox as they are required to do this via the transaction and not via UWL.
    Workarounds:- I have been told that there is noway at all that this can be controlled from the workflow or the backend it has to be done by changing the UWL XML. Is it true that this situation cannot be achieved by changing or filtering the workflow or backend.
    From Portal, I can
    1. go into the xml file and delete that Workitem Task no.(TS50100025) and upload it with new name with priority "high" and good to go.
    2.  I can put something like this :
    <ItemTypes>
    <ItemType name="uwl.HiddenTask" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
    <ItemTypeCriteria systemId="SAP_WebDynpro_XSS" externalType=" TS50100025" connector="WebFlowConnector"/>
    </ItemType>
    </ItemTypes>
    BUT BUT, I feel very awkward telling you this, but in the XML i DID NOT find a single entry with the Task no. TS50100025. I switched on the Troubleshooting for UWL and saw that the config file was "uwl.webflow" with the same Task id. But when I checked the uwl.webflow XML I did not find an entry with that Task no. either.
    Whats wrong ?? Why the task/workitem is being shown in UWL but not in the XML ?? Is it even possible ??
    Edited by: Rajat Sharma on Nov 2, 2011 6:14 PM
    Edited by: Rajat Sharma on Nov 2, 2011 6:14 PM

    Hi Rajat,
    For the items to appear in UWL, they need to be part of one of the XML files.
    You are checking in wrong XML file.
    Check in  uwl.webflow.SAP_WebDynpro_XSS.
    Second part, you don't need to or rather you shouldn't modify this ML file. Because every time you register the connector this file will be regenerated.
    For more details on how to hide work items refer to SAP note 1437432.
    In short
    1. Create an XML file with any name say Hide Tasks.xml
    2.  An entry in this file might look like
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.webflow.DoNotDisplay12" connector="WebFlowConnector" defaultView="something" defaultAction="something" executionMode="default">
          <ItemTypeCriteria systemId="SAP_R3_FINANCIALS" externalType="TS00300025" connector="WebFlowConnector"/>
        </ItemType>
        </ItemTypes>
    </UWLConfiguration>
    Thanks
    Prashant

  • Task Not Appearing in UWL

    Hi All,
       I have able to build a process & deployed Successfully.
    Also am able to see the Proicess Instance ID as well as Task Id in Manage Process & Manage Task respectively.
    But am not able to see the Task in UWL. I am using Local system ie.., both BPM Run time services & UWL is residing in same system.
    Am able to see the SAP_Localsystem aliases with BPEML connnector by default. But not able to see the system(for aliases ) in the system Landscape directory.
    Please help me on this.
    Thanks,
    Arun

    Hi Abhinava,
       I have tried many times but no luck.
    Hi John,
         I am able to see my process status success. Even in Manage Process -->Failed Process Instance, am not able to see my process. Similarly i have seen in Manage task, am able to see the task success.
       The problem is with the UWL i think so. Intially i had a Locale problem but now that is resolved.
    Please help me on this.
    Thanks,
    Arun.

  • WD application is not opening in UWL for custom workflow

    Hi,
    I have created entries in SWFVISU, and webflow connecter also has entries for my custom task .
    I can see work item in UWL but as soon as I click on workitem I am not able to see application or workitem .
    Kindly check screenshot.
    Regards,
    Vijay

    Hi Vijay,
    As prashanth said please activate the services in the SICF and generate the error once again and check the log in nwa-->trouoble shooting-->logs and traces -->developer traces and check the error their.
    Regards,
    Anil

  • Attachment Does Not Open in UWL

    Hi,
    Using a Background Method i have attached a '.PDF' attachment to the workflow. When open in r3 the Attachment works fine and it opens in PDF reader. But when the same thing is tried through portal, it say the file could not be found.
    Kindly Help.
    Thanks,
    Prashant Singhal

    Thanks A. Lavorenz
    after implement the SAP notes i followed your advice and now I can open attachments.
    Goto transaction SICF:
    a) goto EXTERN ALIASES
    b) add /default_host/sap/bc/contentserver
    c )add a user with password
    Very important the user must be a  type "system"
    Claudia Cerulli

  • Task not disappearing from UWL

    Hi all,
    my tasks are getting populated perfectly in the UWL but after the execution of the task it doesnot gets disappeard from the UWl however it gets deleted from backend business workplace of the user, i have checked the status of workflow after the execution of task and it gets into completed status.
    Can anybody help me on this, how to clear the UWl.
    PS points will be rewarded to helpful answers.
    Regards
    Saurabh Anand.

    Refer to this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/eb/101fa0a53244deb955f6f91929e400/content.htm
    Regards, IA

  • Task not executing on UWL. Backend works fine.

    Hi All
    In Travel Management, Manager gets an approval task. There are Approve and Reject buttons
    In Backend:
    When Manager selects reject, there is a pop up screen where he enters a message and it gets delivered as a mail to the user who raised the claim
    In UWL
    If the manager presses on the reject button, the Workitem disappears and nothing else happen
    How can i make the comments screen appear on UWL
    Please guide

    Hi,
    Please follow the following link. It has been explained in detail:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/103e2cf0-ec95-2b10-d198-a2d5edfbd7f8
    Regards,
    Niraj

Maybe you are looking for