Field Exit in MIRO

Hi,
  I want to put a field exit in MIRO transaction. The very objective is the system should not allow the user to enter values more than 10% of tot amt in "Amt. in Doc. Currency" field of G/L Account TAB.Which FIELD EXIT may be used??

Hi Mahesh,
You can acheive this funcionality by activating tolerence check in MRO
There is no need to use field exit for that
you can do as below
If you want to block an invoice item on the basis of a particular variance in all cases, set the value and percentage for the upper limit to zero and select Check limit.
You can define up to four limits for each tolerance:
Lower limit
Absolute
Do not check
Check limit: X
Value: 20.00
Percentage
Do not check
Check limit: X
25 %
Upper limit
Absolute
Do not check
Check limit: X
Value: 10.00
Percentage
Do not check
Check limit: X
10 %
You can settolerance limits for the following to be checked during Invoice verification
1) Price
2)Quantity
3)Date
4)Small Differences
5)Overall limit (Stochastic Block)
6)Moving Average Price
By setting the upper & lower limits in terms of absolute or in Percentages,The sstem allows the invoice to be posted but results in an Invoice Block.
You need to set & Activate these tolerancesinorder that Blocks are enforced
The Path is
SPRO>Materials Management>Logistics Invoice Verification>Invoice Block>Set/Activate checks
BR
Diwakar
reward if useful

