Why invoice verification output can't work

I have set up the config for iv.But it cant't work.
The message is "requested function is not availabe here".
Who can help me to solve it.
Thanks.

Hi,
Refer to the following link
http://help.sap.com/erp2005_ehp_02/helpdata/en/a8/b99f58452b11d189430000e829fbbd/frameset.htm
BR
Diwakar
reward if useful

Similar Messages

  • Why the multiple selection can't work in sub screen

    hi experts:
         when i try to use the sub-screen in the report,why the multiple selection function(SO_BCTXT) can't work normally in screen 1095:
    the coding as below.will reward points if solve this issue
    the main program in Subscreen:
    PROCESS BEFORE OUTPUT.
    module status_1005.
      CALL SUBSCREEN area INCLUDING sy-repid lv_tab_number.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      CALL SUBSCREEN area.
      MODULE user_command_1005.
    module user_command_1005 input.
      my_ok = ok_code.
      clear ok_code.
      case my_ok.
        when 'TAB1'.
          mytabstrip-activetab = my_ok .
          lv_tab_number = 1095.
        when 'TAB2'.
          mytabstrip-activetab = my_ok .
          lv_tab_number = 1096.
        when 'CRET' or 'ONLI'.
          perform get_bc_set
                 using
                    so_chanb[]
                 changing
                    <fs_bcsetfield> .
          leave to screen 0.
      endcase.
    endmodule. 
    in the screen 1095:
    PROCESS BEFORE OUTPUT.
    MODULE %_INIT_PBO_J.
    MODULE %_PBO_REPORT.
    MODULE %_PF_STATUS.
    MODULE %_SO_BCTXT.
    MODULE %_END_OF_PBO.
    PROCESS AFTER INPUT.
    MODULE %_INIT_PAI_J.
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      MODULE %_SO_BCTXT.
    ENDCHAIN.
    FIELD !INCBCTY1 MODULE %_INCBCTY1 .
    FIELD !INCBCTY2 MODULE %_INCBCTY2 .
    FIELD !INCBCTY3 MODULE %_INCBCTY3 .
    FIELD !INCBACT MODULE %_INCBACT .
    FIELD !INCBINAC MODULE %_INCBINAC .
    FIELD !INCLMAND MODULE %_INCLMAND .
    FIELD !INCLOPTI MODULE %_INCLOPTI .
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      FIELD INCBCTY1 .
      FIELD INCBCTY2 .
      FIELD INCBCTY3 .
      FIELD INCBACT .
      FIELD INCBINAC .
      FIELD INCLMAND .
      FIELD INCLOPTI .
      MODULE %_BLOCK_1095001.
    ENDCHAIN.
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      FIELD INCBCTY1 .
      FIELD INCBCTY2 .
      FIELD INCBCTY3 .
      FIELD INCBACT .
      FIELD INCBINAC .
      FIELD INCLMAND .
      FIELD INCLOPTI .
      MODULE %_END_OF_SCREEN.
      MODULE %_OK_CODE_1000.
    ENDCHAIN.
    in the main report
    selection-screen begin of screen 1095 as subscreen.
    enquire Data
    data l_text       type as4text.
    selection-screen begin of block b1 with frame title text-024.
    select-options :
      so_bctxt     for l_text .
    selection-screen skip 1 .
    parameters:
      incbcty1    type c as checkbox default abap_true ,
      incbcty2    type c as checkbox default abap_true ,
      incbcty3    type c as checkbox default abap_true .
    selection-screen skip 1 .
    parameters:
      incbact      type c as checkbox default abap_true ,
      incbinac     type c as checkbox default abap_true .
    selection-screen skip 1 .
    parameters:
      inclmand     type c as checkbox default abap_true ,
      inclopti     type c as checkbox default abap_true .
    selection-screen end of block b1.
    selection-screen end of screen 1095 .

    Hiii
        In main program you have dclared subscreen area.
    now First of all you have to declare a selection screen in your main program
    selection-screen begin of screen 1005 as subscreen.
    SELECT-OPTIONS s_bukrs1 for  v_bukrs.   "whatever you want in selection screen
    selection-screen end of screen 1005.
    IN PBO of your main screen (not in 1005) write
    call subscreen SUB1 including sy-repid '1005'.
    where SUB1 is your subscreen area name. And remember don't touch PBO or PAI of your 1005 screen, otherwise it will give you error. Yuo can just put text in layout of 1005 screen. but don't disturb other things.

  • Why this logic:present can't work?

    Hi everyone:
    I am writing a registe jsp page.I want to use the struts validator.I had written a registeform extends ActionForm.I want to display a picture if user don't fill the password field,so I use the taglib : <logic:present and <html:img
    I add all the error in my registeform.In actionform I use the method:
    if(password1==null){
    ActionErrors errors=new ActionErrors();
    errors.add("password1",new ActionError("user.password1.required"));
    In jsp page:
    <logic:present name="password1"> /* or use name="<%=Action.ERROR_KEY%>"*/
    <html:img page="/jsp/images/error.gif"/>
    <html:errors property="password1"/>
    </logic:present>
    But failed.It can't display anything even there are error in the ActionErrors.
    If I change the code to:
    <html:errors property="password1"/>
    It works well.But it can't display the picture that I want.
    someone has good idea to do this?
    thks!

    Hi:
    I used the <html:errors tag but it can't work also.The main problem is: there is any tag that can store the error according to the field's property?For example:If the name field isn't be filled, only the name's error will be stored in name's property tag.
    What I want to see is only the name field's picture display if user don't fill the name field.
    As is: <table>
    1.name text field (not filled) display images
    2.email text field (filled ) don't display!
    3.password text field (not filled) display images
    4.work text field (filled) don't display
    What I want to get is above.Can the logic and html taglib do this? Have you some good idea?

  • Why browser link dashboard can't work on enable SSL in localhost ?

    Hi there developer
    I need to wrok on local host with enable SSL
    but when I enable SSL browser link can't working and I don't have it's option like as inspect mode and design mode any more .
    Help me if it has a way to fix it on enable SSL mode in localhost ?
    Thanks 
    Great Regards :
    Raha
    whit the best regard : Raha

    Unfortunately your post is off topic here, in the MSDN Subscriptions feedback forum, because it is not feedback regarding the MSDN Subscription. This is a standard response I’ve written up in advance to help many people (thousands, really.) who
    happen to post their question in my forum, but please don’t ignore it.  The links provided below I’ve collected to help with many issues we’ve seen.
    For technical issues with Microsoft products that you would run into as an end user of those products, one great source of info and help is
    http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products.   Office related forums are also here:
    http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
    For Technical issues with Microsoft products that you might have as an IT professional (like more technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
    http://social.technet.microsoft.com/forums/en-us, and search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
    http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
    http://community.dynamics.com/
    If you really think your issue is related to the MSDN Subscription, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots of the issue
    (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
    If you really have no idea where to post this question, then you shouldn’t have posted here, because we have a forum just for you!  It’s called the ‘Where is the forum for…?’ forum and its here:
    http://social.msdn.microsoft.com/forums/en-us/whatforum/
    Please review the topic of the forum you’re posting in before posting your question.  Moving your post to the off topic forum.
    Thanks, Mike
    MSDN and TechNet Subscriptions Support <br/> Read the Subscriptions <a href="http://blogs.msdn.com/msdnsubscriptions">Blog! </a>

  • Why the Adobe Flash can't work.

    my computer's system is Win 7. I have installed the Adobe flash, but i can't see any flash modules on website.
    I need work on my website so i need to update the banner on my [spam link removed] website. My system is re-installed 3 days ago. Adobe flash installed fail first, after that i re-installed it again and succeed. But i can't see any banner on website. I use the Adobe Flash and Adobe reader some years. I like it, i don't want to replace it to others. Who can help me, thanks so much!

    I'm assuming you are using Internet Explorer 9 as your browser, if so can you follow the instructions on these two pages?
    Enabling Flash Player in Internet Explorer 9
    ActiveX Filtering in Internet Explorer 9
    Thanks,
    Chris

  • Why this removeChile function can not work

    Dear All
    can any one help me fix this problem? i can not delete one job record from XML file, and there is no any error message, don't know why can not remove the node from XML file. Thanks!
    XML File:
    <Job_ad>
    <job>
    <title>ABC
    <detail>123
    </job>
    </job_ad>
    the Java code
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder parser = factory.newDocumentBuilder();
    File fn = new File(fileName);
    Document doc = parser.parse(fn);
    NodeList ReportDate = doc.getElementsByTagName("job_ad");
    NodeList job = doc.getElementsByTagName("job");
    for (int i = 0; i < job.getLength(); i++) {
    Element jobDetail = (Element)job.item(i);
    String jobTitle = jobDetail.getElementsByTagName("title").item(0).getFirstChild().getNodeValue();
    if (jobTitle.equals("ABC")) {
    System.out.println("record found");
    Node deadElement = (Node)jobDetail.getParentNode().removeChild(jobDetail);
    catch (Exception e) {
    System.out.println(e);

    if (jobTitle.equals("ABC"))The actual value of jobTitle is "ABC\n", if your posted XML is accurate. You forgot to account for the new-line character after the text.
    A little debugging (such as System.out.println(jobTitle)) might have told you that.

  • Tcode: MR8M---Logistic invoice verification'document can't be reversed

    Dear Experts.
    I have a logistic invoiceverification' document and use tcode:MR8M to reverse it ,but can't be reverseed ,the system issue the wrong information :"No reversal possible. Reverse value must be reset".please tell me how  I  should do? thanks!
    Fanny.

    Hello Fanny Chen,
    In certain situations, the reversal of posting documents may be cancelled with an error. This may, for example, occur in the following situations:
    The specified posting date is in a posting period that is already closed.
    At the time of the reversal, the posting of the original document had not been completed.
    Account assignment objects (for example, cost centers) which were posted to in the original document are closed at the time of the reversal.
    Posting items that were created by the original document are already cleared at the time of the reversal (for example to customer and vendor accounts).
    In your case it seems that the posting items that were created by original document are already cleared so you need to first reverse the cleared document which the system is trying to mean by saying"No reversal possible, reverse value must be reset.
    UNDER THESE CIRCUMSATNCE PROBABLY YOU NEED TO USE THE  TRANSACTION FOR WHICH ALL CLEARED DOCUMENT CAN BE RESET AND REVERSE
    1)     TCODE  :   FBRA
    2)     CLEARING DOCUMENT  :  ENTER THE CLEARED DOCUMENT NUMBER
    3)     COMPANY CODE  :  ENTER COMPANY CODE
    4)     FISCAL YEAR  :  RELEVANT FISCAL YEAR
    5)     CLICK THE SAVE BUTTON
    6)     IN THE NEXT SCREEN CLICK YES
    7)     THE SYSTEM WILL GIVE ANOTHER MESSAGE BOX WITH THREE OPTIONS : 
    ONLY RESETTING
    RESETTING & REVERSE CLICK ON THIS
    CANCEL
    8)     SELECT THE MIDDLE ONE I.E. RESTTING & REVERSE
    9)     THE SYSTEM WILL  ASK FOR REVERSAL REASON.
    10)     ENTER 01 AND THEN PRESS ENTER
    11)     THE SYSTEM WILL RESET THE DOCUMENT
    After this resetting is done you can use MR8M Tcode.
    Hope I had been able to help you. Please assign points and close the thread.
    Rgds
    \Manish

  • Why my PermissionsCommand can not work?

    Thers is a SAP standard command named "permissions" that you can find in "System Admin>System configuration>content management>user interface>commands".It is drived from the java class "com.sapportals.wcm.rendering.uicommand.cm.UIPermissionsCommand".
    I download the java class and decompile into java file.In netweaver development studio,I create a new project and copy the java code into a new class of the project and deploy it into my portal.In portal I link the class to a command named "permisssiontest",but unlucky the command doesnot work.
    Why my permission command can not work?

    Hi Shi,
        Could you give me more details about this issue ? After deploy, have you created a new command and assign it a group command in a layout set.
       Here:
       https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
       You can find this example: SimpleOneStepScreenFlow. You can use it as template.
       We had to write a new permission command and it worked fine.
    Patricio.

  • Invoice verification for fixed assets

    Hi all,
    I was wondering if anyone knew the answer for this? Why, in the invoice verification process can't items be valuated individually when we have multiple/different asset class items coming from one purchase order (PO)?
    If anyone has any comments on this please share.
    Thanks!

    HI,
    The system sums up the planned delivery costs at MIRO stage.
    I would guess that you are using the "GR based IV" flag on the PO and that is why you are getting a line per GR for the actual items themselves. But this flag does not affect the delivery cost conditions and so I am sorry but they will always be a total rather than separate lines.
    This is not ideal fro your situation but that is the way it works and to change this would be a MAJOR modification and definitely NOT worth the effort and risk.
    Steve B

  • Invoice Verification Form

    Hi,
    Is there any smart form for Invoice verification output. I have searched a lot but I did not find any smart form for invoice verification. Please advice if any one of you know any smart form for invoice verification.
    Thanks

    Hi
    smart form you need to create as per requirement and assign it in NACE.
    You can select Application MR and go to Out put types
    You can find std details as follows
    EINK     Mail to Purchasing
    ERS     ERS Procedure
    ERS6     ERS Procedure EDI
    INS     Invoice plan
    KON6     Consignment  EDI
    KONS     Consignment
    MLPP     Mail Price Deviation
    RAP     New Value Method
    RAP6     New valuation EDI
    REKL     Complaint
    Latter u can go to details under processing routins.
    As such for MM LIV generally no body goes as it is an incoming concept, however SAP don't restrict.
    Edited by: sudhansu satapathy on Dec 31, 2010 11:56 AM

  • DUPLICATE INVOICE VERIFICATION CHECKL

    Hi
    How to set control for duplicating invoice verification.
    Like the same Delivery note or the Freight passing twice to be checked by an error message
    Please help
    Krishna

    SPRO-MM-invoice verification-incoming invoice-Set Check for Duplicate Invoices                                                                               
    In this step, you can configure for each company code if the system is to check for duplicate invoices when you enter invoices.                                                                               
    This check should prevent incoming invoices being accidentally entered and paid more than once.                                                                               
    You can choose whether to activate or deactivate the check criteria of company code, reference document number and invoice date for each company code. The more criteria that you activate, the lower the probability of the system finding a duplicate invoice. The Accounting documents are checked first, followed by documents from Logistics Invoice Verification (only incorrect invoices or those entered for verification in the background).                                                                               
    When checking duplicate invoices, the system compares the following attributes in the standard system:                                                                               
    Vendor                                                                               
    Currency Company code                                                                               
    Gross invoice amount Reference document number                                                                               
    1. Invoice date If the system finds an invoice that matches all                         
           attributes, the system                                                               
           -  displays a customizable message.                                                  
           -  If you are entering credit memos, subsequent debits, or subsequent                
           -  credits, the system does not check for duplicate invoices.                        
           -  The exception is the Argentina country version, where the system                  
              checks                                                                               
    -  for duplicate invoices and credit memos.                                          
           -  If a previously processed document is later cancelled and then                    
              entered                                                                               
    -  again, no message is displayed.                                                                               
    Requirements                                                                               
    The system only checks for duplicate invoices in Materials Management                                                                               
    if you specify a reference document number when entering the invoice.                                                                               
    In Customizing (IMG) for Invoice Verification, you can specify that the                                                                               
    system check the following attributes                                                                               
    Reference document number                                                                               
    Invoice date                
       Company code                                                                               
    Because there are fewer attributes to check, it is more likely that the system will find a duplicate invoice.                                                                               
    Standard settings                                                                               
    All check criteria are activated in the standard system.                                                                               
    Example                                                                               
    The following document has been entered and posted:                                                                               
    Reference document number: 333                                                                               
    Invoice date: 28.04.00                                                                               
    Gross invoice amount: 100,00                                                                               
    Currency: EUR                                                                               
    Vendor: Wolf                                                                               
    Company code: Hamburg                                                                               
    The settings for checks for duplicate invoices in Customizing have                                                                               
    been maintained as follows:                                                                               
    The field reference document number and company code are not selected.                                                                               
    This means that these attributes will not be checked. Now enter the                                                                               
    following invoice:                                                                               
    Reference document number: 334                                                                               
    Invoice date: 28.04.00                                                                               
    Gross invoice amount: 100,00                                                                               
    Currency: EUR                                                                               
    Vendor: Wolf                                                                               
    Company code: Berlin                                                                               
    Result                                                                               
    By entering the reference document number and entering an invoice,it is possible to check for duplicate invoices.                              
    The reference document number and the company code contain different data than the invoice you entered. These attributes are not checked because you have deselected them in Customizing.                                                                               
    All other attributes are equal. The system displays a message telling you that a duplicate invoice has been found.                                                                               
    If, for example, you had selected the reference document number in Customizing, the system would check this and recognize that this invoice is different to the previously entered invoice. The system would not then display a message.

  • Invoice verification done doubble times agaisnt  one PO

    Hello,
    SAP has Verified , two invoices two times. Please suggest me.
    I m sure the vendor master has no tick in the check doubble invoice Indicator., what could be the other Reason?
    Best Regards,
    Sridhar.k
    Siemens

    Img>>MM>>Incoming Invoice>>Set Check for Duplicate invoices
    Set Check for Duplicate Invoices
    In this step, you can configure for each company code if the system is to check for duplicate invoices when you enter invoices.
    This check should prevent incoming invoices being accidentally entered and paid more than once.
    You can choose whether to activate or deactivate the check criteria of company code, reference document number and invoice date for each company code. The more criteria that you activate, the lower the probability of the system finding a duplicate invoice. The Accounting documents are checked first, followed by documents from Logistics Invoice Verification (only incorrect invoices or those entered for verification in the background).
    When checking duplicate invoices, the system compares the following
    attributes in the standard system:
    Vendor
    Currency Company code
    Gross invoice amount Reference document number
    1. Invoice date If the system finds an invoice that matches all attributes, the system
    displays a customizable message.
    If you are entering credit memos, subsequent debits, or subsequent
    credits, the system does not check for duplicate invoices.
    The exception is the Argentina country version, where the system checks
    for duplicate invoices and credit memos.
    If a previously processed document is later cancelled and then entered
    again, no message is displayed.
    Requirements
    The system only checks for duplicate invoices in Materials Management
    if you specify a reference document number when entering the invoice.
    In Customizing (IMG) for Invoice Verification, you can specify that the
    system check the following attributes
    Reference document number
    Invoice date
    Company code
    Because there are fewer attributes to check, it is more likely
    that the system will find a duplicate invoice.
    Standard settings
    All check criteria are activated in the standard system.
    Example
    The following document has been entered and posted:
    Reference document number: 333
    Invoice date: 28.04.00
    Gross invoice amount: 100,00
    Currency: EUR
    Vendor: Wolf
    Company code: Hamburg
    The settings for checks for duplicate invoices in Customizing have
    been maintained as follows:
    The field reference document number and company code are not selected.
    This means that these attributes will not be checked. Now enter the
    following invoice:
    Reference document number: 334
    Invoice date: 28.04.00
    Gross invoice amount: 100,00
    Currency: EUR
    Vendor: Wolf
    Company code: Berlin
    Result
    By entering the reference document number and entering an invoice, it
    is possible to check for duplicate invoices.
    The reference document number and the company code contain different
    data than the invoice you entered. These attributes are not checked
    because you have deselected them in Customizing.
    All other attributes are equal. The system displays a message telling
    you that a duplicate invoice has been found.
    If, for example, you had selected the reference document number in
    Customizing, the system would check this and recognize that this invoice
    is different to the previously entered invoice. The system would not
    then display a message.
    Activities
    Maintain the settings for each company code.
    Regards
    Biswajit

  • Block Invoice verification as per quality result

    Hello,
    I made GRN , lot gets generated. not cleared by quality.
    still I can do the invoice verification.
    Can I restrict this ? so i can not pass invoice before quality results and only ok quantity has to appear for invoice verification.
    If such facility is available kindly advice.
    Regards,
    santosh joshi

    Dear Santhosh Joshi,
    Check in IMG (Transaction SPRO) under :
    Materials Management -> Logistics Invoice Verification -> Invoice Block
    You can implement a proper BAdi/Enhancement if you cannot configure your scenario:
    BAdi:
    BAdI MRM_RELEASE_CHECK for additional checks before invoices are released, in other words, you can restrict the list of invoices to be released by defining your own criteria.                       
    The following SAP enhancements are available for maintaining the customer exits in Invoice Verification:                        
    MM08R001        ERS (conventional Invoice Verification)            
    MM08R002        Tolerance checks                                   
    MRMH0001        ERS (Logistics Invoice Verification)               
    MRMH0002        EDI invoice receipt (Logistics Invoice Verification)
    MRMH0003        Revaluation (Logistics Invoice Verification)       
    When processing an invoice, the R/3 System checks each item for variances between the invoice and the purchase order or goods receipt. The different types of variances are defined in tolerance keys.                                                                               
    The system uses the following tolerance keys to check for variances: 
    AN: Amount for item without order reference                        
    If you activate the item amount check, the system checks every line item in an invoice with no order reference against the absolute upper limit defnied.
    AP: Amount for item with order reference                           
    If you activate the item amount check, the system checks specific line items in an invoice with order reference against the absolute upper limit defined. Which invoice items are checked depends on how you configure the item amount check.
    BD: Form small differences automatically                           
    The system checks the balance of the invoice against the absolute upper limit defined. If the upper limit is not exceeded, the system automatically creates a posting line called Expense/Income from Small Differences, making the balance zero and allowing the system to post the document.
    BR: Percentage OPUn variance (IR before GR)                        
    The system calculates the percentage variance between the following ratios: quantity invoiced in order price quantity units : quantity invoiced in order units and quantity ordered in order price quantity units : quantity ordered in order units. The system compares the variance with the upper and lower percentage tolerance limits.     
    BW: Percentage OPUn variance (GR before IR)                        
    The system calculates the percentage variance between the following ratios: quantity invoiced in order price quantity units: quantity invoiced in order units and goods receipt quantity in order price quantity units : goods receipt quantity in order units. The system compares the variance with the upper and lower percentage limits defnied.   
    DQ: Exceed amount: quantity variance                               
    If a goods receipt has been defined for an order item and a goods receipt has already been posted, the system multiplies the net order price by (quantity invoiced - (total quantity delivered - total quantity invoiced)).
    If no goods receipt has been defined, the system multiplies the net order price by (quantity invoiced - (quantity ordered - total quantity invoiced)).
    The system compares the outcome with the absolute upper and lower limits defined.                                                    
    This allows relatively high quantity variances for invoice items for small amounts, but only small quantity variances for invoice items for larger amoutns.
    You can also configure percentage limits for the quantity variance check. In this case, the system calculates the percentage variance from the expected quantity, irrespective of the order price, and compares the outcome with the percentage limits configured.        
    The system also carries out a quantity variance check for planned delivery costs.
    DW: Quantity variance when GR quantity = zero                      
    If a goods receipt is defined for an order item but none has as yet been posted, the system multiplies the net order price by (quantity invoiced + total quantity invoiced so far).                        
    The system then compares the outcome with the absolute upper tolerance limit defined.                                           
    If you have not maintained tolerance key DW for your company code, the system blocks an invoice for which no goods receipt has been posted yet. If you want to prevent this block, then set the tolerance limits for your company code for tolerance key DW to Do not check. 
    KW: Variance from condition value                                  
    The system calculates the amount by which each delivery costs item varies from the product of quantity invoiced * planned delivery costs/ planned quantity. It compares the variance with the upper and lower limits defined (absolute limits and percentage limits).      
    LA: Amount of blanket purchase order                               
    The system calculates the sum of the value invoiced so far for the order item and the value of the current invoice and compares it with the value limit of the purchase order. It then compares the difference with the upper percentage and absolute tolerances defined.                                                                               
    LD: Blanket purchase order time limit exceeded                     
    The system determines the number of days by which the invoice is outside the planned time interval. If the posting date of the invoice is before the validity period, the system calculates the number of days between the posting date and the start of the validity period. If the posting date of the invoice is after the validity period, the system calculates the number of days between the posting date and the end of the validity period. The system compares the number of days with the with the absolute upper limit defined.                                                                               
    PP: Price variance                                                 
    The system determines by how much each invoice item varies from the product of quantity invoiced * order price. It then compares the variance with the upper and lower limits defined (absolute limits and percentage limits).
    When posting a subsequent debit/credit, the system first checks if a price check has been defined for subsequent debits/credits. If so, the system calculates the difference between (value of subsequent debit/credit + value invoiced so far) / quantity invoiced so far * quantity to be debited/credited and the product of the quantity to be debited/credited * order price and compares this with the upper 
    and lower tolerance limits (absolute limits and percentage limits).
    ST: Date variance (value x days)                                   
    The system calculates for each item the product of amount * (scheduled delivery date - date invoice entered) and compares this product with the absolute upper limit defined. This allows relatively high schedule variances for invoice items for small amounts, but only small schedule variances for invoice items for large amounts.                                                                               
    VP: Moving average price variance                                  
    When a stock posting line is created as a result of an invoice item, the system calculates the new moving average price that results from the posting. It compares the percentage variance of the new moving average price to the old price using the percentage tolerance limits defined.                                                           
    Hope this will resolve your issue.
    Regards,
    Naveen.

  • MM- INVOICE VERIFICATION- Reg

    Dear ,
    Plz clarify me that on
    1)After the document's INVOICE VERIFICATION OVER - can it be made - as Return delivery / Vendor return.
    Regards,
    SURESH.P

    hi Suresh,
    I believe you want to know the process of return delivery to vendor, then the answer is yes even if you have the posted the Invoice in SAP system using trax MIRO...
    The process is to create an return PO with return Po indicator checked in the line item of the return material
    then do MIGO with respect to the PO with movement type 161 (return delivery to vendor)
    If the material is excisable then do create excise invoice for other movements in J1IS (create) & J1IV (print invoice)
    then go to MIRO and pass an credit note with respect to the return PO.
    Hope it helps..
    Regards
    Sujoy

  • MM invoice verification against delivery with no Good Receipts - will it work ?

    Dear all,
    Let me quickly explained my issue.
    We have moved to INcoterms FCA, meaning that property transfer is taken when goods are loaded at the vendor site.
    No transportation module is implemented. We create an inbounds delivery when receiving info from carrier. And later on, we are receiving against it. Transport module is not implemented.
    But we need to post invoice before the Goofs is physically received because of long transportation time.
    My questions - I guess it is basic, I am not a MM expert - far from it -
    1) Will it be possible to post the invoice against the delivery without the good being physically  received.
    2) Property of the goods is not yet transfered before receiving - despite the incoterm- Well,  I guess so - how the financial posting will work when creating the invoice.
    Many thanks for your help.
    regards,
    Pierre Mikael

    Thank tou for your answer.
    This is driven by the Incoterms. With FCA, the ownership is transfered when the carrier is loading the Goods.
    But physically, it will be received in3 to 6 weeks, I cannot do a GR, it will mess up planning.
    BUt the property is transferred already. This is the reason why
    1. we create Inbounds Delivery (Carrier loads the goods)
    2. Invoice
    3. GR when physically receiving the goods.
    We have no transport management implemented. -
    Therefore imagine I have a PO of 10, 5 are loaded by Carrier - delivery is created - Can I have Invoice verification on 5 only ?
    Regards,
    Pierre MIkael

Maybe you are looking for