Vendor Waives Charge after we added AP Invoice

Hi all,
Our vendor waived the AP invoice charge after we added the AP invoice.
How do we reflect the waived charge in SAP and process the $0 payment to close the AP invoice?
Thanks,
Jane

Hi Jane,
the message indicates that in your localisation the discount applies to the net value of the document only. Hence the only way to nullify & have the tax in order is to create a service type credit memo for the net amount & the appropriate tax rate. Please check with the accountant what account to use in the CM. You then manually reconcile the 2 documents.
All the best,
Kerstin

Similar Messages

  • Unknown charge after CC added...

    G'day ladies and gentlemen
    A few days ago I added a prepaid credit card to my Itunes Account. Yesterday I looked for the overview of this card and noticed that the same day I added the cc a for me not understandable charge was removed. It tells:
    ITUNESCOMBILL ITUNESCOM LUX     -> 1,98 €
    Except Amazon and Apple no other company got my cc information. Do I have to worry about this issue?
    Regards
    Matthias

    Each time that you add or change your credit card details a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - it should disappear off your account within a few days or so.
    Store holding charge : http://support.apple.com/kb/HT3702

  • Get Invoice Number after adding the invoice

    Hi,
       I am adding a service invoice to SBO using the DI api. I am able to create the Invoice successfully. Immedietly after I execute the Invoice.Add line, I would like to get the Docentry that was assigned to the invoice. What is the bst way to do this? Appreciate any help you can give me.\
    See code I am using:
    private void CreateSAPServiceInvoice()
                   SAPbobsCOM.Documents oServiceInvoice;//ChargeBack Invoice.
                   SAPbobsCOM.Documents oPaymentInvoice; //Orig: Invoice
                   SAPbobsCOM.Payments_CreditCards pCC;
                   oServiceInvoice = (SAPbobsCOM.Documents) frmMain.oCompany.GetBusinessObject(
                        SAPbobsCOM.BoObjectTypes.oInvoices);
                   oPaymentInvoice = (SAPbobsCOM.Documents) frmMain.oCompany.GetBusinessObject(
                        SAPbobsCOM.BoObjectTypes.oInvoices);
                   oServiceInvoice.DocType=SAPbobsCOM.BoDocumentTypes.dDocument_Service;
                   oServiceInvoice.CardCode = pmt.CardCode;
                   int x = pmt.Invoices.Count;
                   //Get CC Payment Info
                   pCC = pmt.CreditCards;
                   for (int i=0;i<pCC.Count;i++)
                        pCC.SetCurrentLine(i);
                        this.CBAccountInfo= modcb.cbaccts.Find(pCC.CreditCard);
                        if (this.CBAccountInfo != null)
                             //Service lines
                             oServiceInvoice.Lines.ItemDescription = this.pCBAcct.AccountName;
                             oServiceInvoice.Lines.AccountCode = pCC.CreditAcct;
                             oServiceInvoice.Lines.Price = pCC.CreditSum;
                             oServiceInvoice.Lines.TaxCode="0";
                             oServiceInvoice.Lines.Add();
                   //Add the invoice only if any lines have been added to the
                   //Service Invoice.
                   if (oServiceInvoice.Lines.Count > 0)
                        //Add the invoice
                        int j = oServiceInvoice.Add();
                        if  (j!=0)//If there is an error
                             int ix; string m;
                             frmMain.oCompany.GetLastError(out ix,out m);
                             throw new Exception(ix + ":" + m);          
                        else
                             j =oServiceInvoice.DocNum;

    I think this thread might have some useful information for you.
    After Save Document: How to get DocNum, LineNum

  • Payment to one vendor and charge TDS for other no.of vendors against same invoice

    Is it possible to book invoice and payment to one vendor and charge TDS for other 3-4 vendors against same invoice.
    Is there any config require and any such process exist?

    Hi,
    Please go through the following process and see whether it suffice your requirement
    1. Create Vendor Invoice.
    2. Go to transaction code F-53
    Click on
    Click on
    Click on
    Click on Document - Simulate
    If entry is found O.K. Click on
    Hope, this solves your issue else revert.
    Regards,
    Tejas

  • Freight Charges after Final Invoice(MIRO)

    Hi SAP Gurus,
    We have received one freight invoice after accounting of final invoice.
    How can we pay this freight amount to the vendor via same PO which has been fully invoiced.
    Thanks & Regards.
    Anil Thakur

    Probably frieght condition type might be greyed out.
    So you can do subsequent debit for same p.o to value of freight. Then pay freight vendor(F-53 or F-58) using invoice.
    or
    Invoice without purchase order,add g/l account tab(In MM--> LIV) in MIRO,enter freight g/l account,amount you want to pay.
    Post invoice,pay freight vendor
    or
    Post it using g/l account in FB60.

  • Money was deducted from my account after i added my visa card number to my account

    I was planning on buying an app from iTunes, but before doing so, I decided to add my Visa card number to my account so buying applications from iTunes would be easier in the future. Right after I added my card number to my account, I receive a message saying that money was deducted from my account, and there was no explanation why. I highly suspect that the company has taken the money out of my card for some reason, since I haven't used this card for a few months and the application I was trying to buy is really important for my upcoming project!
    I initially had $2.02 to buy the application, which was more than enough, but suddenly $1.09 was deducted from my card and now I only have $0.93, which isn't even enough to buy the application!
    Please help me!!!!!!

    Each time that you add or change your card details a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - your card issuer should remove within a few days or so.
    Store holding charge : http://support.apple.com/en-us/HT3702
    How much was theappthat you trying tobuy ? The store holding charge is usually $1, or the amount f the item (plus tax) of what you are trying to buy

  • MM: MIR7: How to display vendor master data "bank code" in the invoice doc.

    Hi all,
    I would like to display the bank code of the vendor in the header screen of the invoice. At the moment only the name of the bank is visible. Is there a possibility in the customizing to modify the screen of transaction code MIR7? I do not want to make a modification to the SAP Standard.
    Many thanks in advance.
    Regards,
    Max

    Hi,
    You can use custom validation program (Z*) by copying standard validation (RGGBR000) program.
    Modify the validation program to check table vendor master data.
    After that, you need to assign this  custom validation program to GBLR application area in GCX2.
    Thanks

  • Delayed Payment charges and Arrears in the Invoice output

    Hi,
    can we show Delayed Payment charges and Arrears in the Invoice output in case of SD invoice. From where can i take those. suggest.

    Hi,
    Please check whether the SMARTFORM/SAP SCRIPT  was created in the DE login langage, if so then you have to maintain the Language conversion using SE63 transaction
    Goto SE63 and in that transaction you have option to convert the TEXT to different langage.
    Use transaction SE63 (translations). From the menu select:
    Translation - Logntexts - Sapscript - Forms
    From this point on you can translate both the descriptions and the
    window texts. This transaction also checks if you don't forget to
    translate a part of the script.
    Hope it is clear
    cheers,
    santosh

  • Error on Adding AR Invoice

    Hi Experts,
    We have error on adding AR invoice (AR), Delivery (AR), Goods Receipt PO (AP), AP Invoice (AP). Please help on this error..
    below is the error message:
    [microsoft] [SQL Native Client] [SQL Server] Conversion failed when converting the nvarchar value '65002 0' to data type int. (CINF)
    Thanks,
    John

    Hi Jon,
    What Rahul meant was, if you have certain user defined fields or tables in SAP B1, these user defined fields can have some data or queries. This data or data returned by queries may have some strange characters in them. So he asked you to disable all your FMS fields and then test to ensure the error.
    I found one more link, they have similar problems as yours due to Store Procedures they had and migrated from 2007A to 8.8. Could this be your situation? Please read through this link - [Microsoft][SQL Native Client][SQL Server]Conversion failed when converting and note the SAP B1 notes.

  • IPod not recognized (for sync OR charging) after OS 4 upgrade

    I upgraded to OS4 on Saturday July 10th with no problems. On Sunday (July 11) I used my iPod quite a bit. I was at a friend's house and the battery was getting low so he charged it through his computer. It charged completely and we continued using it the rest of the day. I plugged it in to my PC to charge it Sunday night and it was not recognized at all (for charging OR for syncing) through any of the USB hubs. I asked my friend the method he used to charge it that day and he confirmed it was via computer. Monday night I tried charging it through a friend's iMac. It charged halfway, though it still wasn't recognized. Tuesday morning I tried to charge it on the same computer and I got the "too much power drawn from the USB hub - HUB deactivated" message on ANY of the HUBs. It still doesn't work on my own home computer (though it HAD been working Friday night and Saturday morning pre-OS4 installation).
    I'm personally running Ubuntu 10.04 but obviously only was able to charge the iPod on that system. Anytime I want to sync or download music I restart to Windows Vista (and iTunes).
    I do also have apps installed, but nothing new from the previous OS - (I know that blaming third party apps is a common cop-out answer for apple techs).
    I hope this wasn't too confusing. My real problem is simply described by my subject line: iPod not recognized (for sync OR charging) after OS 4 upgrade. What follows is simply everything I've done to troubleshoot. The only thing I haven't tried is restore...because my iPod isn't even recognized by iTunes.
    I would greatly appreciate any help or stories related stories/situations. Strength (and hopefully solutions) in numbers!
    Best,
    Dan

    Assuming you haven't got the cords mixed up with another, older iPod, it sounds like you have a couple of problems:
    1. Your computer's USB ports have quit working. Reboot your computer and see if they reactivate.
    2. Your friend's iMac generated that message because you tried to charge the device from the low power keyboard USB port. iPods need to be charged off one of the main USB ports or a powered hub.
    3. iPods not being recognized by iTunes can be caused by 1) wrong cable; 2) non-functioning USB ports; 3) iTunes not being the correct version for the iPod OS; and finally 4) Apple Mobile Device Services driver is either stopped, missing, or disabled.
    To troubleshoot a problem with Apple Mobile Device Services, see the Apple support article: http://support.apple.com/kb/TS1567

  • Hello.  I recently pieced together a late 2008 MacBook Pro 15".  Everything works fine except the battery constantly goes between "not charging" and "calculating" or, rarely "charging". It does charge after a long while and will report that it is charged.

    Hello.  I recently pieced together a late 2008 MacBook Pro 15".  Everything works fine except the battery constantly goes between "not charging" and "calculating" or, rarely "charging". It does charge after a long while and will report that it is charged.
    I have reset the NVRAM and the SMC a couple of time but that didn't work so I ran an Apple Hardware Test and while testing the logic board it gives the following error:
    4SNS/1/40000000 LB1T
    I've done some research and found this is a temperature sensor related to the battery, but cannot find where the sensor is located in the computer.  Would you know how I can find the sensor to test it?  Could my battery problem be related to something else?  Would a fresh install of Lion help?
    Thank you!
    Mike
    Two pieces of information that may or may not b helpful, the hard drive is from my early 2008 MBP and the only test disc I have access to is from an iMac.

    Why do you have LION installed on that older machine?
    So you say you built a macbook from a bucket of parts eh?   Kudos
    heres a pic of the battery temp sensor

  • I want to create a query to send auto email to customer while adding AR Invoice

    Hi
    Friends
    I want to create a query to send auto email to customer while adding AR Invoice in SAP Business One 8.82.
    using the following fields & Text like
    email ID from - BP Master
    ' Dear Sir '
    Invoice is generated on the name  ---  BPName
    Quantity                                     ---  22.5 Tones
    Invoice Value                              ---   85,000/-
    date & Time                               ---  12-07-2014 : 16:18
    Thanks & Regards
    XXXXXXXXXX
    Please tell me how to set this in SAP B1.
    Srinivas

    I want to to send email to customer automatically the current invoice details while adding AR Invoice in SAP Business One 8.82.
    using the following fields & Text like
    email ID from - BP Master
    ' Dear Sir '
    Invoice is generated on the name  ---  BPName
    Quantity                                     ---  22.5 Tones
    Invoice Value                              ---   85,000/-
    date & Time                               ---  12-07-2014 : 16:18
    Thanks & Regards
    XXXXXXXXXX
    Please tell me how to write query in stored procedure to send email automatically.
    Srinivas

  • How to get vendor and company code based on logistic invoice document

    how to get vendor and company code based on logistic invoice document in abap/4?

    Hello Kumar
    When you call BAPI_INCOMINGINVOICE_GETDETAIL using
    INVOICENUMBER = <number of invoice>
    FISCALYEAR = <fiscal year>
    the returned HEADERDATA contains what you are looking for:
    HEADERDATA-COMP_CODE
    HEADERDATA-DIFF_INF
    Regards
      Uwe

  • My iPad won't charge after plugging into my computer and after holding down the power and home button at same time for 10 seconds- Can anybody help? Has IOS7.0 but the most up-to-date version

    My iPad won't charge after plugging into my computer and after holding down the power and home button at same time for 10 seconds… Can anybody help? Has IOS7.0 but not the most up-to-date version

    It's just the battery sign - nothing else. I've tried to reboot by holding down both power and home key for 10+ seconds, waiting for the apple logo - but nothing happens. It's plugged into the imac at the moment. I tried to recharge it overnight using the normal charger - but no luck. It went dead during a Skype call with a friend - even though it was powered into the mains - albeit at a low battery level at the time

  • IPhone 6 take longer time to charge after upgrading to ios 8.2

    Did someone have the same problem with me? After updating to ios 8.2, time taken to fully charge the battery seem longer than usual. Usually, it take roughly about an hour to charge from 10% to 100% but now it take nearly 3 hour. I have try to pull out the charging cable when the battery reach 96% and then plug in back after a few second. The battery percentage shows 100% after i plug in the charger. Is there something wrong with the system or the battery?

    I have this problem too. My iphone isn't recognizing ANY charger after  upgrading to 8.2

Maybe you are looking for

  • No proper data in the Report

    Hi Experts, I have created z report for my z cube. I want to develop a report as "Spend by Plant Country". Problem: If i put 0VENDOR in the row area in the query designer and after executing the report if i follow the navigation: In the Analyzer> rig

  • Counting rows in a loop

    Hi, I am trying to learn pl/sql and I need some help, please. I have written a package with a cursor and a loop, which returns a file with some lines. The last step I have to do is to write something that returns the number of lines produced in the f

  • HT4623 my iphone and ipad do not connect with itune

    my devices do not connect with itune store what is the reason?

  • Clearing of documents

    Hi... They are the general ledger documents There r 3 documents which are abt to be cleared We are able to see the 3 documents in FBL3N in that particular account no. When we want to clear from F-03 we are able to see only 2 doc. in stead of 3 doc. R

  • Create a variant in SM30

    Hi All!! Could anyone please let me know how to create a variant in SM30? I want to save some input so that I need not enter it everytime I run the tcode SM30, so how do I do it? Thanks.