cancel
Showing results for 
Search instead for 
Did you mean: 

If the Z920 is triggered at the shipment level

Former Member
0 Kudos

Hi experts,

      Right now z920 triggering on the delivery at the post goods issue.My requirement would be to configure the z920 for application v7-transportation and

generate the z920 one time at the shipment if the delivery is transportation relevent.If z920 is triggered at the shipment level, it should not trigger at the delivery level for all deliveries attached to the shipment.

   At the delivery level the process should be the same-the z920 triggers only once at goods issue.Do not trigger the z920 every time the delivery is saved.

Lastly at the delivery and shipment level,the output should only generate once at pgi.If the user needs to generate an additional z920,he can enter it manually.

Thanks&Regards

krishna mohan

Accepted Solutions (0)

Answers (2)

Answers (2)

jpfriends079
Active Contributor
0 Kudos

There are lot of conflicting statements for your requirement/s.

1. If z920 is triggered at the shipment level, it should not trigger at the delivery level for all deliveries attached to the shipment.

There is not standard routine to control this. Therefore, you need to custom develop a VOFM routine for your delivery output type. Where you have to provide a condition that if delivery is having shipment as subsequent doc, then output type is not allowed to print.

2. At the delivery level the process should be the same-the z920 triggers only once at goods issue. Do not trigger the z920 every time the delivery is saved.

You need to maintain VOFM(appl V2) routine for output type as 1- Delivery GI posted in your delivery output type determination procedure. This allow your output type to get trigger on GI in delivery doc.

3. Lastly at the delivery and shipment level, the output should only generate once at pgi. If the user needs to generate an additional z920,he can enter it manually.

In either of the case, output type with proper VOFM routine for output type in requirement can control trigger event like GI or material packed & GI, shipment start, planned, complete, etc. in respective output type.

Say, Delivery output type can be control by VOFM(appl V2) routine  1- Delivery GI posted will trigger on PGI of delivery and shipment output type can have VOFM(appl V7) routine 54 - Shp tndrg: confirm, this trigger output type on Shipment doc status is set to shipment complete.

Above all, to avoid multiple print of your output type, you should not make output type relevant for Multiple issuing and no entries for program/form routine in change output section need to be maintained.

Thanks, JP

PascalZ
Discoverer
0 Kudos

Hi Krishna,

Do I understand you correctly you need to have the output for deliveries which transportation relevant and for deliveries which are not transportation relevant?

Best regards,

Pascal.