Travel Expense - Remove Workflow Attachments?

We have enabled standard SAP Travel Workflow WS20000040 - Approve Trip.  Managers will perform approvals through the Universal Worklist within the SAP Portal.  Each work item is generated with an attachment.  When the attachment is launched via the UWL in the portal, it launches transaction PR05 VIA the SAPWEBGUI.  We do not want the attachment.
Is there an easy way to remove the attachment associated with this specific work item?  
I have read some posts that detail how to turn off all attachments in the UWL.   However, I would like to remove the attachment for this workflow item only.
Thanks in advance.
Regards,

Thanks for all of the responses and helpful suggestions.
After researching further, I found several references that recommended using transaction SWFVISU > Object Visualization to suppress the workflow attachment.
I created an entry based with the following parameters:
Object Type:  BO BOR Object Type
Object Type:  BUS2089
Method Name:  Approve
Visualization Type:  NONE Object Not Represented
This did not work. However, we are not on the latest support packs on either the portal or back-end system which I am thinking may be contributing.   We are applying patches in the next week and I will re-test.
Does anyone have any feedback regarding this and whether the entry I have created is correct (and therefore should work)?
Thanks

Similar Messages

  • Determining second level approver for travel expense claim workflow

    Hi Experts...
    In Travel Expense claim workflow,we are using two level Approval.The employee has to enter his data for expense claim through ESS..Then expense claim is submitted and sent via workflow to the Travel department. Travel Dept verifies the expenses against the bill and approves the claim by selecting the next level approver and attaching the scanned copies of the bill.
    I made copy from the standard workflow WS20000040.
    How can i select the next level appover in first level approval step???
    Is there any FM or BAPI or BADI???
    Please help me ...
    Thanks in Advance
    Regards,
    Hemalatha.

    Hi Hemalatha,
    I have small tricky workaround to find out the second level of approver.The Standard Rule available can reused again by passing manager's Position.i.e
    After first level completed , store manager position in container variable and pass it to the same task rule so the task is sent to the manager's approver .
    Message me if needed more details.
    **Award Points if useful

  • Travel & expenses: Remove User settings option

    Hi,
    we have implemented Travel & Expense module in Portal using ABAP web dynpro. We are at EP 7.0 EHp2.
    Navigation : ESS -> Travel & expenses -> My Trips and Expenses
    Here If the User perform Right Click option then he get the option for : " User settings" and if he choose User settings then he further get the option to select the column / tab's to hide or unhide.
    So we want to disable the right click option for the user OR at least remove the option of User Settings from User.
    _vishal
    << moved by moderator - check out the list of other forums on top of portal forum >>
    Links to other forums
    Edited by: Anja Engelhardt on Jan 16, 2012 1:53 PM

    Hi Vishal,
    as far as I know, the right click cannot be disabled. I have two suggestions:
    1. Modify the WebDynpro Application and add the Parameter WDDISABLEUSERPERSONALIZATION = X.
    2. Alternatively (this is what we did) you can call the application WD_GLOBAL_SETTING in SE80 and globally disable all user personalization for all applications. This avoids endusers from calling helpdesk because "fields are gone" etc. pretty well...
    Cheers, Lukas

  • Travel Expense Tool - Workflow doesn't start

    Hi,
    I need some demo data of Travel Expenses for development but when I create a new Travel Expense Report there's no work item created.
    I checked that the "Change" and "Create" Events (Object Type BUS2089) are triggered  (I also checked the Event Linkage).
    In Event Trace I can see them but "Change" has no Receiver entered. In the "Create" Event the Receiver is right but if I open the Event there's the RFC Status "Syntax error in program CL_SWF_RUN_WIM_LOCAL======". The same error Message appears in Transaction SM58.
    I also checked that in transaction SWU3 everything has a green flag.
    In transaction PE03 --> Feature TRVPA--> I changed the Attribute WRP but it still won't work.
    I think the workflow is not starting correctly because of this syntax error.
    Any help is appreciated.
    Thank you
    Christopher

    Hi Modak,
    I get the error: Class CL_SWF_RUN_WIM_LOCAL,Method IF_SWF_RUN_WIM_INTERNAL~MERGE_ATTACH_OBJECTS
    Field "IM_COMMENT_SEMANTIC" is unknown. It is neither in one of the
    specified tables nor defined by a "DATA" statement. .
    This error is also listed in ST22 when the event is triggered. Do you know the cause for this error?
    If not I'll raise an OSS suport ticket.
    Thanks!
    Christopher

  • 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.

  • 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

  • What is the standard workflow for Travel expense ?

    Hi guys
    i am looking for the standard workflow for travel expense. I did a search on the forum but count find a answer. I also searched SWDM - Workflow browser. I coudnt find one. Can anybody let me know which is the standard workflow for Travel Expense?

    Hi
    Check out these links.
    [http://help.sap.com/saphelp_47x200/helpdata/en/04/928ba746f311d189470000e829fbbd/frameset.htm]
    [http://help.sap.com/saphelp_47x200/helpdata/en/19/8460e002474d4a866da32a8d9c6c73/frameset.htm]
    [http://help.sap.com/saphelp_47x200/helpdata/en/cb/c11038b42b7858e10000009b38f8cf/frameset.htm]
    Regards
    viijay

  • Travel Expense workflow ?

    Hi ,
    We start on MySAP ERP2004, what are the standard worklfow and workflow object for :
    - Travel Expense ? Bor Object to use and WF Template .
    - Travel Approval ? Bor Object to use and WF Template .
    Thank you .

    Sudha,
    I see you are realting this to your earlier thread...
    Switch of the SAP workflow and activate your custom workflow.....not sure if I understand correctly...
    Cheers,
    Uthams

  • Fiori - Approval Travel Expenses Workflow Reject

    Hi Guru,
    we have configured the Approval Travel Exepense into SAP Fiori. We have a question regarding the reject of travel expenses report.
    When the user reject, a pop up appear and the user write the reason of reject and click to reject:
    So, now the standard Workflow (WS20000040) restart with the decison task reject. All work fine.
    The question is: The text written in a pop up where it is saved? Can I intercept this text in a standard workflow?
    Thanks in advance.
    Regards.
    Lorenzo

    The comments that are saved while REJECT should be saved in the workflow container under a container element named "ACTION_COMMENTS". can you check the workflow log in swi1 Or swi2 and inspect the workflow log?
    >>>>>Can I intercept this? the question is what do u want to do with this and what and where do u want to intercept?
    if your objective is to show these comments next time on the same work item when it comes to the user's inbox in Fiori then yes you can do it but you would have to enhance the oData service for Travel Expense Approval and then check the workflow container for these user comments. it can be done but depends on what u want to do. technically things are possible
    Best regards
    Ashish

  • Travel Expense workflow status configuration

    Hi,
    A customized WF is used for Travel Expenses with two level of approval after WF request created by Employee.
    The problem faced is when first level approver approves the request the status visible to employee is "Trip on Hold"
    Where are it should be "trip approved".
    Where can i check the configuration for assigning the status for Travel Expenses.
    Also guide should this be handled from HR or WF end.
    Regards,
    SAP Portal Dev.

    it should be from WF end
    check the WF using SWDD and see using SWIA

  • Travel Expense Manager (tcode:PR05), how to auto remove record?

    Hi, all,
    In Travel Expense Manager (tcode:PR05), after u select a trip for a certain personal number, u will go into details screen. Then when u select a single receipt from the below tab called 'Receipts' and then click the 'Enhanced Cost Assignment' button at below, u c pop-up screen appear. Inside the pop-up screen, under the 'Enhanced Cost Assignment for Entire Trip' there there will be some row of data. So, now my problem is how to delete whole row of data based on cost center? Is there any enhancement like user-exit or what can be used?
    Thanks in advance.

    Dear,
    Enhanced Cost Assignment for entire trip will come  from the reciepts what user entered.
    Try by deleting the reciepts.
    Regards,

  • BUS2089  for travel expense claim. How can i link it to portal?

    Dear Expert,
    I had created a customize object from the standard BUS2089 and named it ZBUS2089 and i have a workflow that trigger based on the ZBUS2089 object created.
    My question is how do i link this object to my travel expense request. I want when the employee click on submit on the portal side, instead of triggering the standard BUS2089, i wanted to trigger my customise object ZBUS2089.
    Thanks
    Regards,
    Bryan
    Edited by: Brian Lee on Mar 25, 2008 3:23 AM

    Hi Kappy,
    The situation is hard to describe it seems.  They say a picture is worth a thousand words, so I'll show screen shots....
    Clicking on the Desktop icon does not open a finder window but rather opens a program.  The problem seems to be that the "desktop folder" in the finder is not recognized as a "folder" but rather is listed as "anything".
    Here is what the folder should be normally. (shot taken from another account on the same computer).
    Solutions tried to fix this problem:
    1.  tried to delete the Desktop icon, and to pull it off to the trash and also to move the icon somewhere else.  The icon doesn't change.
    2.  I've taken the icon off by removing it in the finder settings.  When re-checked, the problem stays the same.
    3.  I've deleted the finder.plist file and the sidebar plist file in my account.
    4.  I've repaired permissions.
    5.  I've tried to re-assign the link in the info pane - associating the icon with the "finder"
    I have three accounts on my computer.  My main account is the only one affected by this problem.
    Anyone who might have a solution, I'd love to hear your ideas!
    It looks like the "kind" needs to be changed from "anything" to "folder" but I don't know how to do that.
    Thanks for your help!
    Douglas

  • Problem in opening Travel expense form

    Hi All,
    We are using standard workflow (task ID : TS20000118 )for Approve Trip,Approve Travel Request and
    Approve Travel Expense.
    User (Manager) get all the task related to travel request and travel expense in MSS through work flow.
    When user click on Travel request task, the travel request PDF form is open correctly, but when user click on travel expense task , the travel expense PDF form have to open but here also travel request PDF form is open.
    How can i open the Travel expense PDF form when user click on travel expense task.
    can anyone help...?
    Regards,
    Priya.

    Hi,
    Did you get solution for this problem? I am facing same problem.
    Regards,
    Amit

  • Travel Schema is Not Appearing in ABAP WebDynp Travel Expense Form

    Hi Experts,
    We are using FIN_TRAVEL_1 business function for travel management in EHP2.
    We are implementing ESS/MSS services for Travel management and corresponding workflows are working perfect.
    Problem is:
    Travel Req. and its Approval are working perfect but when we create Travel Expenses for the corresponding Approved
    Req. - Travel Schema is Not Appearing in the ABAP webdynpro screen in ESS.
    We have already activated integration of Travel Requets with Expenses in the customizing and changed the corresponding
    settings in the schema also.
    ABAP WebDyn in ESS is working perfect if we direct create a Stand alone Travel Expense Report. We are using only Travel Req.
    and Expenses with Miles/KM cumulation. We are Not going for Travel Planning.
    Pls. let me know - If any Settings are missings in "Expert View" of Travel Control or any Customizing setting is missing.
    Do we have to apply some note or any BADI is there ??
    Very Thanks in Advance...
    Kind Regards,
    Edwin

    Hi there
    You need to make sure that you have a trip schema that does not allow overlapping when creating expense report from approved travel request, also check the bindings for your trip schema.
    I think I may have addressed this in  an OSS to you earlier but also check you are using correct resource for WDABAP as delivered with 1076144 
    I think is why it previously worked in your java landscape if you had the trip schemas with bindings defined in the homepage framework

  • Travel Expenses

    Hello Experts
    Posted in Financials forum also......
    i have the following questions regarding Travel Expenses:
    1. Can an employee change expense report approver to a different manager than his direct supervisor when he creating the expense report? If yes how?
    2. Can we automatically route expense reports containing out of policy items to senior management?
    3. Can the per-diem be calculated based on employee department?
    Thank you in advance. All helpful answers will receive points.
    Karan

    Hello Manoj
    Thanks for the response. The workflow must be routed to immediate supervisor as a default. The employee must also be able to pick a different supervisor in which case the workflow will be routed accordingly and the original manager will receive an email informing him about the expense report to keep him in the loop..
    If items are outside of the company policy it should automatically get routed to senior management. I was under the impression that you would set controls to ensure this didnt happen. ie you would enter the maximum allowed amount in the configuration. How will the employee then be able to enter a higher amount?
    I think for the different per diem I figured out that you can use reimbursement groups..am I right?
    Karan

Maybe you are looking for

  • How to see the list of purchase order

    hi, Please kindly guide me how to see the list of purchase order released and unreleased both. Regards, Sanchita

  • How to get the list of tables having index in particular tablespace

    HI can anyone help me with this i need to display the list of tables that are having indexes in a particular tablespace(let it be A) and the list of tables that are not having indexes in tablespace A. thanks in advance...

  • Front Panel bounds on secondary monitor

    Hello! I would like to display some elements of the front panel on the primary and others on a secondary monitor. So I decided to make a subvi from the elements I wanted to show on the secondary display. It nearly works, but I would like to have full

  • IMessage text from my MacBook Air

    I've had my MacBook Air for a year.  Text on my iPhone 4S and iMessage on my Air are synced so I can see the chat thread on either device. Recently, when texting from my Air on iMessage, they are ONLY being sent to my daughter's email, not her cell #

  • IBook won't start up, none of the website's advice is working

    This iBook has 10.2 installed. I have previously tried reinstalling from those discs but it never worked. I found the original install discs that came with the computer so I have been trying yet again to fix it. I just can't give up. It gets stuck on