cancel
Showing results for 
Search instead for 
Did you mean: 

configuration for creat auto background job to create outbound delivery

Former Member
0 Kudos

Dear Experts,

Kindly let me know where and how can I configure auto background job for creating outbound delivery, TO and Print picking list

Thanks in advance

Shetty

Accepted Solutions (1)

Accepted Solutions (1)

harry_wu
Contributor
0 Kudos

< Job for delivery creation:>

1. you can run tcode vl10batch to schedule a job with your own variant.

2. alternatively, you can directly schedule a job in SM36 -> program RVV50R10C, variant

When define variant for background delivery creation, please make sure:

- "Select rule" must be set to '2'.

- "F code profile" should be '5001' (Fcodes GET, PREPARE, SAMD should be included.)

<Job for TO creation>

1. Run tcode VL06p with your own varinat -> click button "create TO in background"

2. Alternatively, you can directly define a job in SM36. -> program name WS_MONITOR_OUTB_DEL_PICK.

<Job for printing pick list>

1. run tcode VL70 with your own variant -> goto menu bar / program / execute in background -> then a job is created.

2. Alternatively, you can schedule a job in SM36 -> program SD70AV4A.

Answers (1)

Answers (1)

Former Member
0 Kudos

VL10G run via scheduled batch job

There are many setting you will need to make for your specific requirements. You will need to enter the specific settings for your needs and save as a variant.

Then scedule the batch job to run your variant every 1/2 hour (or as needed for your system)

user role 5003

Pretty straight forward but the requirements will need to be defined by your buisness since they might want some sales order type deliveries created manualy.