SD: Billing : Invoices send to incorrect customers

Hi All,
We are facing a peculiar issue at our client Produciton system while generating (collective - mass) invoices.
Following are the details
System Details
R/3 version - 4.6C
OS - Windows
DB- MSSQL
The following program - RV60SBT1 ( Creating Billing Documents Collectively ) is run daily to generate billing documents for those deliveries PGI'd.
All these invoices use output type - External Send ( Soft copy of Invoice to customer via e-mail, PDF Format ) and processing mode - Send Immediately (While saving the application).
We have used place holder symbols in Text for cover page of communication method to display Customer PO / SAP Invoice number, this information will appear on the subject line of the e-mail.
The output of the invoice displays relevant information while created individually or manually.
But descrepancies occur while performing collective run only.
The following cases occur:-
Issue 1 u2013 The subject line is incorrect, the invoice is correct, the e-mail reaches the correct customer
Issue 2 u2013 The subject line is correct, the invoice is wrong (the invoice no. generated in output is incorrect), the e-mail reaches the wrong customer
Issue 3 u2013 The subject line is incorrect, the invoice is wrong (the invoice no. generated in output is incorrect) , the e-mail reaches the wrong customer
Please provide your suggestions on how to resolve this issue.
Thanks in advance,
Vinod
Edited by: Vinod Mathew Thomas on Oct 8, 2009 1:05 PM
Edited by: Vinod Mathew Thomas on Oct 8, 2009 1:12 PM

Hi Vinod
Even we faced the same problem in our production server.
The solution is technical, when we are sending mails/output is huge numbers through VF06/04, there would be some problem with BUFFER.
So technical team need to write clear buffer code in starting of there print program.
take help of ABAP team.

