Create Invoice for multiple deliveries

Hi ,
I want to create Invoice for multiple deliveries thru my prog.
I tried using RV_INVOICE_CREATE but it creates multiple invoices if I enter multiple deliveries.
I tried searching the forum but cud not get any solution for this.

Hi,
U can create single invoice for multiple deliveries if the following conditions are met
1)payment terms are same
2)billing dates are all same
3)and Payer
Go to VF01 and enter all the delivery document numbers and it will create a single invoice.
Or else goto VF04 and search all delivery documents,select it and click on collective billing document button. One single invoice will be created
regards.

Similar Messages

  • Single invoice for multiple deliveries in Export scenario

    Hi All
    I am trying to create a single invoice for multiple deliveries. In case of Local Sales i am able to do it.
    But when it comes to export sales the system is not allowing me to create Single invoice for 2 deliveries . This is a export scenario. Can you suggest... When  i am checking the split invoice log it says split due to header data "Number of foreign trade data i"
    Plz suggest.
    Thanks
    Rishi

    Thanks G. Lakshmipathi
    Resolved
    As per the split analysis, System was checking the number generated for Foreign Trade data at delivery level.
    As told  i have Tried maintaining the Indication at copy control level VTFL "Redetermination of Foreign Trade Data at Billing level".
    This has resolved my Issue.
    Thanks Again
    Rishi

  • One invoice for multiple deliveries

    Hi Gurus,
    Can any one tell how can i create one invoice for multiple deliveries.
    Regards,
    Vinod

    one invoice for multiple delivers we can do in vf04
    we can do in vf04
    reward points if it is help ful
    Thanks
    mubeen
    Edited by: mahammad mubeen on Mar 5, 2008 10:02 AM

  • Single invoice for multiple deliveries STO PO

    Hi All,
    Need to create single invoice from multiple deliveries. These deliveries are created from STO PO  and not from sales order...
    VF04 will not work..
    Please let me know if there is any standard t. code for creation of single invoice out of multiple STO PO deliveries...
    Thanks
    Vishwas

    Hi
    The considerations are equal. The question is check in copy rules (for instance, in VTFL you must check the pair IV-NLCC, instead F2-LF). See note 1561427 - Billing document split and related notes.
    I hope this helps you
    Regards
    Eduardo

  • 1 invoice for multiple deliveries

    Hi Sap Gurus,
    Can anybody please help me how to make one invoice from multiple deliveries in ECC 6
    eg .One sales order from which I have created 2 deliveries and now I want to make 1 invoice from it.
    When I am trying to create 1 invoice from TC VF04 collective Billing Document ,it is making 2 invoices for 2 deliveries.
    Thanks N Regards,
    Siddhartha Chatterjee

    Hi
    KIndly check the  copy control configuration in VTFL
    Header level
    Copying requirements----001
    Det export data -
    Blank
    Allocation Number -
    E
    Reference number----
    Blank
    Copy item number -
    Tick
    Item Level (TAN):
    Copying requirements---- 004
    Data VBRK/VBRP -
    000
    Billing quantity
    B
    Pos./neg. quantity
    +
    Pricing type
    C
    PricingExchRate type------Blank
    Price source -
    Blank
    check the below link
    Re: Single invoice for different PO
    REgards
    Damu

  • Single invoice for multiple deliveries

    hi friends,
    its a case of multiple deliveries in single inoice. split analysis shows split due to defferent header data , number of foreign trade data . As far as I know every delivery is bound to have a unique foreign trade data. How can I combine deliveries into one single invoice.My customer, material , order type , delivery type are all the same.
    Pl. help.
    regards,
    rahul

    Hi,
    In your case ,kindly check the copy control configuration  in VTFL for the field  " Determ.export data     B--Redetermine export data
    once it is maintained and system will combine multiple deliveries into one invoice in your case.
    copy control configuration                                                                               
    Target Bill. Type  FE                   From Delivery Type LF                  
                              Invoice                                    Delive                                                                               
    Copying requirements   003  Header/dlv.-related                                  
    Determ.export data        B     Redetermine the export data                                                      
    Allocation number      E                                                         
    Reference number       A                                                         
    Copy item number      Tick
    If you have any further clarifications let me know
    REgards
    Damu                                                                               
    REgards
    Damu

  • Wrong payer value while creating PRO FORMA invoice for multiple delivery

    Hi experts,
    I am trying to create PRO FORMA Invoice for multiple deliveries thru VF01.
    The problem here is the payer value is copied as the value of payer for the first delivery to all invoices. All other fields are picked up properly.
    Please help me to idenify the problem. Also if I create the invoices thru VF04 the invoices the created with correct payer.
    Thanks in advance.

    Hi Ankur,
    Thanx for the input.
    Right now we have customized routine 909 for header level and std. routine 004 for item level.
    Code for routine 909 is
    FORM BEDINGUNG_PRUEFEN_909.
    SY-SUBRC = 0.
    Fakturasperre
    IF LIKP-FAKSK NE SPACE.
    SELECT SINGLE * FROM TVFSP WHERE FAKSP = LIKP-FAKSK
    AND FKART = TVFK-FKART.
    IF SY-SUBRC = 0.
    PERFORM VBFS_HINZUFUEGEN USING '000000' '014' SPACE SPACE SPACE.
    SY-SUBRC = 4.
    EXIT.
    ENDIF.
    SY-SUBRC = 0.
    ENDIF.
    break-point.
    SELECT * FROM VBFA WHERE VBELV = LIKP-VBELN.
    IF VBFA-VBTYP_N = 'U' .
    PERFORM VBFS_HINZUFUEGEN USING '000000' '148' LIKP-VBELN
    SPACE SPACE.
    SY-SUBRC = 4.
    Insert + Unicode/Upgrade Project
    STOP.
    LEAVE SCREEN.
    Insert - Unicode/Upgrade Project
    ENDIF.
    ENDSELECT.
    ENDFORM.
    can u please check n confirm if the wrong value is coming due to this code?
    Thank in advance.

  • VL06 / LT0S create Transfer Order for Multiple Deliveries

    Dear all,
    My customer is used to create a WM Transfer Order for multiple Deliveries with transaction LT0S. The group that is processed here was created with VL06 / subsequent functions/ Group / Create with WM reference / TO for Multiple Deliveries.
    -Currently I am trying to find a backway processing mode for this. Are Pickwaves a good alternative? Or will they generate TO' s per Delivery?
    -My concern is this: Creating ONE TO is essential to keep the the picking route. With multiple TO's I will lose this. Creation of the group mentioned in the menu path above requires manual input such as giving a name for the group and checking the checkbox TO. for Mult.Del.
    Thank you for your time.
    Sandeep

    Vinod,
    Thanks for taking the time.
    Have been able to have my Pick Waves generated in background jobs. However, not been able to process these Pick Waves in a single TO. Each delivery gets its own TO. So far Pick Waves have not proven to be an alternative to LT0s
    I have not been able to find a setting -like the checkbox in VL06 K Group with WM reference, TO for Multiple Deliveries- that enable me to have ONE TO per Pick Wave.
    Any suggestions?
    Thanks,
    Sandeep and Dave

  • One billing document for multiple deliveries which are for different PO

    Hi All,
    I have a scenario where i need to create one billing document for multiple deliveries.
    Payer is same
    Ship-to is same
    PGI date different
    Sales area is one
    PO different
    In standard SAP it will create seperate billing document for different PO
    Please advice if there is a different copy routine which will combine all the POs in one billing document.

    Hi Mr. Bhat,
    Go to VTFL --> Select the combination of your delivery type and billing type --> Double click at Item(Left side) --> Select your item category --> Click at details
    In the feild "Data VBRK/VBRP" --> I think the routine assigned is 601 (Inv.split - PO Num.) --> Now change it to 3 (Single invoice)
    Then try your process, Hope it helps.
    Regards,
    MT

  • Single invoice for multiple payment terms

    Hi Friends,
    I have given 2 different payment terms for 2 line items in single order and the billing is splitted due to this reason. I want to know where the system is checking this control. Because I want to create single Invoive even the payment terms are different. (The routine 003 under Data VBRK/VBRP in SO to Bill copy controls will be usefull only to create single Invoice for multiple SO's where the payment terms is same). But I need to create single Invoice even for multiple payment terms.
    Can anyone suggest me at the earliest please.
    Kumar

    Hi Kumar,
    The Billing Split is take care at Copy control level.
    For multiple line items in one single SO, with different Payment terms is not acceptable as per the  business logic and its not best practices.
    Please suggest the business to go on Split method only.
    Or
    Try to use Proforma Invoice Concept.
    Regards
    Srini

  • 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

  • VF06 not creating invoices for some customers

    Hi,
    We generate billing documents every night. For some reason VF06 is not creating invoices for a particular customer. All these are Delivery related billings. I checked the Job log and VF06 has supplied the correct parameters to VF04. The billing index (VKDFS) is correct. There is no error in the Sales Order or Delivery. In fact when I use the simulation on VF04 I can see that SAP correctly displays this data. I was even able to create invoices using VF01.
    The billing index for this customer is getting accumulated and invoices are not being created. Any help will be appreciated. We are on ECC 5.0
    Thank You,
    sckr

    Check if some invoicing calendar is defined in the payer customer master, since the VF06 bills only the deliveries of the customers that have no invoicing calendar OR the the right date.
    regards
    Roberto Mazzali
    Pls. reward if helpful

  • Single invoice for multiple orders with different divisions

    Dear All,
    while I am trying to do single invoice for muliple orders with different divisons invoice is gettting splitted..In copy control vbrk routine I  tried with 003 and 007 etc..but result is same..what configuration need to be done for getting the single invoice
    Thanks In advance
    Regards
    CNRNAIR

    Hello
    single invoice for multiple orders with "different divisions" invoice is getting split
    FYI - Different Division means different Sales Area.
    So, sales doc (whether sales order, Delivery & Billing) is applicable to EXACTLY one sales area.
    Thus, combining docs with different sales area is practically impossible.
    Provided, you are using common division.
    Hope this assist you,
    Thanks & REgards
    JP

  • Single invoice for Multiple Purchase Orders

    Hi,
    How to Park the single invoice for multiple purchase orders

    brother this is possible to enter one Invoice fro multiple purchase order.
    call transaction MIR7, select " purchase order/Scheduling Agreement" from the PO refernce Tab. then click on arrow. give your purchase orders here.
    Thanks

  • How to Park the single invoice for multiple purchase orders

    Hi,
    How to Park the single invoice for multiple purchase orders?

    brother this is possible to enter one Invoice fro multiple purchase order.
    call transaction MIR7, select " purchase order/Scheduling Agreement" from the PO refernce Tab. then click on arrow. give your purchase orders here.
    Thanks

Maybe you are looking for

  • Problem with data size in XML Publisher report

    Hi Experts, I am working on EBS11i and database 9i. I working on XML Publisher reports, i have one XML Publisher report with generating output in EXCEL format. If i submit the report, if the data is huge (like 2.3 million records), it's ending up wit

  • PAR file missing in PAR selection list during iView creation

    Hi Gurus I created a jsp file and exported it through NWDS export option. But i dont get this par while iView creation. Its present when i searched in the support desk . Can anybody tell me the steps how to create a simple jsp in NWDS and test the sa

  • DBMS_METADATA.GET_DDL Not working

    Hi All, Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi I am creating table as: create table XX as select * from fnd;    select   DBMS_METADATA.GET_DDL('TABLE','xx') from dualI get the below given error: Error starting at line 1 in c

  • Home Theater Problems

    Hello all - I just purchased a Yamaha A/V receiver (RX-V373) on clearance from Best Buy and I'm having some issues.  I have a 50-inch Panasonic plasma TV and a DirecTV receiver.  If I run HDMI from the DirecTV reciver to the Yamaha and then connect t

  • Store the video file in the report?

    hi folks, I am new in this area, and have one question. Can we embed/store multimedia file e.g. image/video in the BW report, let's say when I open the report, there is hyperlink that will take me to access the multimedia file, or even play it on the