Currency issues while booking travel expenses

Hi Experts,
I have configured Travel Management for India, while processing Travel expenses facing the following issues from user.
1.Meals & Meals-Paid is showing over limit separately instead of consolidate for per day. The same error is pop up against all the expense head e.g. Hotel, Taxi etc..
For Example: If there are two expenses on meals (Cash & Paid) on a single day and the expenses limit is $50.00 then system is calculation both the expenses as separate expenses. Suppose I am capturing $60.00 for Cash & $80.00 for Paid then it should give me a over limit of $90.00 however it is giving the over limit of $10.00 on cash & $30.00 on paid expenses.
2. System is not calculating over limit in USD if we are entering  corporate card or cash transaction in INR.
In this case if we are pulling the credit card transaction (Meals of Rs. 60) where the expenses limit is $50.00 system is given the warning message that the meals is over limt by 10 INR.
Please advise me to solve this issues.
Thanking you,
Kanna

Hi Ravi Shankar,
We could solve that ALE Error and now i can post to FI. But now when i create new expense report and settle the same it is taking next posting period automatically and when i post in PRRW it is giving following error.
Check posting run 0000000042
E RW609 Error in document: TRAVL 0000000045 AEDCLNT220
E F5201 Posting period 002 2009 is not open
Posting run 0000000042 has errors
I am not able to find the reason for this error. Please let me know how this can be solved.
Thanks and Regards,
Shilpashree

