Status | ||
---|---|---|
|
Following implementation of Retention Policies in the FSM (for more check here) the handling of a new message type got introduced in the Connector. This message <DATADELETEDEVENT> is sent by FSM when objects get removed. Connector by itself does not delete in the backend system any object removed in FSM as a result of implementation of Retention Policy however information about these deletions are stored in the dedicated table - /PACG/ECM_DELEVT
In order to make use of these information one must implement BADI /PACG/ECM_DELETE_RETENTION. This BAdI has only one method DELETE_RETENTION which accepts two parameters:
IV_COMPID - connector’s company Id
IS_DEL_EVN - a structure that contains information about deleted object.
The structure IS_DEL_EVN, of type /PACG/ECM_IS_DELETE_EVT contains in turn following information (and these information are also stored in /PACG/ECM_DELEVT table.
Deletion Report
In order to help keeping the size of /PACG/ECM_DELEVT within the limits a dedicated deletion report was implemented /PACG/ECM_DEL_DELEVT - Delete table /PACG/ECM_DELEVT