SAP Message BA048 - Archiving object or class &1 does not contain structure &2

Diagnosis
Structure &V2& is not known for archiving object or archiving class &V1&. It is not contained in the definition of the archiving object or archi
ving class, nor was it registered dynamically during the write phase viathe function module ARCHIVE_REGISTER_STRUCTURES.

System Response
The archiving program is being terminated.

Procedure
Check the write program to see whether you actually want to archive data
for this structure. If not, you must correct the write program.Otherwise you must make structure &V2& for the archiving object orarchiving class &V1& known. Preferably this should be done through anentry in the definition of the archiving object or archiving class (intransaction AOBJ or ACLA, respectively). Alternatively, the registrationcan also take place dynamically in the write program.