Modify TRIP

Hi,
I need to modify transaction TRIP:
when I insert Expense Receipts, I'd like to convert Amount of Expense Receipt from current Currency to Advance one.
I already have done the needed coding in user-exit EXIT_SAPMP56T_002 but it's called only at saving.
Which problems do you find if I'll try to implement a ZTRIP?
Or, I could try to create a custom dynpro like the standard one (SAPMP56T-3400).
Eventually, do you know other solutions?
Thanks,
Regards.
RAFFAELE

Please.
I need help on that.
Regards.
Gregory.

Similar Messages

  • Modify trip receipts using HRTRV_IF_MODIFY_TRIP

    Hi all.
    I'm trying to modify trip receipts using the FM "HRTRV_IF_MODIFY_TRIP", but i'm getting the error: "Field PTk03-PAYCURR. does not exist in the screen SAPMP56T 1300."
    Is this normal? i mean, can i modify the payment currency via this FM?
    If yes, please tell me how to it.
    Regards.
    Gregory

    Please.
    I need help on that.
    Regards.
    Gregory.

  • Problems in Travel Expense Manager (PR05) when somebody modify trips

    Hi,
    I have a problem with   Travel Expense Manager (PR05). In some cases in trips with the status Transf.F/Trnsf.PAY  , if an employee try to change this trip a message appears :
    Changes in settlement past trigger retroactive settlement
    Do you really want to change the trip data?
    If click “yes” and after modify something click  “save” , the status of the trip has changed to “To Be Settl”.
    How can I do to make that nobody can change a TRIP with status Transf.F/Trnsf.PAY  ??
    I hope anybody can help me.
    Thaks a lot,
    EMI DF
    Edited by: Emi DF on Apr 17, 2008 5:42 PM

    Hi,
    To add on with vaibav.....
    Even i had the same issue...
    Please check whether the expense type is coming from our customization or it is coming from a "z" table. If it is coming from that table, you have to add your expense type there also. You can ask your abap guy from where the portal is picking the expense type.
    Hope this helps you...
    Cheers,
    Raj

  • Modify TRIP through function module( HRTRV_IF_MODIFY_TRIP )

    Hi Experts,
    I am trying to modify existing trip for employee through function module HRTRV_IF_MODIFY_TRIP in se37 in this i am passing employee no, trip no, framedata and in changing parameter fcode as "MOD". There is also a field as trip_guid whos value i don't know so left it blank. When i execute it in return table show message as "No suitable trip schema could be found".
    Can any one help me in this case. Our java developer using this fmi to change a trip.
    Thanks And Regards
    Ranjeet Singh

    Hi,
    The system tries to read a valid trip schema in table T706S and no relevant entry found.
    Sujay
    PS: Please don't post all bold
    Edited by: Sujay Venkateswaran Krishnakumar on Oct 15, 2010 4:54 PM

  • BAPI or method to modify Trip Expenses?

    Hello,
    Im looking for a BAPI in order to change the expenses of a trip (transaction PR05) but i dont find.
    Do you know any way to change it through a BAPI or method, or my unique alternative is to do a Batch Input?
    Thank you,
    Manel

    Hi  Kanagaraja Lokanathan,
    This fm only work for PR01 which is now obsolete , can you suggest me for Transaction PR05.
    So that it can change the data for Travel Expenses.
    Regards,
    Ruchi

  • How do I set a ui:table to Page 0 every time its rendered?

    Seems that the paging mechanism in my tables retain the page that
    was last selected.
    I would like them to always start at page 0.

    This is the first difference, my Search page just
    loads a data array and
    puts that into Session so that the Master page can
    display it after the use
    selects a Search button, which takes them to the
    Master page.Both your project and my project use the search page
    to determine the subset of data to display. While we
    do it differently, I do not think this interferes
    with the table component's paging mechanism. To be
    safe, when I have time, I will recreate with your
    scenario, but I would be surprised if that made a
    difference.
    Are you trying to say that on the Search page I
    should call the DataProvider
    .cursorFirst() method? No,
    If so that is not yet
    available until I get to the Master
    page.
    age2 (master page)
    o Add table bound to TRIP
    o Modified trip row set's query to add querycriteria
    for PERSONID
    o Added button
    o Prerender's code is
            try {
    etSessionBean1().getTripRowSet().setObject(1,
    (Object) getRequestBean1().getPersonId());
    tripDataProvider.refresh();
    tch (Exception e) {
    log("cannot show trips");
    ode]So on the Master page I have a ui:table with the
    first column being a RadioButton that the user
    selects. The user then selects a Detail button
    to take them to the Detail page.
    In the Master page's prerender method I've added
    memberSummaryDataProvider.cursorFirst();
    //memberSummaryDataProvider.refresh(); NO SUCH
    METHOD
    tableRowGroup1.setFirst(0);In your scenario, a call to setFirst(0) should not be
    necessary. This is only necessary if you have the
    search mechanism on the same page as the table. I
    appologize for leading you down the wrong path. No problem.
    >
    You should be able to remove this.Done.
    >
    >
    As I stated above nothing is preselected on the
    Master page's ui:table.Same with mine
    I go Search->Master (goto to Page3)->Detail->Search
    (with different
    search criteria which in turn generates adifferent
    data array)->Master
    (know the ui:table is at Page 3 and not at Page 1
    which is the BUG.
    Thanks you for your help. I just don't understandwhy
    the ui:table is set
    to Page 3 the second time I do a search.Me neither. On this page
    (http://developers.sun.com/prodtech/javatools/jscreato
    r/learning/tutorials/index.jsp) is a Creator docs
    feedback alias. Perhaps you can zip up your project
    (do a clean first) and send it to the alias with
    "for chris" in the subject line.Thanks, unfortunately my project is already about 100 pages. It would
    take me some time to trim it down to a minimum that you could look at.
    >
    >>
    Perhaps I should be asking; What is thealternative
    to refresh() for an
    ObjectArrayDataProvider?You don't need it in your case.Understood.
    Out of curiosity, does the ui:table use a VirtualForm that I'm not aware of?
    If so what would that VirtualForms name be? I'm thinking of trying
    to call discardSubmittedValues("virtualformname"). I've had some success
    in solving other problems that are related to old values being retained
    on other pages.
    Just curious, and thanks for your help Chris.

  • Is there any method or function to update/modify an existing trip data?

    Hey, ABAP  gurus,
    Is there any method or function to update/modify an existing trip (PR05) receipts data and cost distribution data?
    Thanks in advance!
    Fisher

    Hi Fisher,
    Please try HRTRV_IF_MODIFY_TRIP.
    Regards,
    Dilek

  • Modify form trip

    Good morning,
    Could guide me on how to modify the standard form which the transaction takes trip (departing form when you press the button results)

    Thanks for the reply
    I just found the solution, what I wanted was to modify the standard form that is generated by write what I have done is to touch the exit RPRFEX00 and modifying the structure exbel
    Thank you

  • [svn:fx-trunk] 10459: Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking , etc.

    Revision: 10459
    Author:   [email protected]
    Date:     2009-09-21 08:42:44 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking, etc.
    Improving revision 10199 a bit, to allow for single line comments.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22027
    Reviewer: Paul
    Tests run: Checking, Compiler cyclones
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22027
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Modify statemnt taking too much time

    Hi guys,
    I need to insert new records into my db table if they do not exist or update records if they dont exist in the table.
    Am using a modify statement .But this is taking 10 times more time than insert stmnt.
    Is there any way to avoid modify stmnt and still implement my logic
    Thanks

    True, Prince used to be more explicit back in the Eighties...
    In this case he's on the wrong trip, because you are talking about DB update, while he is referring to internal table operations.
    Sometimes your program logic already allows you to collect the data in separate internal tables XXX_INS and XXX_UPD, which you can then use to perform the INSERT and UPDATE statements. This would be the most effective way.
    I've seen people using an INSERT ... ACCEPTING DUPLICATE KEYS and then UPDATE the entire data, which is quite quick and dirty.
    Greetings
    Thomas

  • 140MB of photos in "modified" folder, but didn't modify any of them?

    I just recently upgraded to '09. I uploaded my first batch of photos the other day. It was a lot, about 1.4GB from a trip I took. I happened to be looking in the package contents for something else, but stumbled up the modified folder for the photos I had just uploaded. I had looked at them in iPhoto but had not adjusted any...not one. In fact, I don't typically edit in iPhoto, but rather in Photoshop. Anyway, the modified folder that coincides with the originals folder has 143MB worth of photos! Why? I didn't modify a single one? Projecting into the future, if this sort of behavior continues, I'll quickly start gobbling up HD space for what is, from what I can tell, no reason. Why on earth would I have 143MB's of modified photo when I hadn't modified a single one? Any clue how/why this would happen?

    Yes. It's best, IMO, to upload from the camera to a folder on the Desktop where you can preview and losslessly rotate those photos needing it with the free applicationXee before importing the folder into iPhoto.
    If you name the folder to identify the shoot the resulting Event in iPhoto will have the same name. This workflow will also give you the opportunity to sequentially batch rename the files to something more informative than IMG_XXX with an application likeName Mangler. I use the international date format and a brief description like this: 2009-09-06-Labor Day-001.jpg.

  • Close a trip in Travel Management

    Hi, team,
    I have a question about travel management. In PR05 there is some trips that the user'd like to close without FI posting. But no deleting or cancelling the trip, only close it. Is it possible? Thanks a lot and regards, L

    Unfortunately this is a limitation of the backend functionality because the REGION field was a new functionality starting ERP2005 in Web Dynpro, and this field is only available in FITVFELD_WEB. The field was integrated with the "Country" field in Web Portal. The customising point for Travel Request was also added in Portal which as you see is not available in FITVFELD.
    And when you create expenses for the request, the REGION field can be input manually, the value is maintained in Table T702O.
    So as a standard solution so it is not possible without making a modification
    I mentioned modifying the table PTRV_T706Z_FLDS but actually just reading it again I dont think this will work for TRIP in this manner.
    Edited by: Sally Redmond on Dec 13, 2011 12:10 PM
    Edited by: Sally Redmond on Dec 13, 2011 12:11 PM

  • Motion crashing each time I modify keyframes in editor

    Every time I try to modify one of the parameters of keyframing in Motion's editor, it crashes and I need to reboot. Everything else seems to function normally, with this only specific exception.
    I was wondering if anyone was experiencing the same or had some fix. I'm on 2 Gig RAM.
    Thank you!

    So - one day on the Pro Video support line, two trips to the Apple Store and one replacement machine later, I have an answer that may help if you have an ATI graphics card.
    There seems to be an issue between Motion and ATI video cards when it comes to the Keyframe Editor. I have the ATI Radeon X1900 card, but this Keyframe Editor problem was replicable in a Macbook Pro with an ATI card as well. We tested it across several machines in the store and it was just the ones with ATI in the video slot that had this problem.
    There is not a solution for this at this time, but there is a fairly simple workaround rule:
    Always start keyframing on any object with the Record button - you will then be able to use the Keyframe Editor to modify the keyframes of that object. You can even add keyframes to the object and modify those - however, if you do this and then start to modify another object that hasn't been started off with keyframes from the Record button, you will have the same hard freeze issue. Seemingly, it is as simple as that.
    I have Motion working fine on my machine and have yet to have the problem repeat if I follow this rule.
    I have not, however, tried this in modifying behaviors or particles with keyframes, but I suspect if you hit Record and modify the values in the Inspector, you should get the same result.
    Keep posting any problems that persist, as Apple is being made aware of the issue by the techs at the SF store. Gotta say they were pretty persistent in getting to the bottom of this and finding a workaround, especially Michael in the Business unit - thanks to all!
    2 x 3GHz Dual-core Intel Xeon, 4GB RAM   Mac OS X (10.4.8)  

  • Best workflow for round trip editing?

    I understand that iPhoto does not support (yet) round trip editing, i.e. a RAW file can be sent from within iPhoto to an external editor but the resulting edited file cannot be saved back directly into iPhoto but has to be temporarily stored somewhere (i.e. desktop) and reimported into iPhoto using the Import function.
    However,this screws up my "roll" filing structure, because the imported file is now part of a new roll and cannot be moved back to its original one.
    Sure, I could process my photos before importing but this only postpones the problem. Indeed, next year, there will be an other iteration of Nikon Capture with new features and I will want to reprocess some old files to get better results ... and they will have to be reimported into iPhoto!
    Has anyone come up with a suitable workaround that allows an imported file to be part of an existing roll or a solution to merge 2 rolls?
    Thanks
    Michel

    Solved!
    It's again RTFM ("Read The F*ng Manual").
    Workflow would be as follows:
    1. Edit RAW photo from roll, say "Xmas '05", with external editor.
    2. Save modified photo as jpg version (so that the modifications are visible in iPhoto) to desktop.
    3. Import into iPhoto (this creates a new roll, say "Roll 112", number is automatically assigned by iPhoto)
    4. Select all photos from "Xmas '05" and "Roll 112" in the iPhoto library
    5. Select Create New Roll from the File menu (all photos are now combined in a single roll, say "Roll 113" with today's date)
    6. Rename Roll 113 into Xmas '05 and change the date to keep the chronological sequence
    Voila! Roll "Xmas '05" has been updated (just tried it. It works).
    I should have completely read the manual before posting.

  • Problem modifying FPGA code in an Application Builder-based system

    I've inherited a working test system which uses LabVIEW FPGA, LabVIEW, Application Builder, and third party tools.  The FPGA module (a FlexRIO) is responsible for generating test signals to a DUT and acquiring DUT output data.  The host LabVIEW code controls the FlexRIO and acquires the test data.  Application Builder is used to convert the host LabVIEW code to a Windows DLL so that it can be in turn controlled by higher level data analysis software running on Windows.
    All of this currently works, and we're using it on a daily basis to test production devices.
    We need to modify the FPGA operation to change the way the tests operate.  We've modified the the FPGA VI to operate as we need it to and rebuilt the FPGA code (resulting in a new bit file), but subsequent runs of the test stack do not show the change to the operation of the FPGA code (the signals it is generating look exactly the same as in the original, unmodified, VI).  We've tried renaming, deleting, and moving the bit file, but operation of the system is always exactly the same, even when the bit file is named differently or not located in the expected directory.  We can't seem to affect the behavior we get out of the FPGA.  It seems like we're not rebuilding something correctly, or that the system somehow has a copy of the old bit file stored away some place that it's using instead of the desired bit file.
    We've verified that the newly created bit file is different than the original bit file, so it appears that the FPGA build process is succeeeding.  I see no errors from LabVIEW when I build the FPGA code.
    Does a DLL-ized version of LabVIEW host code operate the same as the same VI run from within the LabVIEW environment?  When the DLL loads the FlexRIO, does it do so from the same referenced file path (I have the "Open FPGA VI Reference" properties set to use the bitfile, and the "Run the FPGA VI" checkbox is checked).  We've power-cycled the host PXIe chassis between software runs to make sure the configuration memory in the FlexRIO is cleared.
    It seems highly suspicious that we see the FPGA come up and run even when the bit file has been renamed or moved from the directory indicated in the "Open FPGA VI Reference".  I would think that the DLL would attempt to open that file, fail to find it, and trip some sort of error dialog.  But this doesn't occur, the FPGA gets loaded normally, and the test system operates as if nothing had been touched.
    Previous developers were able to make this build process work, but it seems we're missing some critical step needed to actually update the code that ends up running on the FPGA.
    The system is LabVIEW 2012.

    The FPGA build definition has the bitfile filename hardwired into it, so the name is constant across rebuilds of the FPGA code. So we always have the same bitfile name (and consequently if we're not careful about saving the old files, then the old bitfile will be overwritten by a new build).
    I could try your suggestion about the alternate calling method, but I'm hesitant about changing a build process that was known to work. It seems to me that I'm somehow not building the software correctly, as if I don't understand something about the DLL build process that's keeping the new FPGA code from being used.
    To reiterate, our build process is:
    1) Modify the LabVIEW FPGA VI
    2) "Run" the FPGA VI to compile it (by the way, last night we tried a "Rebuild" on the FPGA code from the right click menu off the VI in the LabVIEW project and that also has failed to change the results)
    3) Build the host DLL code by right clicking the DLL build definition in the LabVIEW project and selecting Build
    4) Copy the resulting host DLL over to the directory location where the higher level Windows software expects to find it
    5) Run the higher level Windows software (at which point we view waveforms generated by the FlexRIO to see if the FPGA's behavior has changed).
    We've verified that the LabVIEW DLL won't rebuild if we rename the bitfile (LabVIEW gives an error saying it can't find the bitfile). We've also verified that the higher level Windows software won't run if the LabVIEW DLL is renamed in its directory (so we know that that exact copy is being opened by the Windows software). Yet we can't seem to modify the FlexRIO's behavior through this process.

Maybe you are looking for

  • Mail cannot access the mail server, but other email clients do.

    My web host recently had extended problems with the mail server my sites are on. Now, Mail on my iMac Intel 27 Duo says it cannot access the server. However, Thunderbird and Entourage Mac have no problem. Sending from Mac Mail seems to be Ok as well.

  • Starts up, shuts down

    I have a G5 iMac (the white square/non Intel) running latest Tiger. After a power/off due to a storm, it restarted but then shut down. Now, when I start it up, the power light comes on, the chime plays, the power light fades out (to off) the video co

  • FTP Problem in Dreamweaver MX? Could it be because of DSL?

    I'm just opening up Dreamweaver after quite a while and I can't access any of my websites. I can access just fine via Transmit (ftp program for OSX).. but Dreamweaver just says "An FTP error occurred".. even when I'm using the exact same host, userna

  • Pricing Condition - Skip Access Sequence

    I have a pricing condition that is assigned an access sequence but for certain business areas, we want to skip over the access sequence and use a value from a custom table.  Is there a way to do this with a pricing requirement on the condition in the

  • LCD on HP logo on lid

    thanks for answering, i have no idea what happened, one day it was working fine, the next it's not. the reason i like it is i know when i close the lid the computer goes to sleep when it turns off.what i have seen is a lot of people want to disconnec