Attachments in Travel Expense approval not displayed in UWL

Hi guys,
We here have implemented the travel expense workflow WS20000040. According to the current std functionality, when the requestor creates a travel expense request, he is able to attach any attachments along with the request. But when the request moves to the approver in his UWL, he is not able to see the attachments. (except a default one which on clicking, opens the PR05 txn)
Is there any config or note which needs to be applied for these attachments to be visible under the UWL's attachments?
Please help.
Regards,
Pranita
Please refer attached screenshots of requestor's and approver's screens..

Hi Pranita,
as far as I know, there is no standard functionality that implements the GOS-Links into the UWL. I've had the same problem as you and implemented a workaround that works as follows:
I wrote a class that implements the Interface IF_SWF_IFS_WORKITEM_EXIT and within the only method it contains I read the GOS-Documents which I then attach as normal workflow attachments to the Workflow API. The Class is used within the programming exit of my Workflow's decision task (it's then, by definition, automatically executed). This approach has one major disadvantage: The attachments are only passed to the WF upon sending the TRIP for approval, i.e. only when the workflow is executed, naturally. This means if the TRIP is sent for approval and then the employee creates attachments afterwards (which is possible even if the trip itself can not be changed due to authorization etc.), the manager will not receive these retroactively attached documents.
Beforehand: I'll not share the coding for this because I based it on the coding of an external colleague; but the description above should give you a design-technical idea of how to achieve your requirement.
One more thing. To get rid of that nasty process object that links to the PR05, you can use SWFVISU. I didn't know how to do this myself until 4 months ago or so. Ibrahim Ansari explained me how to do it in one of my threads over here: Hide/Remove process Object from Workitem that is shown as attachment in UWL possible?
Hope it helps.
Cheers, Lukas

