cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to capture territory rule changes?

devashish_bhattacharya
Active Participant
0 Kudos

Hello experts,

I need to capture the change log/change history of changes of the Territory rules.

Like if Valid To is changed, then what was the previous value existing for the field.

Is there any way to capture this? Kindly suggest.

Regards.

Devashish

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182350
Active Contributor
0 Kudos

Please check whether rule changes are captured in standard table  crmd_terrman_log

Note: A class CL_CRM_TERRMAN_LOG_API  can be used to do it, This class writes to the CRM table: CRMD_TERRMAN_LOG ( table to log the info required for master data notification) and it has the following methods:

READ_ALL

WRITE

CLEAR

DELETE

UPDATE

Refer:

Regards,

Arjun

devashish_bhattacharya
Active Participant
0 Kudos

Anyone?

Former Member
0 Kudos

You have tables which indicates the changes with time stamp. Let me know if you can not find tables.

Rgds

Hari