Hi,
The table CRMD_TERR_DELTA seems to get populated when territories are edited.
There is a transaction CRM_TERR_PROC_REL that calls the program CRM_TERRMAN_PROC_REL.
When the DELTA option is chosen it should pick up and process the entries from the CRMD_TERR_DELTA table whose status is 'U' - Unprocessed.
However what I am finsding is that each time I edit/create territory information, the entry then appears in CRMD_TERR_DELTA with the status of 'P' processed.
I don't know why this is the case and this means when the DELTA option is chosen and runs, these entries are not picked up and the BAdI CRM_TERRMAN_ATTRIB method POST_PROCESS_RELNSHPS does not get anything passed into it to process.
Am I misunderstanding how this is supposed to work, or is there something I need to do so that the new entries are put into the delta table in status 'U'?
Many Thanks
David