Similar Messages

  • TCode PRRW: Document Currency not taken from Travel Expense Report Currency

    Hi,
    We created a Trip Request using TCode TRIP and also created Travel Expense Report for the same Trip in which some of the payments were to be made to Vendor. We have Travel expense receipts in currency SGD. After settling the Trip and creating Posting Run, we made postings to FI using TCode PRRW. As a result of TCode PRRW, system considered INR as document currency and made postings in INR (same is also reflecting in the FBL1N report for Vendor).
    Why system is considering INR as document currency instead of SGD as the expense receipts were entered in SGD in Travel Expense Report?
    Regards,
    CMC Team

    Hi Aldo Manuel Sanz Castro,
    Can you please explain in detail what are the changes you had done i am also facing the same problem if you share information in detail alone with screen shot it will very helpful to me
    thanks in advance
    thanks
    Trinath

  • Error while create travel expense report - MTR

    Hi all
    I am implementing MTR and as of now I am able to successfully sync the data to the client. Now when I try creating a trip in the client (offline) the following error occurs
    At the travel expense create process "Enter Genera Data" page, there is an input field for mileage, the unit for this is shown as "km" and if I try giving some value in it, it throws the following java exception.
    java.lang.NumberFormatException: empty String
         at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
         at java.lang.Float.parseFloat(Unknown Source)
         at com.sap.mbs.mttcore.util.NFHelper.localizedStringToFloat(Unknown Source)
         at com.sap.mbs.mtr.common.AbstractValidation.extractDecimal(Unknown Source)
         at com.sap.mbs.mtr.common.AbstractValidation.validateFieldLength(Unknown Source)
         at com.sap.mbs.mtr.common.AbstractValidation.validateAllFieldLengths(Unknown Source)
         at com.sap.mbs.mtr.common.AbstractValidation.validateAllFieldLengths(Unknown Source)
         at com.sap.mbs.mtr.mile.process.impl.MileValidationImpl.validateSingleMileForNewTrip(Unknown Source)
    Similar kind of error occurs when I give the amount in the "Expense Receipts" page of expenese create process.
    Had any one come across this error, Do I need to do any changes in the configuration?? Please clarify
    Thanks
    Raj

    Nadia
    Really, I was wondering whether should I keep hands on the java code.  Any ways below are the errors I face when I try to create a trip.
    1) In the "Enter General Data" the step1, the Mileage part it shows as km should be mi. When I try to input any number in there the following error occurs
    empty String - More details
    Component:: trip
    View:: com.sap.mbs.mtr.trip.control.impl.EnterGeneralDataController
    Event:: onNextStep
    Code:: Unknown Error
    java.lang.NumberFormatException: empty String
         at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:983)
         at java.lang.Float.parseFloat(Float.java:222)
         at com.sap.mbs.mttcore.util.NFHelper.localizedStringToFloat(Unknown Source)
         at com.sap.mbs.mtr.common.AbstractValidation.extractDecimal(AbstractValidation.java:227)
         at com.sap.mbs.mtr.common.AbstractValidation.validateFieldLength(AbstractValidation.java:191)
         at com.sap.mbs.mtr.common.AbstractValidation.validateAllFieldLengths(AbstractValidation.java:177)
         at com.sap.mbs.mtr.common.AbstractValidation.validateAllFieldLengths(AbstractValidation.java:152)
         at com.sap.mbs.mtr.mile.process.impl.MileValidationImpl.validateSingleMileForNewTrip(MileValidationImpl.java:307)
         at com.sap.mbs.mtr.mile.process.impl.MileProcessImpl.validateMileForTripGeneralData(MileProcessImpl.java:242)
         at com.sap.mbs.mtr.trip.control.impl.EnterGeneralDataController.validateMile(EnterGeneralDataController.java:1136)
         at com.sap.mbs.mtr.trip.control.impl.EnterGeneralDataController.bindAndValidateMile(EnterGeneralDataController.java:931)
         at com.sap.mbs.mtr.trip.control.impl.EnterGeneralDataController.bindAndValidate(EnterGeneralDataController.java:886)
         at com.sap.mbs.mtr.trip.control.impl.EnterGeneralDataController.onNextStep(EnterGeneralDataController.java:811)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.mbs.core.control.AbstractViewController.process(Unknown Source)
         at com.sap.mbs.core.control.DefaultStateMachine.process(Unknown Source)
         at com.sap.mbs.core.web.FrontServlet.doHandleEvent(Unknown Source)
         at com.sap.mbs.mtt.application.web.FrontServletImpl.doHandleEvent(Unknown Source)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe(AbstractMEHttpServlet.java:347)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet(AbstractMEHttpServlet.java:689)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doPost(AbstractMEHttpServlet.java:706)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service(AbstractMEHttpServlet.java:313)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:534)
    2) In the same page when I tried to do "Change Cost Assignment" Similar error occurs but at a different Java Class.
    empty String - More details
    Component:: trip
    View:: com.sap.mbs.mtr.trip.control.impl.CostAssignmentViewController
    Event:: onNextEntry_Cost
    SAME ERROR
    3) The 2nd page of the process, "Record Expense Receipt", when I give some value in the Receipt Amount Field, It gives the similar error
    empty String - More details
    Component:: receipt
    View:: com.sap.mbs.mtr.receipt.control.impl.ReceiptListController
    Event:: onNextEntry
    4) Also I am not able to see the Estimates (Estimate Airfare, Estimate .....) in the drop down for Expense Type in the 2nd Page "Record Expense Receipt".
    Thanks
    Raj

  • Error while posting-(Travel Management)

    Hi Experts,
    I am facing a problem while posting travel expenses to FI,
    when i execute PRFI i am getting a message "For the ISO code INR there is no unique SAP currency code for ALE". It is not an error message and trip will be posted with postable amounts. But when i try to post it in PRRW it is giving an error message "An error occurred in ALE Customizing".
    Please let me know why the system is throwing this error.
    Thanks and Regards,
    Shilpashree

    Hi Ravi Shankar,
    We could solve that ALE Error and now i can post to FI. But now when i create new expense report and settle the same it is taking next posting period automatically and when i post in PRRW it is giving following error.
    Check posting run 0000000042
    E RW609 Error in document: TRAVL 0000000045 AEDCLNT220
    E F5201 Posting period 002 2009 is not open
    Posting run 0000000042 has errors
    I am not able to find the reason for this error. Please let me know how this can be solved.
    Thanks and Regards,
    Shilpashree

  • Error initiating travel expense form

    Dear Guru's,
    We have an issue displaying the Travel Expense form in ESS. We are not using the PDF forms but the HTML , no ADS has been set up and followed the exact steps mentioned in SAP Note 1032311. So we deleted the URL parameter in the URL parameter from the resource and set the PDC path as a non-static URL to the tripform. We deleted also the Iview property ....UsePDF=true.
    Next we changed the setting in the Travel Management Expert View refering to Adobe Forms from 0 into 1, and we modified feature TRVFE using the SAP form PTRV_EXPENSE_FORM .
    We tested the forms in trx TRIP, PR05 and PR_WEB_1200 and all results were positive since the form is displayed. However using the Iview create travel expenses the ' Error intiating trip forms' remains. The Iview My trips and expenses gives the same negative result trying to display/print the form. However the Iview display trip form seems to do something and is only given the error that the trip parameter for the pernr is missing while previewing it, which is clear since no trip has been selected.
    Help needed.
    Kind regards.

    Please check you have the correct roles assigned for the URL in PCD path as this is a common cause of this type of error
    As per the note..it needs to be;
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_fol
    der/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/
    com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_trave
    l_expenses/com.sap.pct.erp.ess.tripform
    Can you open it from portal in administrator mode?
    Also check note 944221 to check the ADS config.

  • Displying wrong data after entering estimated cost while creating travel request.

    Hi Team,
    We are facing an issue while creating travel request from portal.
    When we are entering estimated cost and after clicking on save and send button we are getting data is saved as correct.But after clicking on display form button the data is showing as different.
    But after clicking on display form it is showing as 298900(adding two zeros at end for every cost).
    Please help on this.
    Thanks & Regards,
    Kumar.

    Hi Shankar,
    Thanks For the reply. Can you please let me know what settings need to be there in SU3. This issue is effecting for all the users belongs to that country. Can you please suggest me!!
    Thanks in advance.
    BR,
    Kumar.

  • BOOKING TRAVEL COST TO WBS ELEMENT

    Hi there,
    Can anyone tell me how i can book travel expenses to a WBS element.
    From pr05 i can select the WBS but when i post it to FI its getting posted to the cost center (and the profit center) and not to the WBS although the correct GL account is being updated.

    Hi,
    The problem is at your wage type and symbolic account settings. Remove the tick for "w/o CO receiver".
    Path: SPRO>Financial Accounting (New)>Travel Management>Integration of Travel management and payroll>wage types>define assignment of wage type to symbolic account.
    Settle a trip with WBS to FI, whatever the CO assignment you maintain in the trip will flow to FI.
    Thanks,
    Sharif

  • Travel expense print form

    Hello all,
    I have an issue regarding the travel expense print form.
    The problem is not related to the printer, it is related to the PDF-File which is created.
    In the PDF-File, the left margin is wrong. Thus, it can not be printed correctly due to the wrong margin.
    On the left side, the border line and some characters are not printed.
    If I have to adjust something, how can I procede?
    Thanks in advance for your help,
    Soumaya

    Do you have many receipts in the PDF? If so it can affect the spacing and margins  - check it as follows:
    Access your form via SFP;
    Select: Layout;
    Position yourself on the faulty table;
    Make palette "Object" avaible for entry;
    In the "Binding" section of "Object" you will find the pertinent
    table stated in the "Name:" field
    Click onto "Pagination";
    Here adjust if neccessary the following boxes:
    Include Header Row in Initial Page       and
    Include Header Row in Subsequent Pages
    Also there were some notes released for more specific issues 1140369

  • Error while posting Travel advance

    Hi Experts,
    while posting travel expense to FI in PRRW i am getting following error.
    Post from posting run 0000000049
    E RW609 Error in document: TRAVL 0000000052 AEDCLNT220
    E F5354 Account 11301400 in company code 1000 cannot be directly posted to
    Posting run 0000000049 could not be posted
    Please let me know how to solve this error.
    Thanks and Regards,
    Shilpashree

    The error implies that the GL head 11301400 cannot be posted to the company code 1000. Pl ask your AP /FI team to extend the GL to the company code.
    Good luck,
    Nandagopal C

  • Travel expense/reimbursement for non-employees

    Hi,
    We are in the process of reviewing Travel Management for implementation and would like to know if we can book travel expenses or reimbursements for non-employees (example: consultants, applicants who travelled to our company for interview, etc.)
    Regards, Lupe

    No.Travel Management is only for the employees. Earlier I had a similar query and I had writteen to SAP and they said that Travel Management is strictly for the employees.

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

  • 'Error while initiating form' in Travel Expense URGENT (Max points assured)

    I received the error 'Error while initiating form' in Travel Expense. It is linked to Message no. 56568. Does anyone know how I can fix this? I currently do not have access to OSS Note.
    Thanks.
    Rao

    Hello Raghav,
    Thank you for your reply it helped me to solve the problem in R/3. But I am still getting the same error in ESS portal? Do I have to set the ADS settings for the form to display portal, then will the same error come back in R/3?
    I want to reward points for your reply but I dont know how to reward points, could you please tell me how to do that?
    Thanks & Regards,
    Latha

  • PR05 Travel Expense Manager.Messag : Error while initiating travel form

    Hi,
    We're upgrading from 4.6C to ECC6.0 . With transaction PR05 we're getting error message .
    Transaction PR05 -> entered in personnel no XXXXXXXXX and pressed the green checkmark. I then select a line - for this I selected the second line that said Transferred PAY. I then hit the RESULTs button on the menu bar and get the following error message:
    "Error while initiating travel form"
    Message no. 56568
    Please advise how to fix issue.
    Thanks.
    Saeed

    HI,
    My first participation.
    Entry the transaction SE16N in the table V_T702N_A and click F8.
    Select your variant code and double click.
    Displays 30 column (3 groups with 10 column)  and 6 lines.
    Change the column 4 (third group) and line 5 (Others calculation), is satisfied with 0, should change to 1.
    Helped ?

  • 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

  • Adobe Interactive Forms - for Travel Expense Booking

    Hi:
    We are implementing Adobe Interactive Forms for Travel Expense Booking integrated with Portal (where user would download the form from portal locally to work offline and then upload it later when connected).
    For the form to function properly, our consultants has asked to make following changes in the Adobe Reader settings on user machine:
    1. Under Edit -> Preferences -> Internet -> Check "Display PDF in browser"
    2. Under Edit -> Preferences -> JavaScript -> Check "Enable Acrobat JavaScript"
    3. Under Edit -> Prefenences -> Security (enhanced) -> Uncheck "Enable Enhanced Security"
    All the above three changes are opposite to our current settings. And our IT group is seeing a major secutity threat to company network on making the above changes.
    I wanted to check how other companies with Adobe implementation are handling the above changes? Is there any work around to these changes?
    Any ideas?
    Thanks,
    Rahul

    you have to get really creative when trying to dynamically control the form without javascript / formcalc.
    One of my little secrets (you owe me big points here) is that I prepare my output in a series of tables when possible.
    For instance, in SAP i'll fill an internal table with
    Customer | Sales Order Number
    12345      |  80002038
    Date         | 09/15/2011
    Special Instructions | Deliver around back
    something like this... then I drop this table where I need it.  However, if there are no special instructions, I simply do not fill that info out in my internal table. This has the effect of "hiding" the field.

