Hi,
We want to do archive business transactions in CRM such as CRMD_ORDER_ADMH and CRMD_ORDER_ADMI table.
I think these CRM_SERORD and CRM_SRVCON archive objects are equivalent for us.
But some business transactions couldn't be archived. I debugged the program CRM_ARC_SERORD_SAVE. After that we realized that this archive program check the entry in table CRM_JEST and it's status archivable or not. So I couldn't archive all the business transactions in table CRMD_ORDERADM_H.
There are 6.508 entry is archivable in CRM_JEST. But there are 1.152.581 entry in CRMD_ORDERADM_H table.
Why some records is archivable or not in table CRM_JEST. How can archive all the records ?