cancel
Showing results for 
Search instead for 
Did you mean: 

VF04 indiviual billing run TRICKY

Former Member
0 Kudos

Hello,

in the transaction VFO4 we require one delivery one billing so we use indiviual billing run and not collective run

but for every delivery whener a billing doc is created we have to save to get the next delivery to be processed

we require that the save should happen automatically for all the billing and the user does not have to save every document

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vipin,

You can create individual Billing documents in VF04, with out any saving of each and every billing document.

Select all the deliveries which you want to create billing documents, using Cntr Button, and click on individual billing. Then all the deliveries will go for billing individually in a single run. And you can also see all the billing documents numbers, which are created. No need to select single delivery each time.

If you want to do a batch job for billing, proceed for the following process

1. goto VF04, in the selection screen Delivery document range, for which you want to create billing documents e.g., in SD Document field, give delivery 1 to 10.

2.Now Click on GOTO -> Variant -> Save as Variant, then it will take you to another screen, give the variant name, e.g., test, and save it.

3. goto SM36, this is used to do batch job, if you dont know any thing also, you can do the entire process, using JOB WIZARD, click on Job Wizard which is on the screen.

4. It will take you to different steps, just you need to give your variant name, (in job name field) (in the first screen) the continue for further steps, In the ABAP Progamme Name give SDBILLDL, (this is the programme used to create billing documents) continue to give the specified time which you want to run this batch job, like immediate, after an hour, or a specific day like so.

5. Continue further to complete the task, now you batch job will run at a specified time which you mentioned, if you mentioned as immediately, then once you comple this process, your vairant will run, and billing documents will be created.

6. Plese ensure that all the deliveries are perfect, meaning there is no billing block or any thing.

You can check the status of your batch job using t. code SM37.

HOpe this is clear.

Reward if helpful.

Thanks,

Praveen

Former Member
0 Kudos

Another Option is creating Invoices in Batch Job (T.Code: VF06).

Regards,

Rajesh Banka

Former Member
0 Kudos

can you tell me in detail hot to use VF06 so that i meet the clients requirement