cancel
Showing results for 
Search instead for 
Did you mean: 

Not want print the packing slips for shipment

azouz_djelassi2
Participant
0 Kudos

Hi to all;

Currently we print the packing slips for shipment by an automatic job using an output message generated when creating the outbound delivery.

We do not want the outbound shipment packing slip to print if the quantity in the warehouse is not sufficient for the quantity to be shipped.

Is it possible to configure this, what do you recommend to achieve this. ?

Sincerely and thank you in advance for your always appreciable help

and happy christmas to all

Accepted Solutions (0)

Answers (2)

Answers (2)

azouz_djelassi2
Participant
0 Kudos

Thank you very much Ameay;

for your answer which confirms us to the solution to which we arrived.

B.R.

ameya_beri
Active Contributor
0 Kudos

Hello,

Based on the details, my understanding is you have a delivery output type (Application V2), which triggers on delivery create, but you do not print immediately, but rather use a background job like RSNAST00 or transaction like VL70 to generate print outs at a later stage.

You want the system to not generate the print out, if warehouse quantity is not equal to quantity on the delivery.

I do not think this can be configured, however you can write logic in the driver program associated with the output type you have, in your system with help of ABAP, to ensure if the delivery quantity is not equal to warehouse quantity, then do not generate the print out.

Regards,

Ameya B.