Maybe you are looking for

  • Error while opening a function

    HI, 1. Create a query-only version of the System Profile Options function-- fun name is view system profile 2. and i assigned his to one of existing menu ABC Am able to see the this under the menu ABC.. but wen i click that it throws error The View S

  • SAP Dialog Instance Installation.

    Hi Installation of ABAP System ECC6.0 I am trying to install another application server(Dialog Instance) on different host. My both System Central(main server) and Dialog system in same domain. I am installing SAP Server as a Local Installation. I am

  • HP Recovery DVD error "0130-UUF-AB4"

    1. HP G42-458TX NOTEBOOK PC Product Name: LD915PA 2. Windows 7 Premium 64-bit 3. error "0130-UUF-AB4" 4. Installing on new hard disk. I have installation error problem " 0130-UUF-AB4" using HP System Recovery DVD bought from HP service Centre. Kindly

  • How can I keep, on my computer, my music separate from my brothers?

    Me and my brother have completely different tastes in music, but we share a computer. I don't want to be walking down the street, at the gym, on the train, etc. and have some dumb song I don't like come on. What do I do?

  • Regarding region lock (Australia)

    A couple of questions: 1. I'm traveling to Japan and was wondering if I could bring my iphone along, throw in a japanese sim to make calls and access the internet. I've got a 3GS on Virgin. 2. A friend of mine wants to get an iphone, would he be able