Accounts payable invoices (fv50) - duplicate invoices hard warning

Currently we only receive a soft warning when we try to enter a duplicate invoice. Is there a way to reconfigure to make the warning a hard warning that can be overwritten it necessary. We are running ECC 6.0.
Thanks,
Jon

H Jon,
In FI, if the field 'Chk double inv.' is marked in your vendor account, the message F5117 - check whether invoice was already entered with number ...."  appears if an invoice is created before with the same information (comp. code, vendor, curr, doc date (inv date), and ref number). This is the standard functionality.
Please note that the following fields must be identical for error message F5117 (duplicate invoice) to occur:
     Company code                    (BUKRS)
     Vendor number                   (LIFNR)
     Currency                        (WAERS)
     Reference number                (XBLNR)
     Amount in document currency     (WRBTR)
     Document date                   (BLDAT)  <<<<<<<<<<<
If the document date is different using the same invoice number, the system does not consider it a duplicate invoice.
Please let me know if the document date of the duplicated invoices are the same. If not, unfortunately this is the way system works.
Best Regards,
Vanessa.

Similar Messages

  • A/P Invoice Entry - Duplicate Invoice Error vs. Warning Message Control

    In configuration, the duplicate invoice message has been defined as an error instead of a warning.  This affects all invoice entry dialog transactions.  Is there a method  or approach to change only transaction F-63 Park Document so the message is a warning intead of an error?   Thxs.

    Hi
    we have to activate certain setting in MM.
    Step - 1
    SPRO - MM - Logistic Invoice Verification - Incoming Invoice - Set Check for Duplicate Invoices - Activate Check box for reference field.
    Step - 2
    In Vendor Master XK02/FK02 goto Payment Transaction & click on check box - Check double Inv
    Step - 3
    There is also a Std Report for checking the invoices for which same reference feild was given
    S_ALR_87012340
    Hope its useful, give if found useful
    Regards,
    ram

  • Inbound Invoices scenario for Account Payables..

    Hi Experts,
        Right now iam working on a scenario of Inbound Invoices for Accounts payable. Here the invoices will be posted using FB60 transaction and the refund invoices are processed in SAP using the one-time vendor account group.
       Currently the interface is using the fields from the combination of the following tables: BSEG, BSEC, INVFO and ACGL_ITEM.
        Right now iam looking into the standard Invoice Idoc - INVOIC02 but iam unable to find the corresponding fields for the above mentioned tables. Am i checking the right Idoc..? for this scenario - if not just help me out in finding the suitable IDoc for this scenario.
        Please help me in this field mappings.
       Thanks in Advance.

    Hi Seshu,
        Thanks for your response.
        Based on the message type(ACC_DOCUMENT) and Basic Idoc type (ACC_DOCUMENT03).
        I got 2 Function Modules and 2 process codes:
         1. FM: BAPI_IDOC_INPUT1  -->  BAPI  (Process Code)
                         - Inbound BAPI IDoc: Individual processing
         2. FM: BAPI_IDOC_INPUTP -->  BAPP (Process Code)
                         - Inbound BAPI IDoc: Package Processing
        So, among these 2 which one to choose and how to choose.
        Pls. guide me on this too and thanks in advance.

  • Fully Paid invoice is  appearing in "Accounts payable  trial balance"

    Hi all,
    i have proble with AP trial balance report..
    there is one invoice which is fully paid and accounted.
    but still that invoice is appearing in trial balance report.
    invoice amount is 0000000
    rmaing amount is (9856568) note: negatinve amoun..
    any one pls suggest as soon as possible
    thanx

    hi Octopus Rex ,
    rite.
    But i have one doubt tht.i have invoice which is paid.but it is still in "AP_LIABILITY_BALNCE" as you mentined **"The Accounts Payable Trial Balance report uses this information to report on outstanding invoice liability"**.But i have only single line for that paid invoice.
    the table "AP_LIABILITY_BALANCE" sholud have the oustanding amount only rite.why i am getting this paid invoice.
    can u give some point to releated paid invoce that will appear in this table

  • Hard error for non PO duplicate invoice

    Hi,
    In FB60 for a non PO invoice, how can we restrict the duplicate invoice through reference number for different date and amounts. How can I create a hard error when the user posts a duplicate invoice for different amount and date. Right now the hard error is appearing for the reference num, same date and same amount.
    I wanted to create a z function module and tag it to 1110 fucntion module in FIBF Tcode. But can anybody advice if any standard SAP process is available.
    Thanks,
    Vardhan.

    No standard feature.
    You can use the mentioned BTE in FIBF or a validation in GGB0/ OB28
    Regards,
    Gaurav

  • List of invoices paid in accounts payable with corresponding expense GL

    Hi,
    Need to know whether there ia any standard report in SAP ECC 6.0 version where we can get the list of all invoices paid  in a period  in A/Pwith corresponding expense GL Account. IF we need to build report painter report or query  any idea which tables will contain all these information. If any one is having functional specification document it will be of great help.
    Regards,
    Vipin

    Hi,
    - check in Easy Access->Accounting-> Fin Acctng->Accounts Payable-> Vendors:Items or Payment Transactions (like S_P99_41000099 or S_ALR_87012085 etc.,)
    - relevant tables would be BSAK or BSEG
    Rgds.

  • Creation of Invoice for Accounts Payables - RERAIV

    Hi Gurus,
    I would like to create invoices (or in this case credit memos) to accounts payables with transaction RERAIV.
    Is this possible. Can I influance this via an enhancment?
    thx in advance,
    br, Christian

    Hi,
    yes the contract type is 0-External Contract.
    I have now analysed the programm in detail. I seems that it will be not possible to create invoices to vendors without a modifikation.
    In the class "CL_RECN_CONTRACT" there is a check with method IS_DEBIT, which forbits the creation.
    WIth some modifcations it is no possible to create invoices to vendors from planed positions, not from posted.
    I will inform you about my solution.
    br, christian

  • Creating a Vendor and Accounts Payable  Invoice

    Hello Everyone,
    At the moment we are using transaction FK01 or XK01 to create a Vendor on the SAP system. We want the process of "Creating a Vendor" and "Creating Accounts Payable Invoice" to be available on Portal which allows us to automate some part of our business process.
    Could anyone suggest me a proper approach for this requirements. I would appreciate your help. It is a bit urg*nt.
    Regards,
    PG.

    I would check in SE37 to see if there is any other BAPIs. Alternatively you could debug the transaction in R/3 to see which function modules it uses. It's possible that there is no BAPI, but there is a non RFC function module for creating a vendor. In that case, you can create a "wrapper" for it, ie your own function module that is rfc enabled and that simpley forwards the call internally to the function module that creates the vendor.
    I would also search the ABAP forums to find out if there are any function modules that provide this operation. If you don't find any threads you can try posting a question. It's best to post questions concerning BAPIs and function modules in the ABAP forums (or related forums).
    Failing all this or if none of the above fits your requirements, you could create your own BAPI to perform this operation. But 9/10 there is a standard function module to perform most operations. Don't worry if it's not rfc enabled like a BAPI, just create a wrapper around it.
    Cheers,
    Dion

  • Accounts Payable Workflow Parking Invoices

    Dear Viewers,
    I am having the requirement for Accounts payable workflow Parking. My requirements are as follows:
    1. Parking the Invoice by User 1.
    2. Verified by the User 2. If the he should have option to change or Reject or Approve. As per the standard workflow only changes or not allowed if the person is having the amount release authorization.
    3. Approval for Posting by the User 3. Once, he approves document should be posted.
    Could anyone please give some input to get some idea on this?
    Thanks in advance.
    Thanks
    Aswin

    Hi ,
    In standard SAP you can set up to 3 levels of authorization using the workflow WS10000051 and sub worflow WS10000053 for 2 levels of apporvals .
    Navingate as follows - SPRO - Financial acounting new - accounts receivable and payable - business transactions - incoming invoices / credit memo - make and check settings for document parking .
    Under this node you will find the relevant settings for the workflow .
    Regards ,
    Dewang T

  • Accounts Payable API Invoice Creation API

    Hello All,
    Is there any API available in R12 for creating Accounts Payable(AP) Invoices.
    Thanx in Advance.
    Regards,
    Deepak Arora
    +91-96500-28672

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    Regard
    Helios

  • Account Payable Invoice Creation

    Hi All,
    I just want to know the Account Payable Invoice creation screen.
    How many data hit by invoice screen for master table
    AP_INVOICE_ALL
    specially invoice_date and gl_date column.
    Please help.
    Regards

    Hi,
    Did you check the settings in VKOA. Check Sales Org/ Order Reason. Check whether GL Accounts assigned is correct or not. Also check the settings in Account key
    Regards,
    Jigar

  • Open account payable invoice migration

    Hi All,
    We have a scenario where we have to migrate open account payable invoice from legacy system to sap system .Please share relevant knowledge if anyone has worked on the same scenario.
    Thanks in advance.
    regards,
    Twinkle

    Hi Twinkle,
    Y cant u  use LSMW (Direct input method/Recording method).Tcode f-43.
    if u want to use Direct input method ,
    Analyze these below details if it is suitable for ur requirement or not
    Object:--0060
    Method:-0000
    Programe name:-RM06BI0( Batch Input for Purchasing Info)/ u want to more details and what are the fields the data is updating, better to see in se38.
    if u want to use Recording method, u can
    Because y am suggesting means because iam flexible to LSMW.
    Onemore thing if u have to do more coding before uploading i suggest u to go for BDC or BAPI.
    Reward points if helpful.
    Thanks
    Naveen khan
    Message was edited by:
            Pattan Naveen

  • Duplicate invoice posting due to archived accounting documents

    Hi,
    Duplicate invoice posting is allowing against the below two Invoice reference nou2019s
    In transaction MIRO.
    00082 and 00072.
    After investigation I have found that these invoice reference nou2019s are used in 2002 for accounting documents 3300130419 and 3300135574 and these two documents are archived, and found that these accounting entries are missing in the table BKPF and existing in the table BSIP.
    We donu2019t want to allow the system to post duplicate invoices (For Example: against 00082 and 00072 Invoice reference Nos.)
    Could you please look into this

    Hi Jurgan!
    Thanks for the reply,
    We are using ECC6,
    Support pack : SAPKH60013
    Settings for Duplicate Invoice Check In Vendor Master is correct
    Customization setting OMRDC transaction, tick mark for invoice reference no. only
    If all the cited characteristics match, the system displays a
    customizable message. M8462 (if logistics invoice documents are found) or M8108 (if accounting documents are found).
    I have ensured that message M8108 (if accounting documents are found) is maintained as an error message in OMRM.
    Still system is allowing duplicate invoices for the reference nos. 00082 and 00072.
    For other reference Nos. which are previously used for other documents, system issues error message successfully.
    I dont want to delete archived accounting doc. and if I maintaind BKPF entris of this archived doc manually it will create probelm in FI.
    is this happen due to life span of secondory index of archived accounting doc. is completed ?.
    Please Help
    Many Thanks
    Vikas

  • Require BAPI for creating outgoing Invoice (Accounts Payable).

    Hi Friends,
       As per our requirement, we need to create an outgoing Invoice (ie., Accounts payable). Is there any BAPI available to create outgoing invoice?
    Thanks in advance,
    Sai.

    BAPI_ACC_DOCUMENT_POST try with this.
    see for sample code in this thread : What is exact BAPI for FB01 transaction......
    Reward points if useful
    Madhavi

  • AP Invoice Aging Report by GL Date (using: Accounts Payable Trial Balance)

    Hi
    Need some suggestions:
    I need to develop a custom report in (R12).
    Account Payable Trial Balance Report, does have the capability to run as of a particular date but it does not show aging buckets. This custom report is to be developed to meet the requirements from a Payables detail perspective as well as to reconcile.
    The report should show the balance due as of the report date selected. If As of Date = 5/31/11, then when the report is run on 6/15/11, it gives the results as it existed on 5/31/11. If we run it again on 8/31/11 for As of Date = 5/31/11, and again on 1/13/12, we get the EXACT SAME results each and every time except for the following fields: Current Status, Date Paid and Payment Reference Number.
    The end result should be this report ties to the penny to Oracle GL as of the date selected EXCEPT for any JEs posted to the account.
    Thanks
    Pravin

    Hi Pravin,
    For all transactions in Oracle, you will have GL dates (Accounting Dates) associated to it. If you use this date in your query to filter data, then you will get correct aging data as on a given date.
    To tally with GL, you also must check if the selected transaction has been accounted?
    Raajkumar G

