cancel
Showing results for 
Search instead for 
Did you mean: 

configure background job for collective outbound delivery processing

Former Member
0 Kudos

Hello Gurus,

I want to Create a background job to be executed during off-peak hours for collective outbound delivery processing. will you please give me step-by-step configuration ?

thanks very much!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bo,

What Rajesh has advised is right. Also the T.code for mass deliveries is VL71, which can be scheduled as a Background Job by an ABAPer.

Regards,

Vinod

Former Member
0 Kudos

To set up a batch job for delivery creation use SM36 T-code.

Input batch job name say - ZSD_CREATE_DELY_SALES_ORG

Select class = C or B.

Set up by / created by = BATCHADMIN or your id

Program Name = WS_DELIVERY_UPDATE

Varient = (as per your requirement - say for a particular sales area and plant)

Click on "Check" icon and "Save".

Go to the main page, select icon "Schedule a Batch job".

Give detils like daily, weekly or periodic or Immediate.

Enter date and time accordingly. Save it.

Same thing applies for Invoice creation batch job.

Use program name:RSBDCSUB

All other steps remain the same.

Hope this will help you out !

Regards,

Rajesh Banka

Former Member
0 Kudos

Hi Rajesh Banka,

when I using " backgroud" function in the collective delivery list operation. so these sales order will create delivery order on the background. but how can I get the name for this backgroud job, which I believe this name should be used in configuration ?

thanks very much!