Creating multiple invoices

Hi,
I would like to create multiple invoices for a sales order which has multiple line items, for eg:
if the sales order is havig 10 items, i want the system to create 10invoices,
and this is for a Order related billing.
I have an idea of doing this by writing routine with a piece of code at the item level in the OR to F2 copy controls, and guess it should work.
If you have any better solution for this or any oss notes , request you to share with me.
Thanks,
SR

Dear Syed
If <b>you would like to implement at Sales Org level</b>, no need to writing routine and all.  Just follow the IMG Path - SD -> Billing -> Billing Docs -> Country specific features.
Here you can see an option "<i>Maintain maximum Number of Billing Items</i>" where you can enter so that for that particular sales organization, irrespective of your sale order line items, there will be an invoice split item wise.
Alternatively, in <b>VTFL</b> copy control, select the respective item category and tick the blue lens on top.  Now pick the tab "<b>Data VBRK/VBRP</b>" and <b>assign 351</b>.
I think your requirement can be met with either of the above.
Thanks
G. Lakshmipathi

Similar Messages

  • One order with multiple lines in OM is creating multiple invoices

    Application: Oracle 11i (11.5.3)
    Modules implemented: GL, OM, AR, AP, PO and CM
    Business Requirement:
    Our client would like to create Order consisting of multiple lines in Order Management.
    The Orders created in OM with multiple lines could be booked, picked, released and transferred
    over to Accounts Receivable. On transferring over the Orders from Order Management to Accounts
    Receivables using Auto Invoice process the Order should create ONE invoice with multiple lines.
    Moreover, for the multiple lines created on an invoice deferred revenue could be applied.
    ( eg. An order is placed for software and support. The support is to be invoiced all at once but revenue deferred to 1/12
    recognized each month as revenue is earned.)
    Right now we are getting two invoices. It is putting the deferred revenue item on a seperate invoice. Is this normal
    functionality? How can I get both on one invoice.
    thanks

    Hello Monique,
    Well you can have one invoice generated for an order with multiple lines. This is possible by changing some rules in Account Receivables. Use the grouping rules under setups->autoinvoice in AR. You can club your invoices based on any of the columns of ra_interface_lines_all. Hope this works for you.
    Arvind

  • Creating Multiple Invoice, First details repeat on every invoice

    Im creating a addon were in a select statement will create a multiple invoice with 2 details each ,The correct number of records were save, but we notice looping this into several invoice the first details of every invoice are the same, the second details for every invoice are ok
    pls see codes
    -- start  of  loop -
    vProcess = oMatrix.Columns.Item("Include").Cells.Item(nLnDtls).Specific.checked
    If vProcess = True Then
    Dim sDateAsOf As String
    Dim nProcAmt As Integer
    oCompany.StartTransaction()
    oInvoice.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Service
    oInvoice.CardCode = oMatrix.Columns.Item("CardCode").Cells.Item(nLnDtls).Specific.value()
    oInvoice.Comments = " Data Interface = " & oMatrix.Columns.Item("LineId").Cells.Item(nLnDtls).Specific.value().ToString & " of " & oMatrix.Columns.Item("Terms").Cells.Item(nLnDtls).Specific.value().ToString
    oInvoice.NumAtCard = oMatrix.Columns.Item("AcctNo").Cells.Item(nLnDtls).Specific.value()
    oInvoice.DocDate = Date.Now.ToShortDateString
    oInvoice.TaxDate = oMatrix.Columns.Item("DueDate").Cells.Item(nLnDtls).Specific.value()
    oInvoice.DocDueDate = oMatrix.Columns.Item("DueDate").Cells.Item(nLnDtls).Specific.value()
    '-- Invoice Details for Monthly Amortization--
    sDateAsOf = oMatrix.Columns.Item("DueDate").Cells.Item(nLnDtls).Specific.value().ToString
    nProcAmt = oMatrix.Columns.Item("PrinDue").Cells.Item(nLnDtls).Specific.value()
    oInvoice.Lines.ItemDescription = "Remaining balance as of: " & sDateAsOf
    oInvoice.Lines.AccountCode = "4101010"
    oInvoice.Lines.LineTotal = nProcAmt
    oInvoice.Lines.BaseLine = 1
    oInvoice.Lines.SetCurrentLine(1)
    oInvoice.Lines.Add()
    prevPrinDue = prinDue + nProcAmt
    prinDue = nProcAmt
    Deferred Interest oInvoice.Lines.ItemDescription = "Deferred Interest Income For : " & oMatrix.Columns.Item("DueDate").Cells.Item(nLnDtls).Specific.value()
    oInvoice.Lines.AccountCode = "2102030"
    oInvoice.Lines.LineTotal = oMatrix.Columns.Item("IntrDue").Cells.Item(nLnDtls).Specific.value()
    oInvoice.Lines.BaseLine = 2
    If oInvoice.Add 0 Then
    MsgBox("Error " + oCompany.GetLastErrorDescription())
    Else
    'Update flag
    oRsSave = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
    strSave = "UPDATE @CPI_LOA1 SET U_flag=1 WHERE @CPI_LOA1.LineId = "
    strSave = strSave & oMatrix.Columns.Item("LineId").Cells.Item(nLnDtls).Specific.value() & " AND @CPI_LOA1.DocEntry = " & oMatrix.Columns.Item("DocEntry").Cells.Item(nLnDtls).Specific.value()
    oRsSave.DoQuery(strSave)
    End If
    oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)
    End If
    nLnDtls = nLnDtls + 1
    Case Else
    nLnDtls = nLnDtls + 1
    End Select
    --- end loop
    I hope some could help me to solve this problem
    Thanks
    Loren

    Hi Loren,
    Try this,
    oInvoice.Lines.ItemDescription = "Remaining balance as of: " & sDateAsOf
    oInvoice.Lines.AccountCode = "4101010"
    oInvoice.Lines.LineTotal = nProcAmt
    oInvoice.Lines.BaseLine = 1
    'oInvoice.Lines.SetCurrentLine(1)  <------- remove this line
    oInvoice.Lines.Add()
    Regards
    Edy

  • Multiple Invoice Batches

    How do I create multiple invoice batches with
    a single submission of Payables open interface import.

    Hi Chris,
    standard functionality of oracle does not allow you to do that ....
    You either validate Invoice batches one by one .... or you execute the Invoice Validation program for all Invoice Batches ....
    However i can suggest an workaround if your are not making use of the Pay Group feature ...
    Pay group is a value that we configure in advance and assign it to the Invoices or the Invoice Batches ....you can see this value as one of the parameter in the Invoice Validation program .....
    This is how the workaround works ...
    1) You create a dummy value for a Paygroup ..
    2) You assign this dummy value to the Invoice Batches that you want to validate ...
    3) Run the Invoice Validation program leaving the Invoice batch name parameter value blank and select the dummy value in the Paygroup field .....
    4) Verify the results ....
    Regards,
    Ivruksha

  • Multiple Invoice Creation

    Hi All,
    I want to create Multiple Invoice Creation through BAPI or FM. For this invoice PO is the Reference.
    As per requirement i have multiple PO in container, at one shot i want to create invoice realted PO as the reference.
    Thanks
    Amit

    hi,
    I am trying in another way - creating one proforma invoice for multiple deliveries. and with that proforma invoice trying to create excise invoice.
    But i am facing problem in creating proforma with multiple deliveries because of DIFFERENT NUMBER RANGE IN HEADER (delivery)AT FOREIGN TRADE --- UNDER ORGANIZATION --- NUMBER OF FOREIGN TRADE DATA - ( which is internally assigned by the system)
    If i can get where this number is assign my problem is solved
    K.S.Rao

  • One order-multiple invoices

    Single order-how can we create multiple invoices based on items.
    order contains 5 items.
    invoice it appears 5 items(this is a order related billing process).
    how can i first make an invoice of first two items and later with 3 items.
    can this facility is there in sap standard.
    Thanks in advance

    Hi Sameer,
    There must be reason for splitting of billing document.
    If that reason is pertainig to different payer, billing date, or terms of payment then your invoice will be splitted automatically.
    You just process your orders through transaction VF06.
    Reward points if it helps.
    Regards
    Karan

  • Deliery with multiple invoice

    Dear sap gurus,
    1.how to create multiple invoice for a single delivery.
    2. end user point of view what is the difference between sap 4.6c and ecc version:
    AWAITING FOR YOUR REPLY.
    venkat

    Hi
    In item category the billing relevence should be set to K in VOV7
    After completing the delivery when you di VF01 the delivery no will automatically appear
    Dont enter or execute instead choose selection list in the application tool bar
    In that you can see the delivery items and quantities in the editable mode
    There you can select the items and quantities both
    If a delivery doc has 3 items and if you want to bill only 2 items you can do that
    Suppose the delivery qty is 100 and you want to create that as 3 bills say 50 and 30 and 20 you can do that
    Thus you can make multiple invoices
    But item category setting is must
    Regards
    Raja

  • How to create an invoice from multiple sales doc.

    Hi,
    how to create an invoice from multiple sales doc.
    thanx,
    sourav

    hello, friend.
    assuming that your settings in VTFA and VTFL allow, you can create 1 invoice for many sales orders or deliveries by using VF04.  choose all documents that apply and click "collective billing document". 
    you can also click on "simulation" if you want to test if the combination is possible and the system will give you a split analysis if this is not possible.
    regards.

  • How to create sales return with multiple invoices

    Hi ,
    I am creating a sales order return with reference of billing document using FM SD_SALESDOCUMENT_CREATE, if i give one Billing document as a reference document it is creating document perfectly.
    But my Requirement is to create one Return sales order with multiple invoices.
    I tried to pass reference document no's in Item level , but it take first reference document number only , for that reference document only return is creating.
    Can you any one help me how to create this.
    Thanks in advance
    Swapna.

    Hello Venkat,
    As I know it is not possible to create a single return order for multiple invoices in the background.
    It is possible in the foreground by following the below steps.
    1) Goto VA01 --> enter the Sales order type and Sales area.
    2) Press F8 or click on create with reference, provide the first invoice.
    3) Now the main screen would appear, displaying line items from Invoice1.
    4) Without going back, again goto path, Sales document -> Create with reference
    5) Enter second invoice2. and the items from invoice2 will also appear in the Sales order line item.
    ------ Enter as many number of invoices by repeating the above step--------------------
    6) Press save, so one sales order is created for multiple invoices.
    Regards,
    Thanga

  • How to create multiple accouting documents for one invoice for diff curr

    Hi experts/gurus,
    I have a requirement where we need to create two two different accounting documents for one invoice. The scenario is this:
    1) We are exporting goods to oversea customer, as such the currency is bill in USD
    2) We also have transportation charges using another condition type, we need to capture this charges/accrual in local currency which is MYR.
    Currently, the system will automatically convert the transporation charges to USD when we create the invoice and the accounting document will be generated in USD for both sales and transport charges.
    is there a way to fullfil the above requirement, any setting in condition type or any user exists we can used to create hte accounting documents.
    Any ideas/input is highly appreciated, points will be awarded

    Hi Wan,
       The following user exits are available in report SAPLV60B for transfer to accounting (function group V60B): So please go through these.
    ·EXIT_SAPLV60B_001: Change the header data in the structure acchd
    You can use this exit to influence the header information of the accounting document. For example, you can change the business transaction, "created on" date and time, the name of the person who created it or the transaction with which the document was created.
    ·EXIT_SAPLV60B_002: Change the customer line ACCIT
    You can use this exit to change the customer line in the accounting document. This exit is processed once the ACCIT structure is filled in with data from document header VBRK.
    ·EXIT_SAPLV60B_003: Change the customer line in costing
    The customer line is filled in differently for costing. You can use exit 003 to influence the ACCIT structure.
    ·EXIT_SAPLV60B_004: Change a GL account item ACCIT You can add information to a GL account item (such as quantity specifications) with this exit.
    ·EXIT_SAPLV60B_005: User exit for accruals
    Once all relevant data for accruals was entered in the GL account item, you can add to this data with this exit.
    ·EXIT_SAPLV60B_006: Change the control line ACCIT
    You can use exit 006 to add information to the control line.
    ·EXIT_SAPLV60B_007: Change the installment plan
    You can use exit 007 to add information to the installment plan
    parameters in the GL account item.
    ·EXIT_SAPLV60B_008: Change the transfer structure ACCCR, ACCIT and ACCHD
    After the accounting document is filled in with data, you can use exit 008 to change the document once again.
    ·EXIT_SAPLV60B_010: Item table for customer lines
    You can use exit 10 to influence the contents of customer lines before they are created.
    ·EXIT_SAPLV60B_0011: Change the parameter for cash account determination or reconciliation account determination
    You can use this exit to change inbound parameters in order to influence account determination.
    I hope any one of these will solve your problem
    Thanks,
    Murali.

  • Generate Multiple Invoices in One PDF

    Hi,
    I have requirement whereby I need to generate multiple invoices in one PDF file. I am using Oracle BI Publisher with Oracle APEX 4.0.2
    If there is only one invoice that needs to be generated in one PDF file then I already have the solution whereby I print the APEX page item session state values on Invoice Header and get the invoice line items from a SQL Query in my RTF template.
    However how to the do the same when multiple invoice needs to be generated in one single PDF file ?
    Any pointers will highly appreciated.
    Thanks & Regards,
    Ashish

    asagarwal wrote:
    However how to the do the same when multiple invoice needs to be generated in one single PDF file ?It should be pretty straight forward.
    Once you've got the query returning multiple rows, then just add a repeating group to your report (if an existing report, just select the section of the document that will repeat -> add-ins menu -> insert repeating group...; or right click selection -> BI Publisher -> Create group...), wherein the column values exist. You can even specify a page break at the end.
    By the way, this question is probably more suited for the {forum:id=245} forum.
    Ta,
    Trent

  • Single Credit Note for Multiple Invoices

    Hi,
    For multiple invoice of a specific customer only one credit note to be issued.
    Pls guide.
    Regards
    Vijay.

    Create credit memo request with reference to first invoice (the pop-up screen will take only one).
    Once all the items are copied to the credit memo request use menu path Sales document -> create with Reference , enter the second reference invoice. This will copy all the line items in the second invoice.
    Repeat the second step to copy all the invoices of the customer to the credit memo request.
    Do invoicing to generate a single credit memo. The credit memo request may split at the time of invoicing (some times) but you can prevent it.

  • Single Supplimentary Invoice for Multiple Invoices

    Hi
    We are having Standardmanufacturing sales Process
    Ex: We did the sales of 1000 quantity of  goods over the period of time for Price  100 Rs/ and we had created invoices also in the system .After 3 months with the customer on mutual undersating we have decided to hike the price  110 Rs on excisting sales, Now i want to create Single Supplimentary invoice for multiple Invoices for the hiked amount 10,000 Rs( 1000 *10=10,000) along with Excise duties.
    Please help me out to map this senario in sap
    Thanks
    Mujubur
    09967919351
    Edited by: mujubur shaik on Nov 9, 2009 8:06 AM

    Dear Mujubur,
    It is generic feature of a business that price is changed for various reasons. So excise accounting is adjusted corresponding it.
    What you do, please create a debit memo request which is a sale order type document by VA01 with reference of all commercial inovices against which you want to create the single supplementory invoice. Then create a debit memo which is a bimming document by VF01 with reference of that debit memo reuest and do the release to accounting.
        Then part A/C will be debited and all other corresponding accounts with Excise provision A/C will be creadited. Now create a billing type as proforma invoice (Bill category U) in configuration and mainatin the copy control from debit memo document type.
    It is better to do the configuration first. Then create the proforma invoice with reference of that debit memo. It will be like a image document of the debit memo. Then create excise invoice by J1IIN with refernce of that proforma invoice with different number series if you want tom maintain. Then excise account will take place -  Ex provision Dr ,  ED payable Cr. That Excise document is  your desired supplementory excise invoice. It will also come in the scope of excise utilisation in J2IUN. The proforma invoice is to be created other wise excise document with transaction type DLFC will not vecreated as it creates only from proforma inovice , not from any other type of billing document.
        Don't go for Excise JV. Apparemntly it is seemed that will be easier but your accounting will be wrong and there will be no track of data which will lead a problem for long run.
    Please do it.  If more help required then inform. I have implemedted the same process.
    Hope this will serve your purpose.
    Regards
    Indranil

  • Return order on the basis of multiple invoice

    Greetings to All
    The scenario is that the return order is to be created with reference to multiple invoice. When i am doing the same by taking the reference twice, i.e I goto Sales Document tab and click Create with Reference twice and in the second time i give different document no. which copies the line item of the 2nd invoice document. But the reference document remains the first invoice in the return process. Is it possible to do the return order with reference to multiple invoice and the reference document getting reflected in the return process.
    Regards
    Parul

    I think you need to look for the reference at the item level. I guess you are currently looking at it at the header level. I am not sure if i am right.Please check if this works.
    Regards,
    Mani

  • Multiple invoices for single qty in PO

    Hi
    We have created the purchase order for 1 qty and cost is : 500000 Rs . The Account Assignment category is F ( Order ) of the purchase order. Becuase we are settling the total cost from order to AUC.
    Unfortunally we have received the multiple invoices from vendor of amount : 240000 aganist the same PO. Now we want to do the single MIGO for 240000 Rs and then we can do the multiple ( Number 1 to 4 in below ) MIRO for same amount . Finally we can settle the amount 240000 to AUC in this month.
    We have tried with percentage opition in MIGO but it is not working for us becuase our system is allowing upto 3 number of digists for decimal of percentage.
    Eample : PO  details :   qty - 1 & cost - 500000
    *Reived Invoice from vendor :  Number 1 - 60000*
                                                    Number 2 -  70000
                                                    Number 3 -  80000
                                                    Number 4 -  30000
    Please note : yet to not received the invoice amount : 260000 Rs for same PO
    Please let me know the process to complete the above requirement.
    Thanks
    Risha

    Hi,
    while doing MIRO we have to give proportionate quantity for the given invoice value..
    Quantities to be updated for four Invoice are as follows:
    Invoice Value : 60000     70000     80000     30000
    Quantity:          0.12     0.14     0.16     0.06
    Thanks and Regards,
    Padmaja

