Help about enhancement for miro

I am looking for a user-exit (or some other means) in MIRO, to display some information in the 'Text' field in the 'PO reference tab'. I came across a few - like EXIT_SAPLMR1M_001, EXIT_SAPLMR1M_002, EXIT_SAPLMRMP_010 etc, but nothing that gets executed before the 'simulate' or 'save' of the invoice.
If anybody knows of a user-exit that will get executed after the company code and PO number is entered, but before the PO details are displayed in the 'PO reference' tab ?
my sap version:ecc6.0
Thanks in advance for your help,

Transaction Code - MIRO                     Enter Incoming Invoice
Exit Name           Description
LMR1M001            User exits in Logistics Invoice Verification
LMR1M002            Account grouping for GR/IR account maintenance
LMR1M003            Number assignment in Logistics Invoice Verification
LMR1M004            Logistics Invoice Verification: item text for follow-on docs
LMR1M005            Logistics Inv. Verification: Release Parked Doc. for Posting
LMR1M006            Logistics Invoice Verification: Process XML Invoice
MRMH0001            Logistics Invoice Verification: ERS procedure
MRMH0002            Logistics Invoice Verification: EDI inbound
MRMH0003            Logistics Invoice Verification: Revaluation/RAP
MRMN0001            Message output and creation: Logistics Invoice Verification
No of Exits:         10
USER EXIT
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
http://www.sap-img.com/ab038.htm
http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
Rewards if useful.........
Minal