Similar Messages

  • Field/Screen Exit for MIRO

    Hi Friends,
    The client requirement is to fix an Exit to disable or inactive the field INVFO-LIFRE or to put the INVFO-LIFRE field (invoice party in Details tab) as display mode where the user not able to change it while posting invouces in MIRO.
    I've tried by program screen enhancement in 'SAPLFDCB' but i couldn't able to fix it since the screen name of INVFO-LIFRE is not showing/coming while posting MIRO (checked in debugging mode).
    Instead of fixing error message through BADI/USER EXIT, is there any way to make field/screen exit to disable or inactive the filed??
    Please advise.
    Thanks & regards
    Sankar.

    Hi,
    Check the below link.
    [Screen exit for MIRO transaction;
    [Re: steps to create field exit;
    Regards
    Sunil

  • BADI/USER EXIT for MIRO.

    Hi All
    I have added a new field (GST) on MIRO screen using GUI XT.
    The requirement is such that I need to populate this field after I have entered the purchase order no (It needs to take the vendor from the PO and then its subsequent VAT no from the vendor master). I am not sure where to do this part of the coding.
    i have tried to implement BADIs
    BADI_ENJ_ALT_ADR
    INVOICE_UPDATE
    BADI_FDCB_SUBBAS01
    but it doesn't help.
    Is there any other BADI/User Exit that I can try.
    Thanks in advance.
    Harsh

    Hi,
    Bellow are the exit names for MIRO.
    <Irrelevant enhancement list removed by moderator>
    Regards,
    Goutam Kolluru.
    Edited by: Vinod Kumar on Feb 3, 2012 9:34 AM

  • Modify screen field layout in MIRO - Item level

    Dear All,
    I would like to know if I can change the field sequence in MIRO transaction at the item level. I want to move the Purchase Order number field next to the item field in MIRO and this needs to be premanent whenever I create a new invoice in MIRO.
    This sort of a change is possible in ME21N by creating a new variant through the configuration icon in ME21/22 or 23n at the line item level. I want to know if a similar setting is possible in MIRO, if so please guide me.
    Thanks and Best Regards
    Badrinath Murali

    Hi,
    Have you tried to carry out the following steps?                                                
    1- Transaction OLMRLIST                                                                         
    2- Screenvariant        7_6310                                                                  
       Programm             SAPLMR1M                                                                
       Dynpro               6310                                                                    
    3- Click button 'With Processing'You get transaction MIRO                                                                               
    4- Enter the invoice date and click Enter-Button.                                               
    5- In screen 'Confirm Screen Entries' check the 'Adopt column reference'                        
    and 'Adopt column width'. Click 'Exit and Save'                                                 
    6- Enter 'Save'.                                                                               
    7- Check and activate the screen variants: Click the button 'Check' on                          
    the main screen of Transaction 'OLMRLIST'. Select the screen variants                           
    on coming screen and click 'Adjust and Save'                                                                               
    If after reviewing the above steps you are still having problems                                
    viewing both display variants in MIRO, please take a look at note                               
    372776.
    Best regards
    Erika

  • Recon A/c field changeable in MIRO

    I want to make the Reconciliation A/c field changeable in MIRO.
    Is there any user exit available?
    VS
    Edited by: vs on Jan 11, 2008 3:19 AM

    Hi VS
    The reconcilation account which ever you want to display change mode, make
    that GL account reconciliation a/c for ready for input via T.code Fs00.
    for example my reconciliation a/c is 100005.
    go to Fs00 select 100005 a/c and select change goto Cretae/bank intrest
    data, there you can find it out reconciliation a/c ready for input check
    box, select that filed and save it.
    then go to Financial accountng- a/C receivables / a/c paybles- business
    transactions, there you would see alternative reconciliation a/cs.
    Maintain alternative reconciliation a/c for Regular Gl account and save it.
    for example : in our case the main reconciliation a/c is 100005
    cretae on more Gl account with reconciliation a/c and come to above screen
    maintain both Gl accounts and save it.
    then when you go to Miro, whenever it is posting respective reconcilation
    a/cs automatically the field would be change mode you can able to enter
    alternative Recon account.
    Hope it helps
    Reward if Useful
    Regards
    SE

  • Can any one tell me how to work with field exit????

    Hi
    Can any one tell me how to work with field exit I know how to create them. I want to know how it works. Actually I want to create a field exit for T-CODE MIRO. Where I want to put the value ebeln of the PO Reference tab into the Assignment of details tab and make Assignment field disable.
    Thanks in advance

    Hi,
    Follow the Steps,
    1. Go to CMOD transaction
    2. From the menu "GOTO->TEXT ENHANCEMENTS->DATA ELEMENTS-   ->NEW DE CUST DOCU".
    3. In the displayed box specify the data element and
       press either "CHANGE" or " Ref to screen" button
    4. CHANGE button is for defining the documentation
    5. "Ref. to screen" if for assigning the screen in which
       a field has the this type data element.
       Note: You should have used this data element for a   
             field in that screen.
    6. Now it will ask for Function Module name, specify the
       FM name and double click it. It will go to the editor.
    7. Now using the Import parameters code accordingly
    8. Activate and go back
    9. Now "Assign the created program ( that is FM) to the
       screen by specifying the Program name and Screen
       number.
    10. Now save and activate.
    Note: No need to create a separate project for creating field exit through transaction CMOD.
    I hope this is suffice.
    Regs,
    Venkat Ramanan

  • Subsitution Exit for MIRO transaction

    Dear Sir,
    We are required to write a subsituion-exit for MIRO , so that during the MIRO Assignment field can be populated with the PO-Number .
    We request SAP experts to kindly guide us about the code to be written for such a subsitution-exit . We willl be highly greatful for the help please .
    We assure to give full points for the suggested solution pl .
    Regards
    B Mittal

    Hi,
    in enhancement LMR1M001 if you read the documentation of component *EXIT_SAPLMR1M_003 it says:
    As of Release 4.6A, transaction MR1M is no longer supported. Therefore this customer exit and its functions are obsolete.
    Being this the case i would consider using badi BADI_FDCB_SUBBAS04 (if it´s not already implemented).
    If you have a look at badi BADI_FDCB_SUBBAS01 in se18 you´ll see that there is an example implementation class named CL_EXM_IM_BADI_FDCB_SUBBAS01 .
    Read carefully as well the documentation of BADI_FDCB_SUBBAS01.
    Best regards.

  • Screen exit problem MIRO

    Hi,
    I can't find screen exits on MIRO. My requirement is to display popup but i can't use field-exit and i need create a screen exit . Please let me know the screen-exit for the same. Regards
    Bye

    Hi Marcos,
    Please make a habit of searching in SCN first. On this topic, you will find lot of material. As you are new to the SCN, therefore for your help, refer to the following links:
    User exit in Standard transaction
    Screen Exit
    Hope this will help you...

  • Want to populate the House Bank field in the MIRO

    Hi All,
      I want to populate the House Bank field in the MIRO.
    I have tried with the user exit EXIT_SAPLMRMP_010. I am not populate the House Bank Id as it is not the exporting parameter.
      Please help me regarding this.
    Regards
    Kumar

    Kumar,
    It looks like there is a BADI that may give you what you need.  The BADI definition (transaction SE18) is INVOICE_UPDATE.  There are three methods available (in 4.6C):
    CHANGE_AT_SAVE     Invoice Document at Save
    CHANGE_BEFORE_UPDATE     Invoice Document Before Update
    CHANGE_IN_UPDATE     Invoice Document During Update
    Each of these methods allow you to pass "old" and "new" RBKP values.  In the SE18 screen there is a function (toolbar button) "Documentation" that has some additional information.
    The BADI is used in several function modules: MRM_INVOICE_DOCUMENT_POST, MRM_INVOICE_PREPARE_AND_POST, and MRM_BADI_INVOICE_CHECK.
    You should be able to move the House Bank value by creating an implementation of this BADI.
    I hope this works for you.
    Regards,
    James G.

  • Any user exit for MIRO

    Hi All,
       Is there any user exit / field exit  which gets activated when invoice party value ( in the detail tab of transaction MIRO ) gets filled (either manually or from PO ). The requirement is to display a warning message, once the invoice party is filled, if its a particular supplier.
    Thanks in Advance.
    Regards,
    Kiran

    Hi,
      Check the following user exits available for MIRO transaction,
    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         
    Rgds,

  • Can I call popup on Field-Exit ?

    Hi,
        I create field-exit vorgang at MIRO and when the conditional begins, display a popup ( i used popup_to_confirm) but instead, An error occurred RPERF_ILLEGAL_STATEMENT.
    So, if i really got it on field-exit a can't call screen, dialog, submit and use message W or I.
    Someone can help with this, please i really need.
    regards
    Marcos Rodrigo

    I won't go into the reasons for not using field exits any more as this is well documented.  However, if this is your only choice then you can get popups to work by encapsulating your requirement into a function module.
    To get it to work you have to flag your function module as RFC enabled and use the syntax:
    CALL FUNCTION func STARTING NEW TASK task
       DESTINATION dest
       PERFORMING subr ON END OF TASK.
    Now if you combine this with a wait command
    WAIT UNTIL log_exp
    then get your subroutine defined in subr to set a flag to which the WAIT command is looking for.
    This works by your field exit waiting until the RFC has finished.  However, as it is STARTING NEW TASK then this has the ability to do anything i.e. SUBMIT, CALL SCREEN, issue message etc as it is a separate dialog process.
    Edited by: Pete Devereux on Jan 28, 2009 3:25 PM

  • Steps to create field exit

    Hi Gusy,
    I need some enhancement requied in MIRO, could you please suggest, steps to create the filed exits?
    Thanks,
    Gourisankar.

    Hi,
    There are two ways either go to CMOD and type PRFB in the transaction area( where you enter the trwansaction code) it would open a new screen go to menu path > field exit> create and then choose the data element you want to create the field exit for and a function module would be created like field_exit_fieldname.
    Then write your logic and activate and then click on assign button and assing that to the screen where you wnat it to fire.
    Search SCN you would get a lot of threads for your requirement like below too:
    Field Exit
    Regards,
    Himanshu

  • Warning message in field exit

    Hi All,
    I'd the requirement of giving a warning message for transaction VA01 if user enters some specific order type.
    So I'd created a field exit for AUART for this screen. But i am able to give error message only and found out that warning & info messages can't be given in a field exit.
    Please help me out. Is there any way I can give a warning message in field exit or suggest some other sol. for it.
    Thanks,
    Manu

    Hi,
    Thanks f or your answers, but the issue is that i need to give this message as User enters the details on VA01 screen & presses enters.SO i can't use user exit like move_field_to_Vbak & others.
    Also, using a FM to give pop up message will ultimately make use of statement CALL SCREEN which is not allowed in field exit, i also tried FMs which displays messages normally means not in pop up screen, but again through it also i can only give error messages.
    Please suggets if there is any other option.
    Thanks,
    Manu Parihar

  • Error Message in Field Exit

    Hi All,
    We have a FM which throws an error message. When that is executed in report, it works fine and the error message is displayed.
    We have implemented this FM in FIELD EXIT for PRCTR. But it is not throwing any message. We checked the data, it is fine.
    Can any one know how to solve this??
    Thanks,
    Sreedhar

    Also you need to check whether this is assigned to any program/screen. As you know it will only trigger in the attached program.
    See the documentation of RSMODPRF program.
    Regds
    Manohar

  • Query on Field exits in ECC 6.0

    Hi All,
    We have implemented field exits in SAP R/3 4.6c and now we have upgraded to ECC 6.0.
    I need to know the following information:
    Are field exits obsolete in ECC6.0?
    Can we create new field exits in ECC 6.0 ?
    Going forward, what is the alternative technology/concept to be used - enhancement sports, BADIs etc for field validations(or instead of field exits)?
    Regards
    Shiva

    Hi,
    Though it is obsolete, SAP does not say dont you field exit. You can still use field exit. You can still create field exits.
    Whatever is already existing will definitely work. Creating a field exit is much more simpler and easy than the BADIs or Enhancement points.
    Yes you are right, going forward, you will have to use BADIs or Enhancement points.
    Regards,
    Subramanian

Maybe you are looking for

  • HT201335 can i use air play with my macbook pro and apple tv

    can i use air play with my macbook pro and apple tv

  • Nano doesn't work and itunes in restore/recovery mode loop

    My ipod nano 1st gen was fine (XP pro) - and then I plugged it in and it says "Itunes has detected an Ipod in rocover mode. You must restore this ipod before it can be used in windows." I press restore and it seems to be restoring - and says its rest

  • How to clear all eventcombMT lockout tool settings?

    We have an eventcombt user that cannot get any results returned when running the tool from their workstation after a name and Windows account change.  It works for other accounts with the same security memberships. We need to clear all the saved even

  • Application Launch/Quit Oddities

    I'm having an odd, re-occurring problem with Mac OS X on my MacBook Pro. Every once in a while (maybe once every month), it'll get into this weird state in which no applications will launch (they just bounce for a while, then stop; but never actually

  • How can I disable or delete HP TouchSmart Calendar from my PC

    Hello...I have an HP Pavilion slimeline Model: s5-1205z. I have over 30,000 error messages related to the HP TouchSmart Calendar on my PC. I do not have nor use a TouchSmart anything, and do not understand why these errors are happening. They appear