Example - Implementation of a Dangerous Goods Check 

Introduction

In this example, the activities you must carry out to implement a dangerous goods check in shipping documents are described step by step.

The check described in the example checks if a material may be transported using a particular mode of transport category.

The check is set so that

Procedure

  • Create a function module for the dangerous goods check.

Function Module for Dangerous Goods Checks

  • Allocate the function module to a dangerous goods check routine.

Allocating a Dangerous Goods Check Routine to a Function Module

  • Define a usage profile for the dangerous goods check routine.

Defining Usage Profiles for Dangerous Goods Check Routines

  • Allocate the dangerous goods check method to a dangerous goods check schema.

Defining Dangerous Goods Check Schemas

  • Allocate a reaction category to every dangerous goods check routine.

Defining Dangerous Goods Check Schemas

  • Allocate a message to the reaction category.

Defining Dangerous Goods Check Schemas

  • Define the usage profile for the dangerous goods check routine.

Specifying a Usage Context for a Dangerous Goods Check Schema

  • Specify the dangerous goods check schema determination routine.

Specifying Dangerous Goods Check Schema Determination Routines

  • Activate the dangerous goods check.

Activating Dangerous Goods Checks