Improved execution control in SCV transformation program

Error handling and execution control in the SCV transformation program to calculate routing gross quantities has been improved.

If an error occurs, the TRANSFORM_CALC_ROUTING_GROSS_QTY program now checks the value of the SCP_CALC_ROUTING_GROSS_QTY_CONTINUE_ON_ERROR configuration parameter. In these conditions, the program decides whether to continue based on the parameter value:

  • If the parameter value is ā€™Nā€™, the program stops, logs an error message and returns with error.
  • If the parameter value is ā€™Yā€™, the program logs an error message indicating the records in error and continues. If the number of total records in error is 5000, the program stops, logs an error message and returns with error.