cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent re triggering of Delivery output when batch is changed at delivery

Former Member
0 Kudos

In my project we have delivery output ZPLC. Condition records are maintained for Delivery Type/Shiping point.

It is working fine. Users are creating delivery & giving the batch & saving the delivery document. When they save ZCPL gets triggered with yellow status(Date/Time is maintained as 3)

A batch job runs & turns ZCPL to green.

The issue is: sometimes the user enters batch incorrectly & they go to VL02N & change the batch & save the delivery. Again a new ZCPL gets triggered with YELLOW status.

This second ZCPL is a waste for them, as per them they dont want second ZCPL to trigger. In case if they want a new ZCPL they will do it manually.

We've taken ABAP help to stop reprinting second time, but as of now no success. Can you please help.

Regards

Subhadeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Subhadeep,

This is a simple configuration in Output type.

Goto Define Output types

In General Data tab  "Uncheck -   Multiple issuing" button.

This will stop repeating output.

Hope this helps.

Regards

Raju

Shiva_Ram
Active Contributor
0 Kudos

We've taken ABAP help to stop reprinting second time, but as of now no success.

It looks purely the output program assigned to the condition type needs to be checked by ABAP programer. There must be a condition set, to resend the output when data is changed. Ask him to have a look at SPRO->Logistics execution -> shipping ->basic shipping function ->output control ->output determination ->maintain output determination of of outbound deliveries ->Maintain output types and then Maintain output determination procedure. In the procedure check whether any requirement is assigned to condition type to reprint. If given, that can be remvoed.

Regards,