cancel
Showing results for 
Search instead for 
Did you mean: 

How to sync Succession TalentPool flag with MDF Talentpool

pboulicaut
Participant
0 Kudos
478

We are reconfiguring our Succession module and we are facing an integration issue :

TalentPool flag (picklist to choose which TalentPool the employee should be part) in Succession Org Chart

are not connected to MDF Talent Pool.

In order to be able to query these information, we need to create a MDF collection object storing the TalentPool code & the effective date when the new talent Pool value is active.

We have to develop a SCPI integration in delta mode to detect changes :

- if Insert change event is detected we need to create a line into a successor import file, containing employee ID, talentpool ID, and action ADD

- if update change event is detected we need to create a line into a successor import file, containing employee ID, new talentpool ID, and action ADD

AND a second line containing employee ID, old talentpool ID, and action DELETE

- if delete change event is detected we need to create a line into a successor import file, containing employee ID, new talentpool ID, and action DELETE

These seems extremely complicated architecture just to sync 2 fields from the same module Succession.

i don't understand why we can't directly save Talent flags into an MDF object.

These would allow us to use business rules rather than Integration Center & SCPI to keep these information in sync.

View Entire Topic
dsarzisartori
Explorer
0 Kudos

Hi,

did you find any useful workaround to achieve this? It seems that talentPool flag and MDF talent pools are not connected based on a SAP KBA that I found (https://userapps.support.sap.com/sap/support/knowledge/en/2948347).

Thank you

Davide