Maybe you are looking for

  • Driver not valid for HP Pavilion dv6t

    Need to update my Intel HD Graphic driver. Tried HP and Intel and both are stating that the driver being installed is not validated for this computer. Please obtain the appropriate driver from the computer manufacture. Set up will exit. Can anyone he

  • Date format(UTC Time Stamp in Short Form (YYYYMMDDhhmmss)

    Hello Everybody,                         I am facing a problem regarding creating an update program. The program will pick up data from a DB table through the RFC: RFC_READ_TABLE and then it will modify the custom DB table present in the system from

  • 15" Apple Studio Display

    I have a 15" Studio Display connected to a powermac g5 w/ nvidia fx5200; everytime i decrese the brightness level of the display i hear a odd electric buzz/hum from within the display itself, it goes away if i keep on the highest/max Brightness level

  • Application Crash: BEX AcroRd32.exe

    Dear Ladies and Genlemen, Situation is: XenDesktop 5.5, Windows7 Clients, Adobe Reader Update to 10.1.3 and still very often Adobe Reader crashes after opening an pdf file, after/during printing or after closing the application. any ideas, what can I

  • Flickering images in my final dvd

    Hi, recently used compressor and then dvdsp to get a final sd dvd. *all was recorded in sd. when I played back the final video in a home dvd player (LG dvd player connected to a sony trinitron tv) the video image in some parts seems to have flickerin