Collective invoice issue ?

Dear Experts,
we have common delivery , billing document and item category for all countries, and present VBRK/VBRP setting is ( 904 Single invoice )
If business want collective invoice then from customer master additional data , Attribute as per setting we are printing collective invoice.
now the requirement from one specific country is for few document types they want collective invoice and other document type they want as single invoice to their customers , and it should be that country specific other country should not be affected
(e.g. for standard order & rush order customer want each order separate invoice , BUT in case of consignment orders customer want collective invoice )
Through customer master data setting we can achieve this but client don't want to change the master data as per frequent transactions
How can achieve this with out affecting the other countries business process???????????
Regards
Hanumant

Yes I agree with Jelena. Based on your requirment which says "ONLY for CONSIGMENT order for specific country", you can enhance the custom routine 904 and add code to check preceeding sales document  type or sales document category for the required country and if its consignment then allow Collective Invoice.
If above solution doesnt get approved for some reason, you can create a new billing  type for collective invoice and then enhance the user exit RV60AFZC to check for the country and change the invoice type to collective invoice type.
Regards
Sai

Similar Messages

  • Collective Invoice - Actual Goods Issue date

    Hi Friends,
    Collective invoice topic has been discussed many times but I didn't find exact solution to solve my issue.
    From sap help and few other threads it is learnt that Billing type, Billing date, Payer, Billing unit, Terms of payment, Incoterms, Letter of credit should be same to have collective invoice. During my tests it is understood that apart from those Actual Goods Issue date (Post Goods Issue) date should be same to have collective invoice for different sales orders/deliveries. In my tests SAP didn't consider Billing date but it did consider Actual GI date. In other words, even the billing date and other requirements are same invoice split happend due to different Actual GI date. However collective invoice created even though the billing date is different but Actual GI date is same.
    My user creates one sales order and one delivery for a customer once in a week (so 4 orders/deliveries in a month) and creates Invoice by end of the month with collective invoice. So based on the above tests I can ask the user to create sales orders, deliveries every week but perform Post Goods Issue month end and then create invoice so that collective invoice can be done. But the issue is they want to do the Post Goods Issue every week because the stock levels should reduce on weekly basis. So how can we create collective invoice even though the Post Goods Issue is done weekly (so Actual GI date will be different)
    Any idea? Please let me know if further information required.
    Thank you

    Hi,
    You may consider writing a routine under copying requirements so that invoice is not split even if the Actual GI date is different.
    Consider the following [thread|Collective billing; for more info.
    Regards,
    Amit

  • Collective invoice not working through VF04

    Dear All,
    Good Day!!!
    Please share your suggestions on the below issue,
    Our user has created two sales orders with reference to a contract and created two deliveries. All partners and other header data and item data is same except goods issue date. If we try to creative collective invoice through VF04, it is not creating a single invoice, it is creating two invoices. If we try to create through VF01 it is creating collective invoice (Single invoice).
    Invoices will be creating through the batch job and it will create through VF04. Hence this splitting is a big problem for us.
    System has to create the collective invoice through VF04, even though the goods issue date is different (Which is working through VF01).
    We have checked the copy controls, but there are no restrictions for the T Codes (VF01 and VF04).
    Please suggest is there any way to create the collective invoice through VF04 even though the goods issue date is different. It should work as like VF01?.
    Thanks in advance.

    It is a standard that if the Actual GI date in deliveries are different, you will get invoice split.  In ECC6, if you execute VF04, you can see a tab "Default Data" which cannot be seen in 4.6.  Select this tab and maintain the billing date which you want and execute so that you will get one invoice against two deliveries.
    G. Lakshmipathi

  • Collective Invoice problem

    Dear Gurus,
    When Im trying to create collective invoice using  vfo4 for few delivery related invoices with  same payer, same billing date and same materials,same terms of payments  its is creating individual invoices with collective invoice option instead of collective single  invoice.
    Please help me in resolving the issue.
    Thanks in advance
    Anush

    Hi raja,
    Thanks for mail.for my delivery related invoices all th above u mentioned are same.
    1) Payer
    2) Inco term
    3) Payment term
    4) Actual GI Date from Delivery
    5) Shipping Condition
    6) Account Assignment Group
    7)Bill to party
    Regards
    Aunsh

  • MRKO posting to invoice issuer.

    We have a scenario in consignment where the vendor is not created in the company code.
    The vendor doesn’t have FI data so when the MRKO is processed to settle, the
    system get an error the vendor is not defined in the company code XXXX. In this
    scenario is the Invoice Issuer in the vendor, the record that has the FI Data.
    For normal POs, the transaction MIRO is working correctly against the invoice
    issuer. However we don´t know how to post the FI document to the Invoice issuer
    of the vendor in consignment.
    Thank you
    and best regards.

    Hello,
    You can use the transaction object. You should know, that the huge global transaction is "blocking' the system.
    During the transaction, if your objects have any errors, the transaction is automatically rolled back.
    Usage:
    Try
                If oCompany.InTransaction Then
                    MsgBox("Cannot start transaction, becuase the previous transaction has not been finished!")
                End If
                oCompany.StartTransaction()
                ' Do your transaction here
                ' Commit the transaction
                oCompany.EndTransaction(BoWfTransOpt.wf_Commit)
            Catch ex As Exception
                If oCompany.InTransaction Then oCompany.EndTransaction(BoWfTransOpt.wf_RollBack)
            Finally
                GC.Collect()
            End Try
    Regards,
    J

  • SAPSCRIPT-printout problem in collective invoice

    Hi,
      We have created a new output in SAPSCRIPT for the printout of the invoice.All the datas are fetching  and getting printed correctly if i am selecting only one invoice.If there are for ex--4-5 collective invoices printout then for the 1st invoice everything is coming fine in proper place...but from 2nd page i.e 2nd invoice the subject is getting printed 2-3 lines up where exactly the 1st page has been printed...likewise...3rd page it is getting printed 4-5 lines up..
    User is taking printout in Dot-matrix printer
      Kindly suggest a solution
    Regards,
    Gopal.

    Hi Gopala,
    Check in the print preview for all the pages then after that take the print out of the invoices....if the issue is the same
    Check with  basis team whether the page format in the script supports the dot matrix printer..
    Regards,
    Sravanthi

  • Send collective invoice via (Single mail)email in pdf format

    Hi All,
    Please suggest me the solution option for the below requirement.
    The requirement is to send collective invoice to the customer via email in PDF format in a single email at the end of the day.ie they like to have a tool where they
    can enter the output type,date and other relavant info and the program should collect all the invoice and convert it to PDF and send it in single mail to customer.
    Please let me know i can use any Standard tool for this purpose.ALso is it possible to write a Zprogram reprocess the output type by using any FM? 
    Also suggest if you have any feasible solutions.
    Regards
    Raja

    Hi All,
    thanks for your comments. Sorry its my mistake that i have asked in general.
    I am looking for the following options.
    1. Any stanard program which can be used partially for my requirement?
    2. If i have to go for a new tool, then i should write a code for reprocess the output types and then convert in to one single PDF and then send it to customer in one single email.
    Here i am struck how to write an program to reprocess the ouput types? i hope the next steps can be easily implemented evenhough some watch outs are there like 'how to make a single PDF file' and some technical constraints like max size that can be send.
    Thanks and let me know your inputs.
    Regards,
    Raja

  • Collective Invoice List

    hi all,
    Any idea on how to set from spro: collective invoice list for different customer/payment term or shall i enhance from user exit/badi..pls advice
    Message was edited by: ester johannes
    Message was edited by: ester johannes

    Dear Claudia
    I had read in another thread that modifying the standard SAP screen of VF04 is NOT recommended.
    I understand that sort criterion field is an alternative to that.
    My question is - I need to add 2 more fields as selection criteria for VF04. Can the sort criteria field in VF04 help me to achieve this ? If yes, how will it be possible? I need the steps required to make use of this functionality. Thank you !
    Looking forward to hearing from you.
    Regards
    Siddharth

  • Collective Invoices Functionality (702)

    Case 1: For multiple purchase order with service line items - after the confirmation is successfully posted and accepted by the buyer SUS allows to create one invoice for these purchase orders together. This scenario is fine.
    Case 2: (We don't have ASN) For multiple purchase orders with material line items - though GR's are created and updated to SUS - I am unable to create one invoice for multiple purchase orders. Simply these purchase orders does not show up in the navigation "Create Invoice>>Purchase Order".
    Is this the standard behaviour? If so any idea on why collective invoices does not apply for PO with material items??
    Or is there some thing missing in the system configuration to make it work?
    Your expert thoughts and inputs will be helpful.
    Thanks

    This can be solve by setting 
    Financial Accounting  > Contract Accounts Receivable and Payable > Basic Functions > Posting and Documents > Basic Settings > Maintain Central settings for posting
    and select the option "Collective Bills/Bundle Used" and save.
    Regards,

  • Creating collective invoice per customer - to be generated periodically (Every other week)

    Dear all,
    I am looking to generate a collective invoice every 14 days, for for all invoices(F2) generated by the specific customer within that time frame. This should be generated through a background job.
    Could anyone advice me on how to set this up? Answers are greatly appreciated!

    Hi,
    Shedule the job every 14 days once with a variant. Generally same payer only it will pickup for collective invoicing so you need not to worry as same customer.
    Thanks & Regards
    Bhaskar

  • How to create collective invoice output

    hi frnds
    I have created 50 invoices in (VF01). How to create collective invoice output. What is the procedure?
    regards

    (Assuming you want to print all the 50 invoice)
    Use VF31.

  • Collective Invoice Posting for Direct Materials

    Hi ,
    We have extended classic scenario with R/3 backend and we are posting Collective Invoices for multiple POs for direct materials ( order type ECDP).Invoices fail to transfer to backend.BD87 /WE02 log in R/3 indicates the following error -->Acct assgt 01 for order item 2200000070 00001 does not exist
    Message no. M8140
    Also ,if I try posting the invoices in R/3 using MIRO, there are no errors.
    Thanks,
    Gourang

    Several notes show up for M8140.
    316657, 615114, 506930 in the SRM area.
    493604, 810917 for BAPIs may also be relevant.
    334765 recommends creating a support message for further analysis.
    Kind Regards, Suresh.

  • Collective invoice not bring header text of all orders

    Hello everyone.
    By generating a collective invoice just brings me a header text of the first order.
    How can I do to bring the header text of each order?
    I am running tests on VOTXN, but can not.
    Thank you very much in advance.
    A greeting.

    It is the standard behavior that when you are copying/combining more than one sales order into a single invoice, text corresponding to only the first sales order is copied. If you want that the all the texts corresponding the sales orders should be copied, write a custom code in RV60AF**....in the exit call the FM READ_TEXT and the concenate the texts in the different sales orders (Text object VBBK) and display in the inovice. We have done it this way for one of our clients and it worked well...but since it has been long...I am not able to recollect the right object we have used to write our custom code.
    Take the information I have provided to your ABAPER and let him do the job for you.....
    Good Luck
    Chandra Kiran

  • Collective invoice

    Dear All,
    As per my client scenario, I am doing collective invoice fortnightly, deliveries which are delivered in b/w 1st to 15th will invoice on 16th and a single invoice document will suppose to be generated.
    In my current system system some time generate collective invoice and some time split the invoice.
    advise the right routine to incorporate in the copying control in b/w delivery to invoice , item category is TAN.
    Regards

    Hi
    Kindly use the belwo settings in the copy control confiiguration VTFL
    Hi
    Please find the settings below in Copy control
    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
    Regards
    Damu

  • Collective goods issue in production

    Hello All,
    We want to do a collective goods issue in production. Is there a chance in SAP that we can do a goods issue by supply area or MRP controller. We don't want to enter manually the group of production orders in MB1A or don't want to do backflush. Is there any way, please advice.

    Dear,
    In standard SAP are we issue the good In MB1A (261 Mov type) with reference to order and which having the reservation.
    The dependent requirements are planned as per BOM explosion. Item materials are issued against header material to complete header material production.
    Goods issue takes place against the production order at the start of the header material prod order.
    But MB26 will allow you to issue for serval orders,
    Hope clear to you.
    Regards,
    R.Brahmankar

Maybe you are looking for

  • Performance issue in Webi rep when using custom object from SAP BW univ

    Hi All, I had to design a report that runs for the previous day and hence we had created a custom object which ranks the dates and then a pre-defined filter which picks the date with highest rank. the definition for the rank variable(in universe) is

  • How do I put a PDF on my website?  It needs to be scrollable.

    I have an open PDF in Preview.  How do I put it on a web page of mine?  I took a screenshot of the Preview window, but now the cursor is the little + thing that wants to draw an area to select.  So I don't know whether this shot is scrollable. I need

  • My Imac is not reconizing my Flash Drive

    My Imac is not reconizing my Flash Drive

  • MB1B i need to check the stock overview & venodr stock

    HI Experts,         i need to send the stock to subcontractor..so PO reference mb1b 541 movement type i m sending the stock..here i want to see the stock overview as well as see the vendor stock also.. if there is any setting or threre to check the s

  • How to make Leopard Services Work

    We had the same problem as many others loading Leopard onto our new Xserves. We were unable to get a lot of the services to run -- Open Directory, Software Update, etc. had lots of problems. I'm very familiar with Unix, so I was able to get some of t