FM to update Travel Expenses?

Any BAPI/FM to directly update the travel expenses in PR05? I have a flat file wherein I have PERNR, and his travel expense details. I want to update the data into SAP. If no FM exists, I know we can do a BDC. But anyone aware of any FM?
thanks in adv.

Hi ,
Following FMs might help you for travel expense update.
TRIP_WRITE_PERIO
TRIP_WRITE_HEAD
TRIPS_WRITE_KMSUM
Let me know if it works for you.
Regards
Shekhar

Similar Messages

  • Text Editor update in PR05 ( Travel & Expense )

    Hi,
    I am trying to update editor in PR05. I am using function module HRTRV_IF_MODIFY_TRIP to update PR05. For some reason, I am trying to update the editor. But I am getting below error message.
    Field PTP71-EDITOR_TEXT(9) does not exist
    I saw whether editor as any limitation in PR05. I dont think so.
    Please let know what cause this error.

    PR05 only updates Travel Expense tables: PTRV_*
    To update Travel Request tables: FTPT_* you will need to go thru another transaction, such as TP04. 
    Travel Data is a one way street - Travel Request data (FTPT_) will be copied up to the Travel Expense tables (PTRV_) one time only (When travel request is approved).  After this point, any changes to the Travel Request data (FTPT_) will not be copied up to the Travel Expense tables (PTRV_).  Data never goes in the other direction - from PTRV_* back down to FTPT_*.
    Hope this helps.

  • Currency updation in travel expense

    Dear Team,
    I want to configure receipt currency in travel management, so when an employee creates his travel expense currencies mentioned below should be displayed in receipt currency.
    Please let me know the T-code for configuring the same.
    Thailand                          BHT
    China                               YUAN         
    Philipines                       Peso
    Regards,
    Pinky

    Hi !
    M correcting my answer......
    In the TRIP Schema Thier is a separate flag option for 'Additioanl Designation'.
    Path :IMG>Financial Accounting (New)>Travel Management>Travel Expenses>Dialog and Travel Expenses Control>Define Schema and Individual Field Control> Select TRIP Schema -Domestic Travel >F8 >
    In the same screen under the head of Activate Entry Screen
    1. check box Enter Address for Destination
    2. check box for Additioanl Destinations.
    3. TRIP Segment
    4. Advances
    5. User Data
    2nd Check box is for Additional Destination
    Regards
    Sheetal

  • Travel management: Input tax for each travel expense

    Dear forumers,
    I've got the following problem with input tax.
    I activated input tax for my country variant in Customizing IMG Global settings for each trip provision variant, second option "Input tax per trip expense type".
    I also put the tax code to each travel expense which should be taxed.
    But still amounts are not posted in FI with input tax codes.
    When I tested the situation in Testing system, everything worked fine. Then I did the same customizing in Development in order to transfer to Production system and copied requests to Testing. And from that moment, amounts are posted to FI without taxation even in Testing system. Don't know, what went wrong 'cause everywhere I did the same manipulations.
    Can anyone help me to solve the problem?
    Best regards,
    Eldar.

    Hi
      what is the rule in schema?
      i had similiar problem,  i.e. the tax code is not updated in the FI document.
      can you advice what might go wrong?
      thanks in advance!

  • Fiori Approve Travel Expenses Accept / Reject error

    Hello,
    I have installed the Approve Travel Expenses app and it looks to be working okay appart from the approve / reject buttons.
    I have setup the scenarios using transaction SIMGH.
    These are the only configuration changes i could find i need to make. In the guide for approve travel expenses it mentions to make sure tables SRA008_T_CONFIG and SRA008_T_TASKTYP are maintained and that the Travel Management module is installed and configured.
    I cant find the paths in IMG to check the tables and also don't know how to check that the Travel Management module is installed and configured correctly. I will mention though that the client uses a custom workflow for travel expense approvals which is why I have defined the approval workflow task as TS90100025.
    The error I get in the Fiori app is:
    "{\"error\":{\"code\":\"SY/530\",\"message\":{\"lang\":\"en\",\"value\":\"Decision 0003 cannot be perfomed on workitem 000011503389.\"},\"innererror\":{\"transactionid\":\"1D25B0E3BE78F1EF8561005056B07C8E\",\"timestamp\":\"\",\"Error_Resolution\":{\"SAP_Transaction\":\"\",\"SAP_Note\":\"\"},\"errordetails\":[{\"code\":\"/IWBEP/CX_MGW_BUSI_EXCEPTION\",\"message\":\"Decision 0003 cannot be perfomed on workitem 000011503389.\",\"propertyref\":\"\",\"severity\":\"error\"}]}}}"
    Any help will be greatly appreciated.
    Kind Regards
    Jared

    Hi Masa,
    My colleague pointed out that the task needs a user decision for the app to run and the approve/reject task is set as an activity.
    I will ask the workflow consultants to update the workflow. Ill test the app again and post back here with the results.
    Kind Regards
    Jared

  • 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

  • How to add Comments in travel expense?

    Hi,
    How to add Comments in travel expense?Using the FM HRTRV_IF_ADD_RECEIPT. I have gievn the input in the Input Table TEXT.
    Eg:-
    TEXTID = R001
    TEXTLINE = Comments.
    It is not updating in the Backend.How to solve this.
    Regards
    Bala..

    Hi madapati,
    I debugged the FM HRTRV_IF_ADD_RECEIPT and came to know that for adding comments, have to give
    input to the Input table ADDINFO.  while giving inputs to this input table,  i am getting the error like shown below.
    Field PTK33-PLACE. does not exist in the screen SAPMP56T 1310
    I checked this screen in the PR01 and PR05 Tcode. There was no screen exists with this screen number 1310. The standard FM HRTRV_IF_ADD_RECEIPT is using BDC for adding the receipts,comments,addinfo ,etc., But i checked the screen number in BDCDATA of standard FM HRTRV_IF_ADD_RECEIPT for adding both comments and addditional information(addinfo) , there the screen number was SAPMP56T 1310. But in the PR01 it was like this SAPMP56T 1960 .
    How to solve this issue, and how i have to add comments.
    Please send any sample program if u have.
    Regards
    Bala.

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

  • Travel Expense settlement

    We are using ESS only for Travel Request and Travel Expenses. I have the following queries:
    1. Can we enter non-travel related expenses also in TRAVEL MANAGEMENT module for e.g. Petrol, mobile (company provided) bill etc.
    2. Without using PR05 tcode in R3, is there a way to settle trips (i.e. Approval status = Settled) expenses in ESS? Because after my expense report workflow gets over the final status shows as:  Approval status = Trip Approved.

    Hi
    You can enter the expense types such as petrol or mobile.
    With reference to the settlement, for any updation you have two status. If you see for Trip approved itself, you will have one more financial status as to be settled, once it is settled the status will move to Trip approved/Settled. Once FI posting run is created the status will be Trip Approved/Transferred to FI
    Regards,
    Lakshmanan Krishnan

  • Approve Travel Expenses FIORI Application

    Hi,
    I have a problem in Approve Travel Expenses FIORI Application. The application was configured and implemented as shown in the SAP documentation platform :
    http://help.sap.com/fiori_bs2013/helpdata/en/be/2c66528841745fe10000000a441470/content.htm
    My problem is the application doesn't import any travel expenses that was created in PR05 TCODE. I can approve any expenses in SAP. The Odata message service returned OK code in /IWFND/MAINT_SERVICE. The Employee Master Record Creation was assigned to my s-user. I Have all roles and Manager Statut.
    Should I maintain both tables :
    SRA008_T_CONFIG
    SRA008_T_TASKTYP
    if i won't want  to use a specific work-flow ?
    Should i use a work-flow ?
    Are there any SAP customization to do with my s-user ?
    Any SAP Tcode to create / Approve travel expenses ?
    All packages are updated. 
    I thank you in advance.
    Tags edited by: Michael Appleby

    Hi Majbar,
    Your issue is in HR workflow configuration. If workitem is in inbox, Fiori app can read it.
    For SAP Business Workflow troubleshooting, you should look at event trace and workflow log.
    SAP Note 1098805 Troubleshooting Tips & Tricks for workflow issues
    SAP Note 547601 FAQ workflow, runtime environment and troubleshooting
    SAP Business Workflow FAQ
    Regards, Masa
    SAP Customer Experience Group - CEG

  • MSS: approve travel expenses of managers

    Hello Experts,
    could you please give me advices for standard-process within MSS (on NWBC for html; using POWL - no WF) for managers who shall be allowed to approve their own travel expenses. I was thinking of following opportunities:
    1. Save travel expense in approved status -> nothing to do more for approval
    2. Save travel expense in unapproved status -> daily report sets those in approved status
    3. Approve their own travel expenses in MSS
    Or do you know other/more practical opportunities?
    Please also give me tips on how to set up the process.
    Thanks a lot!
    Best regards
    Raphael

    You can use this to get the approval by managers running. http://wiki.scn.sap.com/wiki/display/ERPHCM/Workflow+Customizings+in+Travel+Management http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=235799439
    FPB_MAINTAIN_PERS_M Personalization Dialog DIA_CO_CCA_TR User Name Update Input Data only checked Hit 'execute' On the next screen enter P for Selection by field If you choose 'P' (Selection Using List of Personnel Numbers), then you also need to select the Personnel Numbers. - Hit button 'Multiple Selection for Personnel Number' - Hit button 'Multiple Selection' - Use wildcards in 'Last Name' (eg: a*) to get a list of Personnel numbers. - Use the button 'Select all' and then hit the green tick to confirm - Hit F8 to copy the selection to the pers. dialog - Save the personalization dialog.

  • Problem with the Travel Expenses PDF Form

    Hi Experts,
    We are facing a strange issue in our production system that the Travel Expenses PDF form is coming as a blank pop up when users raise a Travel Expenses request or try to see the form in 'My trips and Expenses'.
    The strange thing is that it is happning for only 3 users in Production system only.We have confirmed that it is not a Desktop issue. We did not come across this earlier while 3500 users are using it for 9 months now.
    The same problem is not repeated in Dev, Qua or even in Production for any other user.
    The SAP Security team has also confirmed that all relevent authorisations have been given to effected users like other users for whom the same is working
    Kindly help me with the same if you have encountered the same problem or can suggest something that may rectify the problem.
    Help will be appreciated << Please do not offer points >>
    Regards,
    -Amol Gupta
    Edited by: Rob Burbank on Sep 21, 2010 2:38 PM

    Hi Siddharth,
    Thanks for the reply.
    We have checked that it is not a Desktop issue.
    Also SAP Security team says that the effected users have been given the regular authorisations as given to other users using the same functionality.
    As i mentioned it is not a problem with ADS as the same functionality is working fine for 3500 users for 9 months.
    Regards,
    -Amol Gupta

  • Travel Expenses settlements against Service Order/WBS Element/Project Ord

    Hi Experts,
    I have one req. in Travel Expenses, i.e. need to settle travel expneses against Service Order/WBS Element/Project Order.
    Can you guide me how to do this req.
    Thanks & Regards
    Rajesh

    Hye mate,
    This is possible for sure what you need to do is to go at travel request . In travel Request there is an option of Enhanced Travel cost/ Alternative master cost center. if you click on it . you would find an option of cost assignmnet click on it
    there you would have option , like an excel sheet like fields of  the cost centre, wbs element, profit center, order number what eve is requred and save it.
    now the cot of trip would go that particulat cost center or der numbe or WBS rather then the cost center assigned at master data in ifototype 0027.
    Regards
    Waqas Anwar

  • SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment

    HI All
    I am Viki. In our organization they are planning to implement the SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment. Can any one help me how to start this process other details like
    What is the business package for Travel and Expense Managment
    How many Iviews are there
    How to show the Travel data in portal
    How to configure the UWL for TRIP
    What are all roles?
    Please help me in this regard
    Thanks
    Viki

    Hi Viki,
    SAP Travel & Expense Management  comes under ESS Package,
    to use these service we need to take license and all So first
    you gather your requirement ,then check for license n with SAP.
    Check Below links for details
    [Link 1|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a0b47200-9c6d-2910-afa6-810c12eb7eb3 [original link is broken]]
    [Link 2|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a]
    [Link 3|http://www.sap-img.com/human/what-is-ess-mss.htm]
    Regards,
    Piyush

  • Search Help for Region in travel expense manager

    All,
    The travel expense manager has a field called Region in the "general trip data" section . This region is used to to determine the Per diems and Flat rates for meals and accomodation.
    This values can only be the values that exist in T7020 table. That is T7020 is a check table for this field. But there is no search help provided for this field in the transaction PR05. When I click on the search help (f4), i do not get any values. It is impossible for the user to know the codes for the region in contention. Like for Phoenix, the code is AZ/PH. There is no way the user will know these codes without the F4 search help. Any ideas if this is a configuration thing or any round about way to get over this issue?
    Thanks in advance
    regards
    Sam

    hi
    create your customized search help and add to the field.

Maybe you are looking for

  • Problem with Pen Tool CS5

    Hi, I just got Photoshop CS5 and I'm having a bit of trouble with the pen tool - namely, I can't see the path I'm creating.  In CS3 I could clearly see the line between two points but in the new program the line is nearly invisible making it very dif

  • Gamers Club Unlocked Renewal Question

    Hi Matt, I've been a Gamers Club Unlocked Member since the program started in September of 2011, as well as a pretty consistent Premier Silver( which has now become Elite P'us) member. My Gamer's Club Unlocked membership expires on the 14th of next m

  • Problem with access JSF applet using javascript

    Can someone help me! I'm using a applet in jsf page, and i'm trying to access this applet using a javascript. Here is the applet code <jsp:plugin code="DoAction.class" codebase="." height="400" hspace="10" jreversion="1.5" type="applet" vspace="50" w

  • Java program code paper work

    Where to find industrial standards for Java program code paper work (indents, large or small characters, brackets position on page, capital letters for constants etc.)?

  • Abot Module Pool

    Hi All, how can u define the select-options in modulepool. Thanks\&regards, phani