cancel
Showing results for 
Search instead for 
Did you mean: 

Change Program to control multiple issuing shipment outputs

0 Kudos

Hi,

I have a requirement to make a new output type multiple issuing.

However, I do not want the shipment output to be resent everytime a user enters the shipnent in change mode. (VT02N)

In the customizing for the output type, you have the option of assigning a change program to determine when the output is resent. However, when I view all transportation outputs (application V7 in table T685B) no SAP standard outputs appear to have change programs assigned.

I cannot read ABAP, and therefore my question is, does a SAP standard change progam and routine exist which I can use for application V7? Or do I need to spec a new change program for my ABAP colleagues to code?

To control deliveries I am using change program SAPMV50A and routine CHECK_TPS_CHANGE as is used in shipping output CFPR

Can I also assign this program here or is it specific to Application V2 - Shipping?

Many thanks in advance

Chris

View Entire Topic
0 Kudos

Hi,

The repeating of outputs should not be a manual process triggered via a transaction code (SAP standard Tx VT70 can do this).

For an output type which has been configured as multiple issuing, the change program should determine whether or not an output should be reissued depending on what has actually changed.

My question is, is there a SAP standard change program for Shipment Outputs?