Diagnosis You have tried to apply a BDT function module to a non-existent BDTinstance. System Response Because the instance does not exist, the function cannot be executed. Procedure Check your reason for trying to access a non-existent BDT instance. A BDT instance only becomes available for the first time after you callBDT_CLASS_INIT BDT_INSTANCE_CREATE. It is no longer available if youcall BDT_INSTANCE_DESTROY, or BDT_CLASS_INIT again. Even dependentinstances are terminated with BDT_INSTANCE_DESTROY (secondaryinstances, sub-instances), and are no longer available for further use. |