SAP Message BA375 - Deleting data from database table &1 is not allowed

Diagnosis
This problem may have been caused by the following situations:

  • Structure &V1& is not known for this archving object/archiving class. It
  • is not included in the definition of the archiving object/archivingclass, nor was it dynamically registered through an appropriateimplementation of BAdI definition ARC_OBJECT_ADD_TABLE orARC_CLASS_ADD_TABLE.
    • Although structure &V1& is known for this archiving object/archiving
    • class, it has been specified that structure&V1& may not be deleted.

      System Response
      The delete program is being terminated.

      Procedure
      Check the delete program to determine whether the data of structure&V1&should really be deleted. If not, the delete program must be corrected.
      If the data of structure &V1& should really be deleted, then thestructure of the archiving object/archiving class must be madeavailable. To do so, you have the following options:

      • Static registration in the definition of the archiving object/archiving
      • class in transaction AOBJ/ACLA.
        • If a static registration is not possible or in the case of an
        • enhancement, structures can be registered dynamically and without modi
          fication through an appropriate implementation of the BAdI definitionARC_OBJECT_ADD_TABLE or ARC_CLASS_ADD_TABLE.
          If structure &V1& is already registered, then deletion must be allowedin the registration.