Similar Messages

  • Question about "Enhanced for loop"

    public class NewLoopTest{
         public NewLoopTest(){
              int result=0;                      
              int[] a=new int[20];           
              for(int i=0;i<a.length;i++){
                   a=i++;
              for(int i:a){  
    System.out.println("i="+i+";"+"a["+i+"]="+a[i]+";result="+result+"+"+i+"="+(result+i));
                   result+=i;           
              System.out.println("-------------");
              result=0;
              for(int i=0;i<a.length;i++){
                   System.out.println("i="+i+";"+"a["+i+"]="+a[i]+";result="+result+"+"+i+"="+(result+i));
                   result+=i;
    This code counts sum of the elements of a array.
    At first I use the enhanced for loop and at second I use the traditional for.
    Enhanced for loop in sdk1.5 returns only even elements of array, am I right?

    Enhanced for loop in sdk1.5 returns only even
    elements of array, am I right?No. It covers them all.
    The i in the enhanced for loop is not the index. It's the element at the current index. You don't have access to the index in the new loop because you don't need it.
    for (int item : arr) {
        System.out.println(item);
    // is equivalent to
    for (int ix = 0; ix < arr.length; ix++) {
        int item = aa[ix];
        System.out.println(item);
    }The i in your new loop is the same as a [ i ] in the old loop.

  • How to remove Help - About - "Check for updates"

    I need to disable completelly all update possibilities from Firefox 4 installation and this is still something that I have not been able to remove.
    inside omni.jar I have found similar configuration files that have been working also in prevoius FF versions and have been able to remove update tab completelly from Tools - Options -> Advanced but I have not been able to remove this update button from FF.
    I thought that I found correct file to change:
    "omni.jar\chrome\browser\content\browser -> aboutdialog.xul" but modifying that does not affect at all to this About - check for updates button.
    Any ideas? I have tried to check other files also for this, but have not yet found anything, unfortunately...

    A possibility is to use CSS code in userChrome.css or create an extension that adds this code.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #updateBox { display:none !important; }</nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration

  • Enhancement for MIRO & F110

    Hi,
    I need help for the following issue.
    1. There is a Purchase Price Variance PL Account which doesnt has Cost element and during MIRO while posting with price variance posting happens to same PL Account which should take the Profit center of the Debit line item that has maximum amount.
    2. There is Price Var-Packaging PL Account which is a Vendor Discount account, so it gets posting only while doing F110 and while posting it should take Profit Center of Credit line item.
    Kindly suggest some ways of the doing this as during MIRO i tried implementing the BADI Invoice_Update but it doesnt give me the Debit Line item and for F110 i still have not tried much.
    Thanks in advance... looking forward to your replies..
    Thanks,
    Khushi.

    Hi Khushi ,
    as per my knowledge , all these BADI's can influence only FI entry only not the PL/GL  entry , my understandings from ur post is , u want to change the PL entry , so u need to find out any Explict/implict Enhancement Spot thru which  u can play around with the data.
    regards
    Prabhu

  • Enhancement for MIRO

    Hi all,
    i want to trigger a workflow after posting an incoming invoice via MIRO. i've found user exit LMR1M001 which unfortunately importing parameter types MRM_RBKPV that contains the field BELNR for invoice number but not the field i want for accounting doc number.
    could someone tell me how to find the structure or other variant that contains accounting number? for the data has not updated into database, i cannot select the accounting number with invoice number in database table.
    Thanks ahead. Any information that helps would be awarded.

    Hi Surendar,
    Thanks for your advice. I've already found the way to solve my problem. Use a function module FI_DOCUMENT_RETURN can return the accounting number.

  • Enhancement for MIRO (PO Invoice)

    Hi,
    I have implemented the method IF_EX_INVOICE_UPDATE~CHANGE_IN_UPDATE to trigger a custom workflow when a PO invoice is posted (save button is pressed).
    When a PO invoice is held (hold button is pressed), it will still hit the method. That is okay since I have some checks in place (checking if document is created in bkpf) that would not trigger the workflow.
    However, when I open the held invoice in MIRO and post (pressing the save button) it, it will not hit the method.
    Anybody knows if there is there is an enhancement point or exit where I can place the codes to trigger the workflow when an invoice is held before being posted? Any advice is appreciated. Thanks.

    Hello
    You say that you have created a class implementing the interface IF_EX_INVOICE_UPDATE. However, you do not mention at all whether you have created an implementation of the corresponding BAdI <b>INVOICE_UPDATE</b>. If you have not done this yet you will never run through your coding.
    Steps for implementing a BAdI include:
    (1) SE19: Create an implementation (e.g. Z_INVOICE_UPDATE) of the BAdI
    (2) SE19: Display tabstrip Interface and enter your class at Name of implementing class
    (3) SE19: Activate (!!!) your implementation
    Now you should run through your coding. If you have set break-points the SAP system will stop there and allow debugging.
    Regards
      Uwe

  • I need your help about method for 'Seperating Keypad'

    Hi~ I'm a logic user.
    I used to be a PC version logic platinum user.
    And, I'm moving to Mac OS.
    So, I bought Logic Express.
    I just want to set up 'my style keycommand'.
    Especially, seperating numbers on keyboard and keypad.
    (For example, number 1 on keyboard to 'Screen01' and number 1 on keypad to 'Rewind'.)
    My equipments are is Macbook air and USB keyboard(A1243-109key)
    I bought this extra keyboard for more convenient use at home.
    and, have done all through the Manual.
    Preference < Keycommand < option < preset < US with numeric Keypad selecting (if only 109 key) < Learn by key position & Pressing number 1 on keypad.
    But, doesn't work.
    Only with message like 'already assigned to the Screen01, will you really change?'
    In short, keypad can't be seperated.
    Can you help me?
    1. Do I have to adjust keyboard to Mac before loading Logic?
    2. Is the seperating impossible in case of Macbook + normal Keyboard?
    3. Can you guess what is the problem?
    I need your cooperation~
    Thank you~

    Please post this in Portal forum. This is Reports forum

  • User exit or badi or enhance for MIRO using Purchase order

    Hello All,
              When Miro was done using Purchase order i want to change the field BSEG-ZUONR value to assign purchase oder number.
    In the setting when the purhcase order was selected but still it comes as blank. could any body suggest the solution.
             Thanks in Advance !
    Regards
    Srinivas

    Hello srinivas,
    Exits for the given tcode
    LMR1M001  User exits in Logistics Invoice Verification
    LMR1M002  Account grouping for GR/IR account maintenance
    LMR1M003  Number assignment in Logistics Invoice Verification
    LMR1M004  Logistics Invoice Verification: item text for follow-on
    LMR1M005  Logistics Inv. Verification: Release Parked Doc. for Po
    LMR1M006  Logistics Invoice Verification: Process XML Invoice
    MRMH0001  Logistics Invoice Verification: ERS procedure
    MRMH0002  Logistics Invoice Verification: EDI inbound
    MRMH0003  Logistics Invoice Verification: Revaluation/RAP
    MRMN0001  Message output and creation: Logistics Invoice Verifica
    Badis and Enhcance spots for the given tcode
    Badis                                 Enhcance spots
    INVOICE_BW                     ES_BADI_INVOICE                BW Update
    INVOICE_UPDATE             INVOICE_UPDATE
    INVOICE_UPDATE                                                       Business Add-In
    Thanks,
    Santhosh Kumar R
    Edited by: santhosh kumar on Dec 23, 2010 9:25 AM

  • About Enhancement for Tcode IHC1EP, IHC1ED, IHC1IP

    Hi, Experts
      Which badi or User Exit is executed after payment order posting?
      Thanks you very much!

    Hi
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    Regards
    Pavan

  • Philipp Weckerle,I need your help~~about extensions for dreamweaver

    I have installed oc4j and oracle extensions for Macromedia dreamweaver.http://localhost:23791/portalTempalte/portaTemplate can been seen,but there are something error with connection to the DB.
    the portalTemplate.xml like this:
    <?xml version = '1.0' standalone = 'yes'?>
    <portalTemplate>
    <username>portal</username>
    <password>Qvj9I0Kb</password>
    <host>ocsinfra.taiji.com.cn</host>
    <port>1521</port>
    <sid>asdb</sid>
    </portalTemplate>
    what's wrong with it ? Or something eles i will do ?
    Can you send me a mail if you are not busy ? Thanks a lot.
    shang.<[email protected]>

    Please post this in Portal forum. This is Reports forum

  • How to check what are the enhancement done for MIRO transaction

    Hi Experts,
    Please help me out, how to check what are the enhancement done for MIRO transaction.
    Thanks in advance.
    Thanks,
    Basanagouda

    Hi
    Use the BADI
    Please refer these documents: [Enhancements required in MIGO|Enhancements required in MIGO; and
    [Enhancement in MIGO for Goods Movement|Enhancement in MIGO for Goods Movement;
    Hope this helps!!
    Regards
    Vijay

  • How to Disable Check for updates button in Help/About in firefox 5.0

    Hi the user should not manually check for updates so we want to disable the Check for updates button also in Help/About.
    Thanks in advanced

    You can hide that button with code in userChrome.css below the @namespace line.
    * http://kb.mozillazine.org/userChrome.css
    * http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #aboutDialog #updateBox { display:none!important; }</nowiki></pre>
    You can also choose to lock the related update pref(s) to false if you want to make sure.
    See:
    * http://kb.mozillazine.org/Locking_preferences
    * http://kb.mozillazine.org/about:config

  • Help about W2K Apache plug-in for WLS

    Hi,everybody.
    I want to use the W2K apache http server for redirect the dynamic request to
    WLS. But i don't have the corresponding plug-in. Who can help me? or Who can
    give me some hint about this?
    Thanks in advance.
    BR
    Steven Zhao

    Hi Steven,
    as far as I know there is no Apache Plugin for Windows Platform. Your
    choice is either Unix->Apache or Windows->IIS. I think there is a
    Netscape Plugin as well, but I don't know for which platforms.
    Daniel
    -----Original Message-----
    From: Steven Zhao [mailto:[email protected]]
    Posted At: Friday, October 20, 2000 6:02 AM
    Posted To: management
    Conversation: Help about W2K Apache plug-in for WLS
    Subject: Help about W2K Apache plug-in for WLS
    Hi,everybody.
    I want to use the W2K apache http server for redirect the dynamic
    request to
    WLS. But i don't have the corresponding plug-in. Who can help me? or Who
    can
    give me some hint about this?
    Thanks in advance.
    BR
    Steven Zhao

  • Ergent help about inbound IDoc for Goods Receipts

    Dear friends
    We have an ergent issue needing your help.
    It is about DEVRY03.
    Senarios is as following:
    When we create a delivery by using VL31n, system try the IDoc and transfer to XI.
    This is ok.After external warehouse system processes the IDoc,a message is sent back to SAP to post the goods receipts for the delivery.
    Inbound IDoc type is DEVRY03. Is it right?
    Which function module or which process ok is used for this senario?
    Can anyone suggest how to do it?
    Minghan

    Hi !
    Here comes some information for the INBOUND idocs....
    There is a IDOC for transmitting goods movements from a legacy system.
    It's message-type is: WMMBXY
    IDOC-Type is: WMMBID02 (See we60 for it's pretty good docu....)
    Prcoess-Code is :WMMB
    The function that processes the data is: L_IDOC_INPUT_WMMBXY
    Hope that helped a bit (for inbound)....
    Regards
    Rainer
    Some points would be nice if that helped.

  • Where is the user agent string located for Firefox 4? In the previous versions, it was in the Help-About menu.

    Just curious on the location of the user agent string for Firefox 4. I don't want to edit or change it, I just want to view it. In previous versions of Firefox, it was in the Help-About menu. It doesn't appear to be located in this spot for Firefox 4.
    Any assistance would be greatly appreciated.
    Thanks!

    '''about:support''' = Help > Troubleshooting Information

Maybe you are looking for

  • How can I execute a dos command?

    I tryed so: import java.io.BufferedReader; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintStream; public class Builder {      public static void main(String[]args)                //m

  • Creation of New fast entry for custom infotype

    Hi all, I need to create new fast entry form my custom 9010 inft. What I need to do,? How to create screen for input and how to assign it to transaction PA70. Change some modules or what? Kind regards.

  • SEARCH RESULTS NOT SHOWING THE NAME OF DOCUMENT

    When I search for a document on the top level, the results in my case are relevant but they do not display the document name, meaning I have to go into the document to check if it is the one I'm looking for. For some reason the name of the file is di

  • My itunes has stoped working it says some files are missing

    My Itunes has resently stopped working it says that some fiiles are missing i cannot access it and i do not know what to do

  • Cant get it to charge or come on

    I cannot get my Ipod classic to charge or turn on