Hi ,
We have an archiving job which uses 'CRM_ARC_SACONT_SAVE' program.It archives sales contract data which are 365 days older. But it's failing frequently and shows below error log.
"Archiving object or class CRM_SACONT does not contain structure CRMD_ACTIVITY_H
Job cancelled after system exception ERROR_MESSAGE "
when double click on the above written 1st message, it shows below message in SAP.
Archiving object or class CRM_SACONT does not contain structure CRMD_ACTIVITY_H
Message no. BA048
Diagnosis
Structure CRMD_ACTIVITY_H is not known for archiving object or archiving class CRM_SACONT . It is not contained in the definition of the archiving object or archiving class, nor was it registered dynamically during the write phase via the 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 CRMD_ACTIVITY_H for the archiving object or archiving class CRM_SACONT known. Preferably this should be done through an entry in the definition of the archiving object or archiving class (in transaction AOBJ or ACLA, respectively). Alternatively, the registration can also take place dynamically in the write program.
Here we don't archive CRMD_ACTIVITY_H data. We only archive (sales contract) CRMD_ORDERADM_H data.
Please help me to know why its failing and is there any solution to fix it.
Thanks
Satya