AP Invoice not in Outgoing Payment

Hi experts,
I have an issue where I am trying to create an outgoing payment for a certain business partner.  This supplier has 5 pending invoices but only 3 are appearing in the outgoing payment.
Do you have any idea why this might be please?
Thanks,

Hi
Please Check follwoing things;
1.The Status of the AP Invoices "Status = Open"
2.BP Master> AccountingTab> Payemnt Consolidation field having any valie or empty.
3.AP INvoice --> Accounting Tab --> Chekc the Journal Entry and BP whether the posting is done in the same BP as you are selecting for the payment.
I hope this will work out,

Similar Messages

  • A/R Invoice - Create two outgoing payments

    Hi,
    We have issue here regading A/R Invoice Payment.
    The A/R Invoice is $100, the payment is $200 with Interact card (Direct account payment) with $100 cash return.
    The present does not work in B1; but will be developed in future release.
    The present can be solved according to Peter Dominik, B1 Solution Management as follow:
    Create two outgoing payments:
    - payment to vendor (payment for his bill)
    - payment on account reposting balance from Bank Account to some
    PettyCash account (cash
    withdrawal from bank account)
    Now I need to source code for the present solution; because all SDK is 1 A/R Invoice and 1 Payment. Now we have to do 2 outgoing payments. We need your help for this solution.
    Please find the code for one transaction below; we need 2 payment transactions.
    Thank you,
    Rune
    oPayments = (SAPbobsCOM.Payments)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments);
    oPayments.Invoices.DiscountPercent = 0;
    oPayments.Invoices.DocEntry = vmp_DocEntry_Int32;
    oPayments.Invoices.DocLine = 0;
    oPayments.Invoices.InvoiceType = SAPbobsCOM.BoRcptInvTypes.it_Invoice;//13;
    oPayments.Invoices.SumApplied = vmp_Amount_double;
    oPayments.Invoices.Add();
    oPayments.CardCode = vmp_CardCode_string;
    oPayments.DocDate = DateTime.Now;
    oPayments.JournalRemarks = "Incoming - Payment Bank Transfer";
    oPayments.TaxDate = DateTime.Now;
    oPayments.TransferAccount = vmp_BankAccount_string;// "_SYS00000000343";
    oPayments.TransferDate = DateTime.Now;
    oPayments.TransferReference = vmp_CardCode_string;
    oPayments.TransferSum = vmp_Amount_double;
    vc_Message_Result_Int32 = oPayments.Add();
    if (vc_Message_Result_Int32 != 0)

    hi Vitor,
    I need a code sample for Peter's suggestion using the code I provided:
    Create two outgoing payments:
    - payment to vendor (payment for his bill)
    - payment on account reposting balance from Bank Account to some
    PettyCash account (cash
    withdrawal from bank account)
    Thank you,
    Rune

  • INVOICE NOT BLOCKED FOR PAYMENT QM CONTROL

    Dear All,
    I have a scenario where I don't want to process the payment if Quality lot is not cleared or rejected. I understand this can be done by using control key 0007 and ticking the QM in procurment in QM view of Material master. I have done this and did the MIGO.
    Now with out clearing inspection lot I did the MIRO, when I posted the MIRO I got the message saying Doc no:.......is posted (Blocked for Payment) But when I display this MIRO document in payment tab pmnt block field is in invoice verification status.
    When I list the Blocked for payment documents in MRBR t-code it shows this document.
    Also I is allowing me to process the payment for this MIRO document.
    I do not understand where to make the setting to stop payment.
    Please let me know if you do not understand the scenario
    Looking for your inputs
    Thanks
    Dhanu

    have you activated the control Key SPRO>QM>QM in logistic >QM in procurement >define control keys.
    in your scenrio, it seems it is not defined.
    other wise when you posted the invoice, the status would be "the payment of the invoice is blocked with blocking reason I (I = Inspection)"
    please check the RSEG-SPGRC when you post the invoice. It should be X
    and not the reason which you mentioned, subject to invoice verification
    Also assuming that you have QM module in place.
    This is what I can make out from the issue which you have mentioned

  • Outgoing payment vs invoice due date

    Dear Forum,
    Our management wants to get historical due date outgoing payment compare to invoice due date. So we know if out finance paid accordingly based on the invoice due date. 
    The fields ;
    Invoice Number     
    Invoice Date     
    Invoice Value     
    Invoice Due date     
    Outgoing Payment Number     
    Outgoing Payment Date     
    Type of Payment ( check / cash /bank transfer)     
    Due Date Check/Cash/Bank Transfer
    Out Going Value
    If any experts can help me to get the query? thanks

    Hai!
    Run this Query in SAP Query Manager.
    Declare @FromDate datetime
    Declare @Todate datetime
    set @FromDate = (select min(S0.DocDate) from OPCH S0 where S0.DocDate >= '[%0]')
    set @ToDate = (select max(S1.DocDate) from OPCH S1 where S1.DocDate <= '[%1]')
    Select
    P0.DocNum as 'Invoice Number',
    P0.DocDate as 'Invoice Date ',
    P0.DocTotal as 'Invoice Value ',
    P0.DocDueDate as 'Outgoing Payment Number',
    V0.DocNum as 'Outgoing Payment Date ',
    V0.DocDate,
    (case
    when V0.CashSum > 0 then 'Cash'
    when V0.CheckSum > 0 then 'Check'
    when V0.TrsfrSum > 0 then 'Bank transfer'
    end) as 'Payment Type',
    V0.DocDueDate as 'Due Date Check/Cash/Bank Transfer',
    V0.DocTotal as 'Out Going Value'
    From OPCH P0, OVPM V0, VPM2 V2
    Where
    V0.Docentry=V2.DocNum and
    V2.Docentry = P0.Docentry and
    P0.DocDate >= @FromDate and
    P0.DocDate <= @ToDate
    Regards,
    Thanga Raj.K

  • Printing the invoice date in the outgoing payment.

    Hi Experts,
    Please help me with this scenario.
    I need to print the invoice date and the item description and also the due date of the invoice in an outgoing payment in PLD.
    I think this can be done through wring a query in UDF through the formatted search.
    Could anyone help me with an alternate solution or a step by step procedure for writing the query.
    Your help is highly appreciated.
    Thanks,
    Hari Dharen

    Hi,
    Are you really wanting to have invoice date, item description and invoice due date or it is also including payment date and payment means ?
    Here is the query:
    SELECT distinct T1.[DocDate], T2.[Dscription],
    T1.[DocDueDate] FROM VPM2 T0  INNER
    JOIN OPCH T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN PCH1 T2 ON
    T1.DocEntry = T2.DocEntry
    Let me know if you need to know other field.
    Rgds,

  • Is there any way to cancel only 1 transaction in an Outgoing Payment?

    Dear Experts,
    If I have an Outgoing Payment that was already posted, and it consists of 100 invoices. Lets say one day I realized 1 of the invoice was posted wrongly, and I wish to cancel that invoice (with credit memo) and also from the Outgoing Payment. Is there any other efficient way where I can cancel only that invoice in the Outgoing Payment, without canceling the Whole Outgoing Payment?
    Because, canceling the Whole Outgoing Payment will mean that I need to re-add the 99 invoices again in a new Outgoing Payment, which is very troublesome. Is there a way to do this? Or is there any efficient workaround this procedures.
    Much Thanks in Advance for your advice.
    Warmest Regards,
    Chinho

    Chinho,
    You may post your request to the following forum, so that it will be a candidate to be developed in future version:
    /community [original link is broken]
    Thanks,
    Gordon

  • Outgoing Payments Error

    In SAP2005, after inputting the vendor code and all related invoices in Banking > Outgoing Payments > outgoing payments, I encountered the following error:
    'Number of documents in payment is greater than maximum allowed - Message 3524-45'.
    Where do I increase the number of documents in the settings to make it work? Thanks.

    Hi flyboy10,
    please check the document settings of the outgoing payment under Administration -> System Initialisation -> Document Settings -> Per Document -> Outgoing Payment.
    There you can define the maximum number of documents in a payment.
    All the best,
    Kerstin

  • Outgoing Payments not populating any invoices for a vendor

    It seems I have an issue with Outgoing Payments after the turn of the fiscal year.
    I have vendors that have invoices due this month and when I enter their vendor code in Outgoing payments, none of the invoices appear. Here are the things I verified:
    All invoices have NO payment block checked - this is good
    All posting periods have the correct dates for all periods - including doc dates and due dates
    No periods are closed, I tried both closing period and unlocked as options
    Payment methods are correct including banking info
    The fiscal year is properly set in GL determination
    I have upgraded to 8.81 p09 to see if this was a patch issue
    Payment wizard does not even pull these vendors, though it does pull some and those all are due dates of earlier than Dec 2011
    I have tried changing the due dates to be Nov 2011on the invoice, but it still will not show the vendors in outgoing payments
    Nothing shows in the payment wizard for Non-incl. transactions
    Authorizations are correct and I am signing on using a manager log on w pro license
    This issue was not present until Jan 2012, all invoices were entered in Dec 2011
    Are there any other areas I am missing to look? Is there something in the tables that would flag these invoices to not show?
    Any idea what I can do?? HELP!!
    Edited by: Joanne Pencola on Jan 20, 2012 1:54 PM

    Hi,
    Check the detect query in the Note No. : 1041101.
    Also, check whether you detect any of the reported invoices in  the following detect query :
    SELECT t2.cardcode,T2.docNum, T1.docentry, T1.status, T2.docstatus,T1.reserved ,T2.reserve FROM
    pch6 T1 inner join opch T2 on T2.docentry = T1.docentry Where T1.reserved = 'Y' and T2.docstatus = 'O'
    and T1.reserved !=T2.reserve
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • TDS Enteries  does not display AP Invoice in  Outgoing Payments

    Hi All,
    I am Using SAP 2007 B PL 08.
    I am Using TDS Addon Ver. 4.8
    I have Create the one Vendor . In this Vendor I have Select the WTax Codes Allowed is  Contractor
    Now i have create Service AP Invoice.
    Journal Entry is
    Vendor  is Credit - 98
    TDS Payable Contractor is Credit - 2
    Security Charges is Debit - 100
    Now i have Create the OutGoing Payments.that time i have select the Type is Account.
    We take account is TDS Payable Contractor Account after i Click on Select TDS Entries button
    So  TDS Entries Windows Open. but dose not display the AP invoice.
    My Issue is TDS Enteries  does not display AP Invoice in  Outgoing Payments
    So Please any one can know the Solution?????
    Dixit Patel
    Edited by: Dixit Patel on Nov 28, 2008 1:14 PM

    hi Dixit Patel,
    You can contact Harish or Sushanth of Citixsys at the following email Id:
    harish.kumar(at)citixsys.com
    sushant.mohanthy(at)citixsys.com or
    if required contact Harish Kumar (Citixsys) on 01142696666
    Regards,
    Abhishek

  • Invoices posted for future dates could not shown in Outgoing Payment table

    Hi, Experts,
    We posted an A/P invoice for the future date (next month), and then we'd like to pay it under Banking -> Outgoing Payment -> Outgoing Payment the current date. But when we selected the vendor account, we could not find the invoice listed in the table.
    Would this be anyway to show all the invoices posted with a future post date in the outgoing payment table?
    Thanks!
    Lorrie

    Hi,
    As it seems to be the current behavior of the system, the best option could be Payment on Account.
    You can create a Payment on Account for payment on currenct date and when the AP Invoice is added you can Link the same to the Invoice afterwards.
    Look out for other options if provided here by the experts.
    Regards,
    Jitin

  • Not able to add outgoing payment for vendor

    Hi to all Experts,
    I am facing problem i.e I am not able to add outgoing payment for Vendor. I have tried to multipul time using different users also. I have booked purchase first and then tried to make payment to the vendor.Docdate is 14th Jul 08, and docdue date is 18th Aug. 08.
    I have made two entries for outgoing payment using G/L A/c. option before trying to do this entry successfully.
    Can any body plz help me to resolve this issue.
    Warm Regards,
    Chintesh Soni

    Hello Chintesh,
    The scenario seems to be similar to the one described in Note 1027043.
    Here is the text from the Note:
    "You are trying to add the an Outgoing Payment for an A/P Invoice or A/P Credit Memo using Checks as Payment Means. However, after pressing the 'Add' button, the payment is not added and the system does not send an error message."
    This issue occurs when the Vendor Ref. No. field in the A/P invoice or the A/P credit memo has more than 39 characters.
    It is an application error that is fixed in PL26, 2005B (Note 1073858). Kindly upgrade to the latest patch. If not possible at the moment, you can use the workaround provided in the Note.
    I hope this helps.
    Regards,
    Lorna Real

  • AP Invoice Payment Block in Outgoing Payments

    Hi all
    Does anyone know if there is a way for the Payment Block check box on an AP Invoice > Accounting tab to be taken into consideration when processing a manual Outgoing Payments?
    I know it works via the Payment Wizard but It seems odd that you can mark an AP Invoice as blocked but yet you are still allowed to pay it through the Banking > Outgoing Payments option.
    Am I perhaps missing something?
    Many thanks
    Hayden
    Re: AP Invoices on Hold

    Hi
    Payment block was enhanced in the release of  2007A FP01 PL09.
    If set payment block in BP master or in Invoice, when add manual payment ,system will give out warning message and asked user the selected BP or transaction are blocked for payment, whether to continue or not.
    Regards,
    Yan

  • Outgoing Payment Local Currancy not Display

    Hello Experts,
    I am Using  SAP 2007 B PL 15
    My Local Currency is INR and MY System Currency is USD
    I Have Creating the A/P Invoice in Local Currency (INR)
    But when Doing the Outgoing Payment that Time My Invoice Amount (Total Payment ) Column Display in USD Currency
    I wants to Display Invoice Amount in Local Currency not USD Currency in Outgoing Payment Documents
    SO Please Help Me.
    Dixit Patel

    Hello Dixit Patel,
    Please close your duplicate posts.
    Thanks,
    Gordon

  • Outgoing Payment not allowed with witholding Tax 8.8

    I am getting error "No Matching Record Found - PCH4 ODBC-2028" while making outgoing payment
    in SBO 8.8
    W.Tax applied on A/P invoice and showing correctly but error is coming while making payment against
    this invoice.
    What's wrong.
    OPS

    Hi Sanju,
    I have tried both way:
    (1) First  I created service Invoice and applying witholding tax... It calcualted TDS correctly.
          When I try to make payment against this Invoice, Outstand Amt showing correctly.
          But it does not allow me to add outgoing payment and giving error "matching record not
          found PCH4-ODBC-2028"
    (2) I created service Invoice and not applying WTax. Even it is not allowing to make payment
          as same error is coming.
    In gen practice, we have to deduct, TDS of all contractors. let me know some clue. I did setup
    exactly as per guideline of How-To documents of SAP.
    Any clue by any one
    OPS

  • Part Paid Invoice Missing From Payment Wizard / Outgoing Payments

    Hi,
    Having a bit of an issue with a purchase invoice on SAP B1. In brief:
    The invoice was posted fine, then they paid 3 invoices but the total was short. The user allocated payment manually using outgoing payments to the 3 invoices, but partially paid the 3rd. This left an outstanding balance of 4,500 EUR
    The user ran a payment wizard this morning and the invoice was picked up, along with any recent invoices for supplier, and showed the outstanding balance. The payment wizard was saved, not executed.
    Upon review, the payment run was canceled so it could be re run with specific suppliers / invoices selected. However, the part paid invoice is now not showing on the payment run. Likewise, if you try to manually allocated payment for the supplier, it does not give the option to pay anything on the invoice, just all other open documents.
    The invoice is still open, and the amount due on the BP balance is the amount o/s not the full amount which is correct.
    I have tried recreating the issue on a test system of our own and a backup of their database and cannot get the same problem.
    Any ideas would be of great help becuase I have searched the service portal and forums and can;t find anyone with a similair problem and running out of ideas myself.
    Thank you in advance
    Martin

    Hi Martin,
    Sometimes when cancelling payment and reconciliations there are values in the tables opch and pch6 that are not reset correctly and then appearing as fully paid.
    Check if the Invoice is returned from this query:
    select 'AP Invoice' as 'Document Type', docentry, docnum, cardcode, t0.transid, doctotal, paidtodate, balduedeb - balduecred as 'JDT1 Balance Due'
    from opch t0 inner join jdt1 t1 on t0.transid = t1.transid
    where doctotal - paidtodate = 0 and balduedeb - balduecred != 0
    and shortname != account
    Let us know how this works out. The query only checks opch you can check the paidtodate field in pch6 as well.
    Jesper