Maybe you are looking for

  • Does PSE 8 run on MacOS 10.9 Mavericks?

    MY CURRENT HARDWARE: Apple iMac (late-2012 slimline model), 2.9 GHz Core i5, 8 GB RAM, 1 TB Hard drive, external DVD drive MY CURRENT SOFTWARE: MacOS 10.8 Mountain Lion iPhoto 2011 Adobe Photoshop Elements 8 (with Bridge CS4) We have an aging white M

  • NoClassDefFoundError during ES4 deployment

    I am installing ES4 on WebLogic/Linux. Everything goes smooth until about 75% of the way through component deployment I get this: [ALC-LCM-030-200]: Failed to deploy component /opt/adobe/adobe_livecycle_es4/deploy/adobe-processdata-storageprovider-ds

  • After Effects CS4 project issues from English to French

    Hi All, So to give a quick summary of what our issue is, when a french AE designer (Using French AE) opened the project we had created in the UK (on English AE) he was getting errors mentioning that the xyz position preset was unavailable.  After spe

  • HT2311 Os update

    How I can update operating system as there is no update software tab in settings thanx

  • Who is in charge of ORA-00600 errors?

    Dear Sirs: I am experiencing an elusive ORA-00600 error when running the following query: SELECT SEUF.CDESCR, GIUD.COGNOM, max(UDIE.DATUDI), FASC.NUMPRO, GIUD.NUMGIU FROM SEUF, GIUD, UDIE, FASC, STATO_FASE_CORRENTE WHERE ( FASC.NUMGIU=GIUD.NUMGIU(+)