cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transaction is getting deleted from CRMD_ORDERADM_H Table

Former Member
0 Likes
897

In Prod, about 30-40 transaction got deleted from CRMD_ORDERADM_H Table (at random times). It is a mix of Interaction Records, Service Requests.

Expectation: Is it possible to record the ABAP stack and locate the code whenever such event (of delete) is occurring or any other way to track it?

Workaround Solution: Able to restore back the records to CRM system (from BI).

Please advice.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hi Raza,

Standard report CRM_ORDER_DELETE is used to delete transaction record.

Try analysing this one.

Regards,

Indrajit

Former Member
0 Likes

Hi Indrajit,

Late Seen. Anyways thanks 🙂

We created 'Before_Delete' Call Back Event to Capture the ABAP Stack in Application Server. However, recently did not received any reports of transaction delete. Will get back if any further progress on it.

Regards

Raza