Maybe you are looking for

  • How to solve the dump eror

    hi      when i execute this report it execute perfectly. o/p is come perfect. But when i double click by mistake on this o/p it  give me the dump error . i don't know why this is happen. i am not been able to solve this problem. can anyone solve this

  • Display adapter causing bsod

    hellloo I am currently trying to fix my bsod issue with my evny dv6 64bit running windows 8 (16gb RAM, intel i7 8 cores), which has been happening since the first month I got it, for many different reasons. Updating drivers and such has fixed a lot,

  • Detemining MAC addresses on WS-C2950G switches

    On my old WS-C3500XL switches (running IOS ver 12.0(5)WC5(fc1), I could input the following IOS command and figure out the MAC address of hosts that are connected to any switch port interface (int fa0/1 in the example below): 3500xl# show mac int fa0

  • Is there a way to hide buddy icon/picture in messages? [In the left section that lists all chats]

    Is there a way to hide buddy avatars/pictures from Messages?  I don't mean in a the chat window, but in the left section that lists all active conversations.  I don't really use pictures with contacts, so all I see are gray faces. Using Messages 8.0

  • System start up failure

    Hoping a tech Whiz can solve my Xmas blues. Mac boots up but about 1min into boot up the system powers off. I have tried all of the reset and restart options in the manual to no avail. I have used the utility disk but it returns an error after 30secs