cancel
Showing results for 
Search instead for 
Did you mean: 

Creating multiple invoices

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Lakshmipathi,

Thanks,

I have tried with the routine 006 sing invoice, and it gives me multiple invoices, I haven't checked for 351.

If i want to restrict this by customer , i am thinking of changing the 006 code and writing a logic for the customer.

can u suggest me.

Regards

SR

Lakshmipathi
Active Contributor
0 Kudos

Dear Syed

Not sure whether that will work. You have to test the same.:))

Thanks

G. Lakshmipathi

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

I think it is possible to create 10invoices in this case, just by changing the quantity in invoice document type. You can go to VF01, give the sales document number, and hten change the quantity to 1 and create the invoice. Thus multiple creation of invoices is possible.

\

Hope this helps you

\

Reward if this helps.

Former Member
0 Kudos

Hi,

The requirement is talking abt multiple line items, if the SO has for eg:

MAT1

MAT2

MAT3 etc, how does this help by changing the quantity.

It is like if i have to create a invoice, assume i want to first create a invoice for line item 3 which is MAT3, how can i create.

Pls suggest.

Regards

SR