Similar Messages

  • Expense items not displayed in UWL

    Hello,
    I am on EP7.0 ECC6.0 and have workflow setup for Expense items but the problem now we have is that when an employee creates an expense report and submits it ...it goes to the Business Workplace of the Manager to whome he reports to but it is not getting displayed in the UWL...for some reason which was working earlier...
    Any help would be highly appreciated.

    Raja,
    Tha standard Task number is TS90300017 for "Travel Expense Approval"...and I looked at the XML for UWL which has the entry for this task as:
    <ItemType name="uwl.task.webflow.decision.TS90300017.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS90300017" connector="WebFlowConnector"/>
        </ItemType>
    What else can I check...
    Looking forward to your reply.
    Thanks
    Message was edited by:
            SubhashTripathi

  • Program Exit for Travel Expense approval workflow

    Dear Experts,
    When a travel expense request is raised from the portal, the requester can attach certain documents like Files, notes to the same  for the approver to see.
    But when the approver sees the request in his UWL, he is not able to see the documents that the requester attached while creating the request.
    I used a Program Exit for the same to happen, which creates a custom Event of a Custom BO, which in turn is attached to a standard task, that calls a method of an ABAP Class, that in turn attaches the document for that particular Employee and trip number.
    But I am not able to View the document in the UWL.
    Am I missing anything?
    Please help..
    Note: I reffered the following document (which was very helpful):
    http://scn.sap.com/docs/DOC-29492

    Try changing the behavior of the uwl when calling a SAP GUI from the default ITS to WIN GUI since you can't display documents on ITS:
    Content Administration->Portal Content->Portal Users->Standard Portal Users->Universal Worklist->UWL - Launch SAP Transaction
    Under Property Category choose Content - Transaction. Set the property SAP GUI Type to SAP GUI for Windows.

  • Travel expense approval worklfow

    Hi,
    i have used standard workflow : WS20000040 for travel expenses, i can able to trigger the event when travel expense form created and also i can approve the trip,but i want to know whether it's really got approved or not,please let me know how to check it, whether it is getting updated in any table after approving ..
    Thanks in advance.
    ram

    Hi,
    Please check in the Table  PTRV_PERIO .
    It has all the trip status updation and one of the important table for  all travel related standard reports.
    The fields are  :
    ANTRG     ANTRG     CHAR     1     0     Travel Request or Trip Approved (Indicator)  Travel Request status
    ABREC     ABREC     CHAR     1     0     Open / To be Settled / Settled (Indicator) Travel settlement status.
    Regards,
    Sabari Prabhu.

  • Leave approval text changes are not displayed in UWL

    Hi friends,
    I have made some changes to text label of leave approval application using ctrl+right click(done in role->workset->page->iview) in content admin but it not reflecting in UWL(when calling leave approval application in UWL).any idea pls.

    Hi,
    aah i think the problem is at the uwl xml config file, which controls which iview is opening for a specific task id.
    please enable the support info, at this u can see which xml file is used and you can change the directory/iview which is called by opneing the "leave approval":
    1. Log on to the portal
    2. Navigate to the following path: system administration   > system
    configuration
    3. In detailed navigation click on the UWL & Workflow folder
    to expand out
    4. Then click on the Universal Worklist Administration link
    5. Scroll down to the bottom of the page:
    Optional Universal Worklist Service Configuration
      Open the Tray for the Optional UWL Service Configuration
    Click on the button to open the tray for the optional UWL service
    configuration
    6. Scroll down again
    7. Go into edit mode
    8. Display Support Information:   Set the parameter to true
    9. Save
    have also a look here:
    http://help.sap.com/saphelp_nw70/helpdata/en/44/c0001cdfcd1386e10000000a155369/frameset.htm
    i hope this can help u
    br,
    fabian

  • SUP Travel Expense Approval login issue

    Hi Guys,
    We have configured Sybase Unwired Platform 2.1 and SAP NetWeaver Gateway 2.0 to use SAP Travel Expense Report application on iOS platform. SAP have upgraded their application to version 1.2.10. Now we have not changed any configuration as we were using lower version earlier and it was working fine. Now after re-registering the Application Connections in SCC , the login is not working for some of the user. Rest of the user are using the app as they were using it earlier.
    Some of the users are getting "Error occurred during user activation" error in their mobile devices (Screen Shot attached). My doubt is as there not so much help from SCC logs and there is no error logs in Gateway server, how can I get the root cause of the issue? Please tolerate little knowledge in SUP as I am new to this technology . You can revert if you need more information from me, I shall happy to provide those as per my  knowledge.
    Thanks,
    Sukalyan

    Hello Karthik,
    We are also about to implement Travel and Expense and want to know how to set it up on the portal...what is the R/3 configuration required....and what R/3 transaction/BAPI does these Travel and Expense ESS services call...?
    Any help would be highly appreciated.

  • Displaying Travel Expense form as attachment to UWL workitem

    Hi experts,
    We have customized the travel expense workflow that is WS20000040.
    When the requestor raises a travel expense request it goes to the manager for approval in his UWL.
    There by default, according to the standard functionality, when approver clicks the particular work item, he can see an attachment attached to the work item, which on clicking, leads to transaction PR05.
    Within that transaction when he clicks 'Travel Details' only then he can see the PDF for travel expense form.
    Our requirement is, instead of opening the transaction, the PDF should open directly as soon as the approver clicks the link.
    Please help.
    Regards,
    Pranita

    Dear Pranita
    I hope you are well and many thanks for using the SAP Discussion Forums .
    In relation to the scenario that you have described you mentioned the following:
    You have customized the travel expense workflow that is WS20000040.
    When the requestor raises a travel expense request it goes to the manager for approval in his UWL.
    Your requirement is, instead of opening the transaction, the PDF should open directly as soon as the approver clicks the link.
    Ok firstly a point to highlight here is have you attempted to reproduce this issue in more than one browser type? Also is compability mode currently enabled on the web browser platform that you are utlizing.
    Ok in terms of background functionality and the underlying operations of this scenario the predefined actions which occurs once a workitem is clicked in the UWL depends on XML configuration or via the SWFVISU transaction.  By default, the item type configuration for the corresponding work items is set to launch the expense report form.
    If you analyze the UWL configuration file and the travel expense XML e.g. com.sap.pct.erp.ESS/MSS - from UWL administration page, you should be presented with the following:
    ** SAMPLE **
    WS20000040
    <ItemType name="uwl.task.webflow.decision.TS20000131.ECCCLNT100" connector="WebFlowConnector" defaultView="com.sap.pct.erp.mss.tra.view.TripApprovalView" defaultAction="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" executionMode="default">
    <ItemTypeCriteria systemId="ECTCLNT140" externalType="TS20000131" connector="WebFlowConnector"/> <CustomAttributes>
    You should be able to set the predefined open action here.
    Also there are two key points to remember when you are working with XML files.
    XML files and the UWL follow the notion of precedence. Therefore once you make a change in the UWL XML the file needs to be reuploaded with a new priority of high in order for changes to come into effect and the UWL Cache needs to be cleared.
    XML files should be backed up and copied so changes can be reverted easily if required.
    Kindly update me as per your findings.
    Kind Regards & All The Best
    Troy Cronin - Enteprise Portal Support Engineer

  • Travel Expense Type- Not to be posted

    Dear All
    I have a requirement.
    I have one expense type named "Miscellaneous Expense". This I have created with the settings "Paid by Company". I have assigned a wage type also.
    Now while filling up Travel Expense Form, I selected this expense type and put amount 100 INR.
    Now settlement of that trip is done successfully.
    But I do not want this expense type to get posted. For this I tried not incuding this expense type in the node "Define Assignment of Wage Type to Symbolic Account". But it gave an error while doing Posting Run. Similarly I also tried not including it in the node "Conversion of Symbolic Account to Expense Account". But then also it gave an error.
    How can I achieve this, that an expense type remains in the Travel Expense Form, but it does not get posted.
    I have tried creating this expense type with settings "Estimated Costs, No Reimbusement to employee", but in that case this expense type is not viewable while filling up travel expense form.
    Any solution?

    Solved

  • Travel Expense Type- Not coming correctly in HTML Form

    I am using HTML forms in travel management. When I simulate a travel expense statement, in the sections
    I T E M I Z A T I O N
    Additional Information for Itemization
    the name of the travel expense type come as truncated. It takes only 15 characters, while actually it can be 30.
    Any solution how it can be increased?

    Solved

  • EMAIL Notifications are not displayed in UWL

    HI One & All,
    I configured UWL and tested for Leave request Process. Workflow is working fine. Manager is approved the leave. But when manager approved leave a Notification should come in to UWL.
    that notification is cumming in SAP INBOX but it is not appearing in UWL.
    Suggest what are the steps need to follw.
    Regards,
    KSanj.

    You need to create a system to connect to the backend and do the UWL Configuration in Portal.
    Search on SAP Help or on SCN for more information.

  • Viewing attachments! My Ally will not display attachments!

    Moved for greater exposure

    If these are attachments you have saved to your phone, you may need to install a file explorer.  Estrongs File Explorer and Astro File Explorer are good ones to choose from. 
    capetown wrote:is there a certain app I need to download for this.

  • Travel Expenses through ESS Not Moving to the MSS of Immediate Boss

    Dear Gurus,
    After the travel request has been approved by the immediate boss on MSS, employee is creating the Travel expense
    report for the same request number through ESS.
    But After saving and Sending the travel expense report for Approval through ESS by the employee,
    Expense report for Approval is not Moving in the MSS of his Immediate Boss.
    Kindly suggest how to achieve this, Immediate boss should approve/Reject the Travel Expense Report through MSS.
    Any standard workflow existing for this ?? For Travel Request we are using 20000050 and it is working fine.
    For Travel Expenses through ESS:-
    We have already activated 20000040 and configured the same in T Code SWETYPV.
    Object we are using is BUS2089.
    Kindly let me know which Event and Functional module is configured in T Code SWETYPV.
    Or any other steps we are missing Or any other Workflow to be used to achieve this ???
    We need Travel Expense Approval on MSS by the immediate Boss.
    Regards,
    Edwin

    Hi,
    Try checking agent assignments of task TS 20000135:
    Tcode PFTC:
    Task type: Standard Task
    Task: 20000135
    Display
    From top menu choose: Additional data --> Agent assignment --> Maintain
    Click "Attributes..." and chooce "General Task" and then "Transfer".
    Then click Red and White ball icon (refresh index Shift+F1).
    Check also (using SWDD) that WS20000040 has agent maintained for task 20000135. I am not sure if it is there in standard. You can choose superior of the initiator rule from drop-down if it is not maintained.
    Regards,
    Saku

  • Configuration of Fiori app Approve Travel Expenses

    Hi gurus,
    I'm new on SAPUI5 technology, I need to do a simple configuration on standard Fiori app Travel expenses Approval (bsp ui5_fi_trex_apv).
    I need to hide ui elements and change text translation of some labels.
    I followed the guide 'Extending and testing SAP Fiori Apps', but I have some difficulty in the implementation of file component.js.
    For example I need to hide the table TEA_LIST_COSTASSIGNMENTS in view details.Home.
    I copied the example code excerpted from the guide, but I do not know how to retrieve the following values from standard app:
    jQuery.sap.registerModulePath
    jQuery.sap.declare
    jQuery.sap.require
    My Code :
    Another question: after custom implementation, how can I test it ?
    Thanks
    Massimo
    Tags edited by: Michael Appleby

    Hi Massimo,
    Please use UI extension points.
    App Implementation: Approve Travel Expenses - SAP Fiori for SAP ERP 1.0 - SAP Library
    Please use new SAP Fiori Launchpad
    Extensibility
    Regards,
    Masa
    SAP Customer Experience Group - CEG

  • Self approving travel expense on ESS/MSS

    Hi ,
    I am implementing travel expense module. We are also implementing ESS and MSS for TE. Workflows are being used to send aprovel request to managers.
    I want to know if some one has implemented a check for self approval. i.e do any one know how to check and restrict self approval?
    If a manager creates a expense claim and it comes on his universal work list because of some wrong work flow or substitution then how can we restrict him from approving?
    Can this be done by authorisations? or by using a badi or user exit?
    Regards,
    Amit.

    You can handle this thing in two ways.....................
    1> We can always check that if the employee and approver are same then ...workflow should not allow person to approve travel expenses.We can use the exculded agents function while specfying our agent in workflow task.
    i.e if travel expense approver is person having sap id
    test01
    and employee who creates trip is also
    test01
    .Then above functionality won't allow person to approve his own trip.
    2. In case of substitutions we have to use badi to restrict this stuff.
    As per standard SAP UWL functionality you can delegate/substitute anyone in Organization. If you want using BADI WF_SUBSTITUTE can restrict user which can come in search for delegation/substitution as per your requirement.
    Please refer SAP Note 977069 - Substitute API: Providing the BAdI WF_SUBSTITUTE.

  • Fiori Approve travel expense with POWL?

    Hello - and a special hello and thanks to Masayuki Sekihara which helps us daily with our Fiori questions.
    One customer wants to implement the approve travel expense application and told us he uses an POWL for that - is that possible?
    Many thanks for your help!

    Hello Masa,
    our customer uses "POWL" to approve the travel expenses. I think they use the approve FITV_POWL_APPROVER for that.
    My questions was, if the Fiori Travel expense approval app can use this?

