Using user exits

User exits are provided in the Parcel Carrier Adapters to facilitate the implementation of different logic.

The following user exits are supported for the Parcel Carrier Adapters:

  • YCSshipCartonUserExit
  • YCScloseManifestUserExit
  • YCSdeleteCartonUserExit

Implementation

There is a class for each user exit, which is called from the application.

For example: A user wants to use the shipCarton user exit for a ShipCarton Transaction. There is a Java™ interface for this transaction for which the user exit has been defined. That is, shipCarton is defined in the Java interface YCSshipCartonUserExit.

This file has to be compiled and the path of the class file should be specified using the User Exit Management in the Applications Manager.