cancel
Showing results for 
Search instead for 
Did you mean: 

automatic creation of billing documents

former_member208541
Participant
0 Kudos

Hi all,

i want to automate creation of billing document for all the deliveries for which PGI done.

i think we have to define a job which will call VF04.

my question is when we do VF04 manually, we have to give selection criteria like sales org etc and then it displays the list of all the deliveries and then we have to select the deliveries and press collective billing/individual billing.

so when the batch job calls the VF04, how all the deliveries are selected and the selection criteria taken into account by the batch job,

regards

sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I think this can be handled through output type/ routines pls check with your functional consultant.

If NO

You can create your own Z report, get the all the deliveries into internal table for which Billing needs to done.

Loop the internal table and call the BAPI_BILLINGDOC_CREATEMULTIPLE

Regards

MD