Maybe you are looking for

  • Create mode in table-form layout

    Hi I use jheadstart 10.1.3.3.0.4157. I have a group with table-form layout. I want to enter to this page in create mode and then if user want, click on search button and go to table layout. I use steven davelaar solution (Re: How to add enter-in-inse

  • Adobe Flash Player 10 - repeated installations

    I have Win 7 (Starter) on a new Acer Aspire One 532. My main (and only) login id is for me which also has admin. privileges. However I have to repeatedly install Flash Player 10 in order to view clips on YouTube, BBC and my own web site. Once install

  • "Attach as adobe pdf" outlook toolbar

    I'm running Outlook 2003 with Win XP and had the "attach as adobe pdf" toolbar in Outlook disappear. I've tried some reverse remove instructions (e.g., moving registry values to 2 (I left it at 3), reinstalling it, etc.) but nothing has worked. It wa

  • I get the color wheel of death ...

    when trying preview my Motion 5 project.  I imported a .psd file with layers and used keyframes to move the layers around the y axis and z axis.  First motion crashed; I lost an hours work.  I finished the project, but now, I get the colorwheel of de

  • Tax amount calculation

    Hi, Can some one help me to explain how the tax amount is calculated. I have a tax procedure assigned to my country. I created a input tax code. Now i used this tax code while creating a PO i entered the tax code. How the system determine the base am