cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Printing of Delivery Notes

Former Member
0 Kudos

Hello SCN,

Is there a way to reprint all delivery notes printed for a specific period? Transaction or Report? Let's say for example all DN printed last month by a specific user?

Please help me solve this problem.

Thank you in advance.

Jayson.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Jayson

1) You can use VL71 with processing mode as 2- Repeat Processing. You may use Delivery date or GI date for filtering. No option to select be user though.

2) If you use 'Group of Deliveries', you can use VL72 in similar fashion.

3) You can execute program (SE38) RSNAST00 to reprocess output, but it has less selection options.

That's all I think.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks guys

former_member183879
Active Contributor
0 Kudos

Hi,

First you can get the list of all deliveries which were printed for a given selection criteria. If you know the output type and the time during which the list of outputs to be reprinted, your job is half done. Just go to NAST table, give the output name and the created on date. The object key in the result represents the delivery document number.

Now there is a catch there. If the despatch time is 1 (Send by periodical job), then you have to use the program RSNAST00 in the transaction code SE38 and give the delivery numbers(in object key field) with trailing zeros for 10digits and give the output type , click the "Send again" checkbox and execute the program. Now all the outputs for the object keys will be reprinted.

If the despatch time is 3, then you have to use the tcode VL71 give the dleivery number, output type and processing mode as 2. Now the output will be reprinted.

If the despatch time is 4, you can use RSNAST00 itself.

Hope this helps