Is there any exit in MIGO for allow changing profit center

Dear SAP guru,
   Could you please give some suggestion about my requirement?
   I want to change the profit center during material movement. (MIGO)
   I tried to find the user-exit but it looks like no exit meet this requirement.
Thank you
Boonsom

Hello
Have you had a look at BAdI MB_MIGO_BADI ?
Its interface method LINE_MODIFY allows you to change the item data (structure GOITEM-PRCTR = Profit Center).
I do not know when this method is triggered yet you may give it a try.
Regards
  Uwe

Similar Messages

  • Is there any exit or badi for "F-59"?

    Hi,experts,
      is there any exit or badi for "F-59" after "SAVE"?
      Thanks in advance.

    Hi ,
    You can search an exit for your program by using:
    CALL CUSTOMER statement ,it will give you all the function
    exits in your program and then in their included you can set a breakpoint
    and check which one gets triggered while the save option or
    You can also search a BADI for any particular transaction ,
    for that first go to T-Code-SE24 and give
    the Object Type as CL_ExitHANDLER.
    Then double click on to Get_Instance Method and set
    a brakpoint on the line:
    CALL METHOD cl_exithandler=>get_class_name_by_interface.
    Next step is to execute your T-Code f-59.
    It will go into debugging mode.
    Start debugging by writing EXIT_NAME in the checking area while debugging.
    This EXIT_NAME will give the BADI'S used with each screen processed.
    Hope it helps
    Regards
    Mansi
    Edited by: MANSI  ASNANI on Mar 25, 2009 7:06 AM

  • User exit or BADI for standard change Log ?

    Is there user exit or BADI for standard change log update ?
    I want to update a customer fields into standard change log table.
    Could someone tell me about it?

    Could anbody tell me ?

  • Is there Any alternate software available for the zen microphoto that allows me to

    <SPAN class=postbody>I can only view the contents of my Zen microphoto as folders and files (i.e. it gives me a "Windows Explorer" type view of the contents) - I cannot view my Zen microphoto library in the same way as my PC Music Library (i.e. by Genre, Artist or Album) Is there Any alternate software available that allows me to see and organize my Zen microphoto library in the same way as my PC Music Library (i.e. by Genre, Artist or Album)

    There is program in the App Store called Bookpedia that seems tailor-made for your situation.
       http://itunes.apple.com/us/app/bookpedia/id408505152?mt=12
    Bento is another easy to use database solution.
    Or GoogleDocs has a spreadsheet application, free online, although not really specific to your application.
    If you really are using OS8.6, as your signature states, you may look for an old version of FileMaker on eBay.
    Good Hunting!

  • Is there any difference viewer software for reports??

    Hi,
    Is there any difference viewer software for viewing differences between two oracle reports??
    Thanks for ur suggestions!
    Madhu

    Any version control software, like CVS, allows for line-to-line comparison of different versions of the same file. The problem with reports is that to understand differences you need to save the reports in human readable format that can be REX-file.

  • Is there any third party software for itunes that will do this:

    Is there any third party software for itunes that will organize the browser window. Ideally I would like the third browser window (album name) organized by "main albums" "compilations" "bootlegs" "singles"
    It would look like this for the Beatles
    Main
    1963 Please Please Me
    1965 Help
    etc.
    Compilations
    1970 Red Album
    1990 Greatest Hits
    etc.
    Bootlegs
    1985 Ultratrax 1
    etc.
    CD Singles
    1999 Whatever
    This info would be marked on either the info or option tab when labeling.
    If this has not been made, one of you nerds should make it, it would be great and you could charge $3 for it and I buy it. and so would 100,000 other people.

    If you haven't already, try looking through the Apple Downloads specifically for iTunes.
    http://www.apple.com/downloads/macosx/ipod_itunes/
    There might be something there that is at least similar to the app your looking for.
    edit: There is one shareware that is an iTunes plugin called Multi-tunes. With it you can create multiple iTunes libraries, one library called "Main" one called "Bootlegs" etc, and Multi-Tunes will allow you to quickly switch between them from within the iTunes window. Not exactly what your looking for but close.
    http://www.apple.com/downloads/macosx/ipoditunes/multitunesdavidcaldwell.html
    Message was edited by: Zookalicious

  • Is there any free simulation software for  z/OS environment?

    HI! Gurus:
    I want to warm up to be ready for z/OS.
    At this moment I do not have z/OS yet.
    Is there any free simulation software for z/OS on internet for trial?
    Thanks a lot!

    There is a hardware simulator call "hercules" (http://www.hercules-390.org/) but it comes without z/OS (or any other OS). On top, IBM does not allow to run z/OS on the emulator but only on their hardware. On the the mailinglist, however, there were in the past a few people able to technically make OS/390 or z/OS to run. Some time ago I played with this emulator and installed z-Linux (31-bit).
    z/OS is VERY different to everything you may have seen before, it requires a huge amount of special knowledge.
    You may get an idea about the architecture by installing an (ancient - but likewise) system:
    http://www.bsp-gmbh.com/turnkey/
    Markus

  • Are there any clustering deployment parameters for MDB ?

    Hi all,
              Are there any clustering deployment parameters for MDB ?
              We set the Default Load Algorithm to weight-based on the Administration
              Console,
              and three servers in the cluster have the folloing weights:
              Server1: 100
              Server2: 1
              Server3: 50
              Put 10000 messages to the queue which a MDB is listening. The three servers
              consume messages:
              Server1: 4154
              Server2: 3181
              Server3: 2665
              If we set th Algorithm to round-robin and put 10000 messages again, the
              result is:
              Server1: 3559
              Server2: 2696
              Server3: 3745
              It seems that the weight-based setting doesn't work.
              Except the settings on the Administration Console, are there any clustering
              deployment parameters for MDB to have different behaviors?
              TIA
              Alan.
              

    Thanks that was very helpful. My problem however wasn't with using Message driven beans or with sending/receiving messages to/from queue/topics from clients within the application ear file but from outside the ear file , like a remote client. When I follow the exact same steps for a remote client, except getting the context ofcourse, though I am able to lookup the queues and queue connection factories, I am not able to send messages to those queues. It's then that the client throws an exception that it couldn't connect to the JMS Server.
    The server throws the following exception:
    java.lang.NullPointerException
    at com.evermind.server.jms.JMSServer.removeClient(JMSServer.java:724)
    at com.evermind.server.jms.JMSRequestHandler.run(JMSRequestHandler.java:
    278)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:796)
    at java.lang.Thread.run(Thread.java:484).
    The client throws the following exception:
    Exception in thread "main" javax.jms.JMSException: Unable to connect to JMSServe
    r (localhost/127.0.0.1:9127)
    at com.evermind.server.jms.EvermindQueueConnection.connect(EvermindQueue
    Connection.java:144)
    at com.evermind.server.jms.EvermindQueueConnection.send(EvermindQueueCon
    nection.java:94)
    at com.evermind.server.jms.EvermindQueueSession.send(EvermindQueueSessio
    n.java:117)
    at com.evermind.server.jms.EvermindQueueSender.send(EvermindQueueSender.
    java:75)
    at com.evermind.server.jms.EvermindQueueSender.send(EvermindQueueSender.
    java:36)
    at com.evermind.server.jms.EvermindQueueSender.send(EvermindQueueSender.
    java:31)
    at examples.jms.queue.QueueSend.send(QueueSend.java:71)
    at examples.jms.queue.QueueSend.readAndSend(QueueSend.java:120)
    at examples.jms.queue.QueueSend.main(QueueSend.java:106)
    Any idea what might be causing this? Or is a remote client not allowed to send/receive messages from queue with oc4j?
    Thanks again,
    Bakul.

  • I ther any SQL developer version for SunOS 5.10 (Unix)

    Is ther any SQL developer version for SunOS 5.10 (Unix). If it is available, please tell me from where it can be downloaded and how it can be installed?

    <p>You can use any of the downloads except the Mac or Linux ones.
    <p>We separated out the Windows downloads because that's the largest audience we have. So there are 2: one is the full install, and one which allows users to point SQL Developer to an existing, installed JDK. This means that you don't end up with duplicate or even multiple JDKs installed.You can download either of these. If you don't have the JDK installed, you might as well install the full build. The other thing about the full install is that it includes an early JDK release and many users prefer to use the latest JDK.
    <p>The entry for the "multiple platforms" is exactly the same build and code as the Windows without JDK. Both of these require you to download and install or already have a JDK installed.
    <p>I try to make this page clearer for each release. It seems I'm not there yet!
    <p>We certify on Windows, Linux and the Mac. There is a page detailing certification specifics see the home page of SQL Developer. We do not certify SunOS, but Unix platforms are supported. This means that you can use SQL Developer, but any issues you run into must be tested against a certified platform before we'll track the bugs.
    <p>Sue Harper</br>
    Product Manager

  • OFSAA CRM ERROR 16616 - Are there any list of errors for consult

    Hi gys
    OFSAA CRM ERROR 16616 - Are there any list of errors for consult about CRM ?
    regards
    Daniel Daniele

    @chris_l -- yeah I was worried that might be the case, still I'm not sure if that explains why it keeps failing the burn process part way through?
    I've tried this and that in Linux but without much luck. I'm still quite a noob with a lot of Linux things and this is the first time I'm trying anything to do with optical disks/drives etc. so I'm learning as I go...
    The disk that failed in Windows but was 'readable' in Linux did just pass a run through ddrescue -- i.e. it created an output file okay and did not report any errors in the process.
    However when I mounted the resulting image and tried to copy the files across the first folder reported an "input/ouput error" (just using gui copy+paste in Thunar file manager)
    ...the other folders did copy okay though!
    It seems as though it's the lead-in / lead-out and disc finalizing process that are the main fail points with the burn operation. I don't know if InfraRecorder is any good or likely to be the problem? Anyway the drive cam with Nero (inc. Linux version) so might give either or both of these a go too, if they don't work either then at least I wont be short of something to rest a mug o' tea on
    @ chris_l (again) -- the Plextor drives do have a "Vari-Rec" feature which allows a user to 'tweak' the laser power / output level so I might try this too.
    @alphaniner -- thanks I've not seen this package before, I'm guessing it's a bit like cdparanoia but for dvds?!
    Thanks for the help!
    (pre-post) UPDATE >>> I've just mounted my Windows partition  in Linux so I'll have a crack at burning the files using cdrtools before I resort to throwing the dvd drive out of the window and chasing it around the yard with a lump hammer

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • Is there any BTE or Badi for Vendor Outgoing payment posting

    Hi Experts,
    My client who want the bank commission deduction at the time of vendor outgoing payment on the net values. the bank commission is fix of Rs. 0.07 Paise Per Rs. 1000/-
    The scenario is as below:
    Client who deduct the deduction at the time of Invoice for e.g. can bhade, Sanstha anamat , Prakriya Kharch ,Vahtuk Bhade, Share anamat etc. this deduction are directly update the Accounting GL .
    after that the client pay the vendor dues amount. in this they deduct some deduction through Account (FI) (E.g. Sanstha Audit fee, Shikshan fund, machine anamat) & After deducting the Accounting deduction they calculate bank commission on the net amount (Invoice amount - FI deductions = Net amount)
    Dear Expert, Please help me to work out this problem. in sap at the time of invoice we deduct the deduction as per client required & get the vendor due amount properly.
    but at the time of vendor outgoing payment i had done the FI side deduction manually but i can't get the bank commission on the net dues amount. client required automatic bank commission deduction on the net amount.
    is there any BTE or BADi for Vendor outgoing payment?
    Please help me to workout this issue.
    Warm regards,
    Dhananjay Rahane.

    ok

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Are there any WWI flying games for the mac?

    Are there any WWI flying games for the modern mac? (Computer)
    The only one's I can find are on line.
    Which isn't always an option when traveling.

    You might want to search in the App Store.
    Phil

  • Is there any VIEW or FM for pulling data from VBAK, VBAP?also for VBEP,VBBE

    Hi Experts,
    1) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBAK & VBAP,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    2) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBEP & VBBE,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    3) Am guessing FOR ALL ENTRIES is better than JOINS in PERFORMENCE perspective, Is am I correct?
    thanq
    Edited by: Srinivas on May 9, 2008 5:36 PM

    Hi Srinivas,
    You can use the view WB2_V_VBAK_VBAP2 for fetching data from VBAK and VBAP instead of using a JOIN. Note that, in the view, item data fields will have a I following the field name (POSNRI, MATNR_I are the item data fields from VBAP). The master data fields of VBAK are the same.
    As far as i know, there are no standard views provided by SAP for VBEP and VBBE. Not sure if FM exists either.
    While using FOR ALL ENTRIES clause make sure that you specify the entire primary key (EX. if selecting from VBAP specify VBELN and POSNR) as fields for selection or in the selection criteria. Its much better if you have the primary key in both. This is really important because without specifying the entire key and using FOR ALL ENTRIES will drastically bring down the performance. And also, If you are fetching not more than 100 or 200 entries using the clause it is fine, beyond that its same as using a select statement within LOOP...ENDLOOP.
    So, you have to decide whether to use FOR ALL ENTRIES or a JOIN while selecting data depending on the requirement. If you don't have the entire key either in fields for selection or selection criteria, then its better to use a JOIN or VIEW.
    The following is an example for using FOR ALL ENTRIES clause effectively.
             Select VBELN
                        POSNR
                        MATNR
                From VBAP
                  into Table T_VBAP
              For All Entries in T_DATA
              Where VBELN eq T_DATA-VBELN
                  And POSNR eq T_DATA-POSNR.
    I hope this helps, Please let me know if you need further assistance.

Maybe you are looking for