Similar Messages

  • Export Indicator in the Billing Invoice Header

    How does the Export Indicator field gets populated in the billing invoice doc. (from what specific source)?   I have an invoice where the accounting doc. didnu2019t generate ... it referenced 'foreign trade data incomplete', yet both are for DOMESTIC customers.  In the header for the invoice the Export Indicator was marked w/ an u2018Xu2019.  I'm trying to determine how that field could get populated since the invoice for domestic customer (where would it be pulling from)?

    Siva
    When you create a UDF at the Marketing document header, it creates it for all marketing document both AR and AP.
    You could Open the AR document Press CTRLShiftB and uncheck VISIBLE on the user field.
    The formatted search query would be
    SELECT T0.CARDCODE, T0.CARDNAME FROM [DBO\].[OCRD\] T0 WHERE T0.CARDTYPE = 'C'
    Suda

  • How to pick up installment plan in alternate bill (invoice)

    Hi,
    For a certain rate category (product), we are moving from monthly billing cycle to fortnightly billing cycle.
    Installment plans are already created for customers such that installment is due on 1st day of every month.
    As per contract terms, we can not break down installments further and should be charged only once in a month.
    E.g. installment due dates are 01.04.2011, 01.05.2011....
    Earlier this was charged once in a month, as billing cycle was monthly.
    Now when we move from monthly cycle to fortnightly cycle, installment is being picked up in each fortnight (though due date is not reached).
    E.g.
    For bill period 01.04.2011-15.04.2011, billing/invoicing is done on 15.04.2011, one installment is picked up corresponding to installment due date 01.04.2011. This is okay.
    For bill period 16.04.2011-30.04.2011, billing/invoicing is done on 30.04.2011, again new installment is picked up (which is due on 01.05.2011).
    Here we want to avoid installment being charged in second fortnight which is not yet due. This should be picked up in subsequent cycle.
    Please advise how to handle this, is there any event etc. where we can make some changes?
    Thanks,
    Sachin Joshi
    Edited by: joshisachinr on Apr 19, 2011 1:52 PM

    Sachin:
    Look at event R411 for solution to your issue.  You can adjust line items pulled in for due date synchronization.  You might also reconsider the restriction of the IP line items since the items are no longer requested on same cycle as billing.
    regards,
    bill.

  • How to check if a user fills a header text in billing invoice

    Hi everybody and thanks in advance.
    My consultant wants to oblige all users to fill a header text when they create the billing invoice (vf01).
    I was looking for several user exits when I can manage this requisite.
    My problem is that when the user creates the invoice and push save button, I try to look for in the table STXH if the user created the header text. But I have not found anything, because the invoice has not created yet.
    Only when the billing invoice has saved, the header text is stored in the table STXH.
    I has been trying to find a structure wich contains the header data like xvbrk contains the data about type of invoice, etc.
    I have studied this user exits:
    userexit_number_range (module pool saplv60A, program rv60afzz)
    userexit_account_prep_komkcv (same module)
    userexit_account_prep_kompcv (same module)
    userexit_fill_vbrk_vbrp (same module)
    v60A0001 (Customer functions in the billing document).
    My question is: In which structure is the header text of billing invoice manage before push the save button?
    If I knew where it is, I could manage the data and check if the user filled the header text.
    Thank you very much, and sorry for my pour English.

    David,
    Place this code into USEREXIT_NUMBER_RANGE:
    DATA: CATALOG LIKE TCATALOG OCCURS 0 WITH HEADER LINE,
          MEMORY_ID(30).
    data: c_MEMORY_ID(30) VALUE 'SAPLSTXD'.
    DATA l_head type THEAD.
    DATA wa_head type THEAD.
    data: l_lines type table of TLine.
    data: l_line type TLine.
    DATA l_CATALOG type TCATALOG.
    IMPORT CATALOG FROM MEMORY ID 'SAPLSTXD'.
    loop at catalog into l_catalog.
       if  l_catalog-IS_REFTEXT is initial
       and l_catalog-keep is initial.
         concatenate c_memory_id l_catalog-id into memory_id.
         import thead to l_head
                tline to l_lines
           from memory id memory_id.
         loop at l_lines into l_line.
           message i000(zz) with l_line-TDLINE.
         endloop.
       endif.
    endloop.
    It will expose the text entered into the text ids in a message box (for now).  You will want to replace the MESSAGE statement with your own logic.
    You may also need to change the message numver/class from ZZ - as seen here "message i000(zz) with l_line-TDLINE."  with an appropriate message on your system.
    DON'T forget those points.

  • Self billing invoice with input tax code

    Hello experts,
    we are currently trying to implement a billing procedure with credit memos within the module SD. In this set-up the recipient of a service (company using the SAP) creates a credit memo for the renderer of a service (a debitor in SAP) showing the amount the recipient of the service/product has to pay. The credit memo will also show VAT (we currently only try to implement a process for transaction within Germany, no cross-border transactions yet). For the recipient of the service (= issuer of the credit memo) the credit memo is similar to an incoming invoice (self billing invoice). Hence, the shown VAT on this credit memo - if all other requirements are met - can be treated as deductible input tax.
    In order to automatically process the credit memo correctly as incoming invoice it has to be linked to a tax code (Steuerkennzeichen) with tax type "V" (=input tax) (Vorsteuerkennzeichen). To achieve that we have created a new condition record (Konditionssatz) that performs that task.
    So currently we create a credit memo request (Gutschriftsanforderung) which is linked to an input tax code (Vorsteuerkennzeichen) via mentioned condition record. We then create the billing document. During creating the billing document an accounting document should also be created. But that is where our approach does not work properly. The system creates a billing document (credit memo) but does not create the corresponding accounting document. We receive the error message:
    Document .... saved (no accounting document generated)
    Message no. VF050
    When trying to release the document to FI via Transaction VF02 we receive the following, more detailed error message:
    Only output tax is allowed for account 480000 1000, VZ is not allowed
    Message no. FS215
    This problem has to be somehow linked to the usage of an input tax code. If we perform the same procedure with an output tax code (Ausgangsteuerkennzeichen) we will not receive the error message and an accounting document is created.
    It seems that the account determination is responsible for the described problem: Although an input tax code is assigned, the account key (as shown in the overview to the applied conditions on the items within the credit memo request (Item - Condition - Detail)) does not change from "MWS" to "VST" and therefore an output tax account (Account Number 480000) is determined for the tax amount. And for that output tax account the usage of an input tax code is not allowed.
    Has anyone an idea how to solve the described problem or how to implement the billing procedure another way?
    We are aware that there is such a functionality within the module MM called "Evaluated Receipt Settlement (ERS)" but this is not suitable for our purposes since we want to implement this within SD and without the need to create an order first which seems to be necessary for ERS.
    Thanks for your help,
    Bernd

    Hi
    Please check in FS00, of that G/L account  in control data tab what is the Tax Category that has been maintained.Check wheather input tax/output tax has been maintaind or not
    In FS00 in the control tab check the box Posting without tax allowed
    Regards
    Srinath
    Edited by: sri nath on Sep 30, 2011 4:55 PM

  • Testing in billing, invoice and delivery

    Hi,
    I need some examples or details about testing in billing , invoice and delivery.

    Hi Meenakshi,
    VBRK and VBRP for billing document.
    RSEG and RBKP for invoice.
    KONV and KONP for delivery.
    Thanks,
    ANil

  • Dispute Case creation (credit memo reference to Billing invoice)

    Hey
    We are using SD module to create Billing invoices and Credit Memo's.
    1. Dispute case created for Accounting invoice (Generated from Billing invoice).
    2 Credit memo raised in reference to billing invoice and FI document generated for Credit memo.
    We are in need to add Credit memo to the existing Dispute case in the Billing invoice.
    I have tested this scenario and this is not an standard. Any inputs in this regard is highly appreciated.
    Thanks
    Rajanikanth.

    adding the credit memo is not available as standard.
    Object type BUS2094 is the object type for a sales order - so you could use this - but this will bespoke

  • Exchange rate accounting (FI) in header of billing invoice

    Hello.
    I have got a question about the exchange rate accounting (FI) in the header of the billing invoice.
    Situation:
    When creating the billing document: on item level the exchange rate type B is correctly taken for the date of billing as determined in the customer master data and the copy control.
    BUT what can I do to fix in the header of the billing invoice the exchange rate accounting M from the month of the sells document (usually they issue the sells document one month and the billing document a month later)??
    I tried to put the correct exchange rate accounting in the sells document VBKD-KURRF, but the value is not taken automatically in the header of the billing document.
    Pressing F1 I get the message: Exchange rate for FI postings
    The exchange rate that the system applies when you create an invoice.
    Use
    Your system is configured in such a way that it expects:
    No prefix (leading sign) for direct rates
    No prefix for indirect rates
    Can anyone help please??
    Thank you.
    Regards,
    Maike

    If you are maintaining the exchange rate in sale order in the field VBKD-KURSK (Exch.rate-acct. in header accounting tab) then this rate will be passed on to the billing document header Exchange rate-accntg field.
    Check whether the PricingExchRate type field is maintained as blank in the copy controls from delivery to billing.
    Regards,
    GSL.

  • Error in billing invoices to accounting

    Dear All,
    We are Facing Problem in Releasing Billing invoices to Accounting
    Let me explain a bit
    Surcharge GL Account there in SD/FI Act Determination with SOrg,AAgr,AAgr,Material combination and Defined Act in Chart of Account level.
    while doing billing invoices releasing to Accounting we are getting error GL Act does not exist in Cocode.
    when there is no net value in pricing, there is no error, if Net value is there in pricing then only we are getting the above error
    make me clear that is there any need to assign that surcharge act to SD pricing?
    Thanks in advance.
    Regards
    Madhu

    Was you GL defined at Company Code level , TCODE FS00 and table SKB1 ?

  • Change payment terms in billing invoice

    Hi Gurus,
    I have created a billing invoice and I need change its payment terms. In the transaction vf02 (Billing Invoice Change), the field payment terms is disable and it is impossible to change its value.
    Is it possible to change the payment terms in a billing invoice???
    XeviG.

    Xevi,
    Please note you will NOT be able to change TOP in billing doc..even if you change as indicated above in sale order it will not reflect in current doc,you have to cancel all the subsequent document after the sale order and then change the TOP as you require in sale order and then process.
    Regards
    Anil

  • How to see the billed invoices in VF04 transaction

    Hi,
    All
    I would like to find a way to see the invoice number for collective billing. When we process more than one Delivery at a time,
    The invoice number is generated in background and in order to find it that we have to reference back to the delivery. Is there an  place to see this or
    how to see the billed invoices in VF04 transaction
    Thanks
    rajesh

    Hi
    You may check the table VBRK, give the date of creation of invoice in ERDAT field and execute, it will give all the Invoice created on that date.
    you may also check with ref. to the invoive no. in table VBRP for the Delivery no. in the field VGBEL.
    If require you may create an ABAP Querry for these two tables VBRK and VBRP.
    Hope it will help
    Regards
    AA

  • Posting block for self billed invoices

    Hi ,
    My requirement is once a self billed invoice is generated , it should not be readily available for payment. It should be first treated as blocked for payment. There should be a manual check which when unticked would make the invoice ready to be paid by accounts payable. Can this be done for only few selected self billed  vendors.
    Thanks in advance ,
    Vinayak

    HI VV
    You can block the invoice manualy
    Go to Payment tab in MIRO
    enter the invoice and then on payment tab of the invoice u have the payment block over there
    u can select the option over there and block it
    Cheers
    Chris

  • Billing Invoice post diffferent account configuration

    Dear All,
    I'm new on SAP, i have to configure billing invoice so that when release to accouting it is post to account that depend on valuation class. let say it is material with vluation class A i want it is post to A revenue if MAterial with valuation class B post to B revenue. So that for sales revenue under balance sheet we can see category.
    Now the billing is depending on debtor reconcilation account i'm i right?
    Thanks ina advance
    Moderator: Please, read basic material on SD/FI integration

    Hi
    First of all check with the Controlling team wheather profit center can be assigned to the Z2 condition type only.If it is not possible then you assign a new subroutine to Z2 condition type with the help of ABAP team
    Regards
    Srinath

  • Self-Billing  Invoice( consignment and ERS )

    Hi  to all...
    i am working on sap standard form MR_PRINT and i have to genarate a Self-Billing invoice which are associated with Consignment and ERS ( Evaluated Reciept Settlement ) using this standard form.
    can any one tell me the answers regarding this issues.
    1) Tell me the Path to Modify the standard form?.
    2) How to see the Print Preview of The standard form MR_PRINT ?.
    3) is there any T-code ( or Path ) viewing the Print PREVIEW ?.
    Please Give the answers as soon as possible.
    Thanks and Regards in advance.
    Shaik.

    hi
    enter SE71 transaction code
    enter the form name
    display and click on print preview.

  • Doubt in billing & invoice

    Hi All,
      I am not familiar with SD module. So please clarify my doubt.
      Supoose one Organization have 100 laptop for sale in sales department. From that organization wants take 25 laptops for their own use. For this scinerio how SD will handle PO,Billing & invoice ..Explain me indetaily.
    Thanks,
    Silviya

    Hi,
    make (va01) sales order --(vl01n)delivery --(vf01) billing for 75 units, and for balance 25 pieces transfer to own through movement type 401 (tcode MB1B)
    regards,
    sadanandam kasarla

Maybe you are looking for

  • Shipping a gift to a family member in Germany?

    I am trying to buy an iPad for a family member in Germany but ran into a snag. I cannot enter a German shipping address on US Apple site, and would have to sign an agreement stating that I live in Germany on German Apple site - catch 22!

  • How come my ipod wont sync new songs?

    my ipod touch wont sync new songs but they appare on itunes when its connected but when i disconect it there not there can some one help me?

  • Music Stutter when playing music in itunes

    My music stutters when I scroll or do something in another application when I am playing music in itunes at the same time. They have updated itunes since it started but it didn't fix the problem, in fact I think they made it worse.

  • Dump in program SAPF110O

    Hi, I get a dump BCD_BADDATA after execute transaction F110 in ECC 6.0. The dump is generated when it assigns a packed field with an incorrect BCD format. Following, there is the assignment: ls_xregue_alv-PSWBT = 0 - xregue-PSWBT. Where field xregue

  • Jpg images damaged by lightroom?!

    I run a 2.1 lightroom version on my Mac G4. I am recently shooting in jpg instead of RAW and handling the images with lightroom. But I am experiencing a serious problem: some images, after manipulation, are damaged in different ways: 1) the image is