Cancellation of Incoming Payments

Hi,
Need help on how to capture System Message Event (Yes or No)  when cancelling an Incoming Payment because I need to create Journal Entries after the cancellation.
Thanks

Hi Christian,
is the cancelation initiated by user ? and after they click yes, you want to create the journal entry ?
if so, you can check this link : Re: after system message?
Basically, the formtype for system message is 0, but you only need to set some flag so that you catch the correct system message.
Best Regards
Edy

Similar Messages

  • How to cancel an incoming payment on prevoius date

    Hi All,
                 There is an incoming payment posted on 01/06/2009 Posting date. Now I wanted to cancel this incoming payment as on 30/09/2009 posting date.
    Please give your solution in detail steps.
    Thankyou,
    Sree.

    There are only two options for cancelling a document.
    Original document date / current date
    Since 30/09 is neither of these, it would not be possible.  Unless you want to change your computer's date to 30/9 then restart B1 client.

  • Problem canceling an incoming Payment

    Hello Everybody
    I'm trying to cancel an Incoming Payment using DI API.
    When i do
    oDocIP.GetByKey(iDocIPnumber)
    I have the document (checked that by saving it as an XML File)
    But wen i call the cancel method i have a -2028 Error "No Entry Found"
    The incoming payment's payment mean is a bill of exchange.
    Thanks in advance for your help
    Best Regards

    Hello,
    For me working Fine my code, which i publish here.
    I really do now know what object you are using... oDI.oCompany, but not a problem....
    Maybe please cleanup you SM_OBS_DLL, this somethimes solves the the problem...
    So my code is....
    Private Sub CancelPayment(ByVal sIvoiceID As String)
            Try
                Dim oPay As SAPbobsCOM.Payments = oCompany.GetBusinessObject(BoObjectTypes.oIncomingPayments)
                Dim oRs As SAPbobsCOM.Recordset = oCompany.GetBusinessObject(BoObjectTypes.BoRecordset)
                Dim s As String = String.Format("SELECT T0.DocNum FROM ORCT T0 INNER JOIN RCT2 T1 ON T0.DocNum  = T1.DocNum Where T1.DocEntry = '{0}' and T1.InvType=13", sIvoiceID)
                oRs.DoQuery(s)
                Do While Not oRs.EoF
                    oPay = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
                    If oPay.GetByKey(oRs.Fields.Item(0).Value.ToString()) Then
                        If oPay.Cancel <> 0 Then
                            MsgBox(String.Format("{0}-{1}", oCompany.GetLastErrorCode, oCompany.GetLastErrorDescription))
                        End If
                    Else
                        MsgBox("Payment not found")
                    End If
                    oRs.MoveNext()
                Loop
            Catch ex As Exception
                MsgBox(ex.Message)
            Finally
                GC.Collect()
            End Try
        End Sub
    Take care:
    When you pay an invoice partially, example using 2 payments, each payments should be cancelled -> Put the payment object inside the loop, otherwise
    you will have some problems with the garbage of DI API. Maybe this causes the problem....
    Tested on B1 2007 PL49 and SP1PL05
    Regards
    J.

  • Error when trying to cancel an incoming payment using a Credit Card

    I have searched and tried several things but I cannot seem to cancel an incoming payment when the credit card tab was used. I have tried to cancel before deposits, after the deposit (cancelling the deposit and then trying to cancel the inc. payment) but I still get the error. I have yet to see any post that will give a good process on how to fix this error.
    I did change the general settings for the credit voucher from automatic to manual in hopes that this will help future postings but I need the prior ones corrected that were made with the credit voucher option set to automatic. 

    Hi Joanne
    I was searching in fórums and I found:
    Cannot cancel Incoming Payment. One of the credit vouchers were cashed.
    Re: How to avoid "Unable to cancel payment. Credit voucher already cashed" err
    Cancel Incoming Payment (if Pay by credit card)
    Problem Reversing a Credit Card Payment
    Perhaps the easiest solution is changing the server date and making the operations to cancel the incoming payment.
    Kind regards
    Agustín Marcos Cividanes

  • Error During Cancelling an incoming payment

    Hi All! kindly find below the error we got during cancelling an in coming payment.
    "Reconciliation date must be on or after the last posting date for transactions error 3821"
    Kindly help with it to help us cancelling the doc.
    Thks
    R@j..

    Hi
    According to SAP reverse date must be later than posting date. Try reversing your incoming payment with later date.
    For eg if ur posting date is 30/12/2009 put your reverse date as 31/12/2009.
    Symptom
    When you have a payment created in a previous period, you are not able to cancel it in current period.
    If you cancel the payment in current period directly, you will get an error message as Date out of permissible range and the cancel opreration will fail.
    If you switch back to the period in which the payment is created, and cancel the payment, you will be prompted with two options which are posting date (current system date) and create date (the date the payment was created). What ever option you choose, the journal entry of the cancel operation will be posted at the create date of the payment.
    By no means can you create the journal entry in current system date.
    Other terms
    Payment, Cancel, Posting period, Posting date, Create date
    Reason and Prerequisites
    Applicaiton error
    Solution
    This issue will be fixed in a patch. See the info.txt file on SAP Service Marketplace to verify when the fix was included.
    Currently you can apply the following walkaround:
    1) Set system default posting period to previous period in which the payment is created.
    2) Cancel outgoing payment in previous period and JE created in previous period.
    3) Mannually Cancel the JE created in 2) in previous period
    4) Set system default posting period to current period
    5) Mannually create same JE in current period.
    Hope this solves your problem

  • Cancelling Incoming Payment Failed

    Hi Experts,
    I know this has been asked before but based on what I have searched, none can solve my problem. If there is already an existing thread, kindly link me to it.
    Anyway, my problem is that, I am trying to cancel an incoming payment. I am on SAP Business One 2005A. It's August now and I am trying to cancel the payment which was done on 30.07.2009. Now, the period is set as such:
    Period Indicator: Default
    Posting Date: From 01.07.2009 To 31.07.2009
    Due Date: From 01.07.2009 To 30.06.2010
    Doc Date: From  01.07.2009 To 30.06.2010
    Active: Yes
    Locked: No
    Now, when I cancel the incoming payment, Business One automatically asks if I want the reverse journal to be created based on Posting Date or Creation Date. I need it to be based on Posting Date.
    The Incoming Payment has the following dates:
    Posting Date: 30.07.2009
    Doc Date: 30.07.2009
    Due Date: 30.07.2009
    I need the reverse journal to be created on the same date (30.07.2009). I have set as current period the above mentioned period but when i tried cancelling the incoming payment, I get the following error message Date deviates from permissible range [Journal Entry - Posting Date] [Message 173-11]
    Am I missing something here? What am I doing wrong? Your help is very much appreciated.
    Edited by: Alvin Chong on Aug 18, 2009 3:58 AM

    Suraj,
    I have checked and thank you very much. I have discovered why I cannot add the reverse journal. It was a silly mistake on my behalf. I was supposed to use the "Creation Date" which i mistook for "posting date". I got confused.
    Creation Date = Date payment was created (which is what i needed)
    Posting date = system current date (what I thought was creation date)
    I have been choosing "Posting Date" all these while and setting the creation date as current period. Silly me.
    Anyway, thanks a lot you guys! problem solved.

  • Cannot cancel Incoming Payment. One of the credit vouchers were cashed.

    Dear Experts,
    While canceling an incoming payment, I hit the below error message:
    "Cannot cancel. One of the credit vouchers were cashed."
    Please note that the deposits for this payment is cancelled.
    Please help advice!
    Warmest Regards,
    Chinho

    Hi!
    This problem is because of, the Due Date Mentioned in your payment is less than your System Date.
    To cancel this payment, do the following. (Do all this in SAP Server)
    1. As we need to change System Date ask all users to logg out from SAP.
    2. Ensure no user is booking any documents.
    3. Close SAP Appliaction and Change the system date previous or same date in the Due Date of that Document
    4. Select appropriate posting period, unlock posting period
    5. Open the Payment screen and select your document.
    6. Cancel the Document, choose document date as the cancel date.
    7. Close SAP again and change the system date to current date

  • Incoming Payment cannot be Canceled.

    My client is running SAP B1 version 8.8 PL 2. My client created an incoming Payment that was less than the balance due on the invoice and forgot to change the Total Payment field to reflect the actual amount paid.  I canceled the Deposit, but when I tried to cancel the Incoming Payment, I got the error message " Transaction associated with System Reconciliations which cannot be automatically canceled [Message 3821-14].  No External Reconciliations have been performed.  Since this appears to be an Internal Reconciliation issue, how can I fix this problem?

    Hi,
    The most possible reason for such error message when trying to cancel the Payment is that the same is associated to another payment.
    Try to cancel the other associated payment in the Copy of the database in the Test Enviorment and see if it works.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Cancel incoming payment

    please i entered the incoming payment through the transaction code F-28 after saving i guess that i made a mistake regarding the bank account ,it is for another company, i want to cancel the incoming payment
    many thanks in advance

    Dear,
    Go to tcode FBRA and give the clearing number generated at the time of payment receipt.
    and select reset and reverse option

  • Cancel or Delete a Bank Transfer Incoming Payment.

    Please advise how I can cancel a ( bank transfer)  incoming payment. Our client has entered two  incoming payments which are both bank transfers. One needs to be canceled. Thank you for your help in advance.

    Darpal,
    Bring up the Incoming Payment
    Right Click
    Choose "Cancel"
    This will cancel the incoming payment.

  • Cancel part of Incoming Payment

    Hi,
    An Incoming Payment was processed for postdated cheques received (ex. 6 cheques). Two of the cheques were deposited. The customer now cancels the rest of their order and the remaining cheques are returned.
    Q:  How can the 4 remaining cheques be reversed in SAP?
    I can't cancel the Incoming Payment because some of the cheques have been deposited. Don't want to cancel the Deposits for those cheques as there are about 120 other cheques included in the deposit...
    Using SBO 2007A PL35.
    Thank you,
    Heather

    Heather,
    There are a couple of things.  Since you have added the posted dated checks through the Incoming Payments,  the total amount of all the checks would have credited to the Customer account.
    You would also need to adjust the excess credit on the customer account for the balance of the checks which have been returned.
    If you have posted your checks to a Clearning Account then you could process a deposit using a date past the last check date and instead of the Bank Account chose the Clearing Account.  Now the Clearing Account gets a debit and a credit.
    Using a JE Debit the Customer to the amount of the Returned checks and for the Credit select the Clearning account
    Now do an internal reconciliation of the Clearing account
    Suda

  • Error while posting Incoming payment Cancellation entry in Current date

    Hi Experts
    Scenario
    Incoming payenet created on 31-05-2009
    Cancellation to be done on current date - 02-06-2009
    Current period selected as 010609 to 300609 in general settings
    When Incoming payment is cancelled - The system shows message ' The selected period is locked, Posting will be created in Current period', Continue - ?
    When YES is clicked - 'Date deviates from permissible range - (Journal Entry - posting date) Msg - (173-11)
    Document Numbering Journal entry is for Current period. (All the Journal entries are getting posted in current date, hence Document numbering is correct for Journal entry)
    PLEASE NOTE - The cancellation entry is needed to be passed on system date (02-06-2009) and NOT original document date of incoming payment (31-05-2009)

    Hi Sundaraja
    In 2007 B this issue does not arise, working FINE
    In 2005 B, there is option to set period as Current which I have done. and Active 'YES' & Locked 'NO'. Infact I have done this for all the periods of yr 2009-10.
    Still getting the error.
    Regards,
    Sid

  • How to cancel incoming payment

    dare all ,
                when create incoming payment by credit card and it deposited then who to cancel incoming payment for open the A/R Invoice to create A/R credit Memo document.
              I have cancel deposit document and when canceled incoming payment then (can not  cancel . one of the credit voucher was cashed ) this error occurred.
    Please give me the solution .
    thanks
    Arabinda
    Edited by: Dreamlite International Pvt. Ltd on Feb 12, 2011 10:55 AM

    Hi,
    I had been going through this issue. All you can do for a deposited credit card payment is,
    Create a similar payement  with a negative amount and deposit it.
    Regards,
    Rakesh N

  • Cancel Incoming Payment (if Pay by credit card)

    Hi..
    I want to ask,
    how to Cancel Incoming Payment (if pay by credit card), and incoming payment created one month ago..
    If i create new incoming payment, and i cancel, it works..
    But if i find old incoming payment, i cant cancel it
    the error sounds: "one of the credits voucher was cashed".
    any idea to solve this problem?
    Thankyou for your help
    regards

    Hi Dony,
    Issue is described in SAP Note 542274. I assume that mentioned credit voucher is overdue, and the settings in Administrations - System Initialization - General Settings - Sales tab, Submit Credit Vouchers is  "Automatically". It means, that credit voucher is already deposited, you can check it in Banking - Deposits - Deposit - Cheques/Credit Card/Cash tab(It depends on the payment means of incoming payment).         
    It is not possible to cancel deposited credit vouchers, you must to     
    create a similar Incoming Payment with negative amounts and deposit it. 
    Regards,
    Paul

  • Reallocating Incoming Payments without cancelling deposit

    There does need to be a method whereby incoming payments can be allocated to different invoices without having to go back and cancel the deposit.
    If Credit vouchers are submitted automatically, the incoming payment is unable to be cancelled at all, making a simple task very complicated.
    Sometimes deposits include many cheques which also makes the process difficult.
    Users who are authorised to allocate payments / process incoming payments are not usually authorised to deposit funds, or to cancel deposits.
    It is frequent that a payment can't be exactly matched at the time of receipt, and the remittance advice arrives at a later time

    There is no provision for this requirement other than Journal Entry.

Maybe you are looking for

  • Error in generating data source from planning area

    Hi experts! I have an error while making data source from planning area: after the screen when i fill in the data source name (Window name: Generate export data source) i have the SYNTAX_ERROR Message: Syntax error in program /sapapo/cl_im_extract_ex

  • Database Adapter ResultSet in BPEL Processing

    Hi I have an issue regarding processing a result set in BPEL. My DBAdpater returns a number of rows from a given stored procedure call and it is not that obvious, from the documentation, on how to process the results set one at a time, for example in

  • Zif/fpc 30 pin connector & 2.0 pitch SMD connector 4 pin

    Hello... I'm working on a project which would incorporate a few connectors which I haven't found in the database; 2.0 pitch connector 4 pin (shown as 6 pin in the pdf, but it should really be 4 pins) http://www.buy-display.com/download/connector/ER-C

  • Can I convert my PDF file to Jpegs?

    I want to convert my PDF file to Jpeg is that possible using my online subscription? Thank Ruby

  • Where to store the spfile in a rac?

    What is the best location to store an spfile in a RAC 11g r2 database?