cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Syndication

Former Member
0 Kudos

Hello,

On my project, we have multuple source systems and MDM is the reciever. Data is cleansed in MDM and sent to ECC.

Differenent systems can update the same record in MDM. However, the syndication is to be triggered only one particular field gets changed. The field is "Price" field and it is a qualfier in qualified table.

Other fields on the record may change, but it should not trigger syndication.

How do I achieve this? Any ideas?

Subhash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Subhash,

Create a field with data type "Timestamp" in your main table. While creating this field in the "Selected Fields" property select the field on change of which you want to trigger the syndication. You can add fields in main tables only.

Try this.

Or if this doesnt work , you would need a text / boolean field in your main table and update this field with some value say "Ready for Syndcation" or "TRUE" whenever Price qualifier is updated. Now in your syndicator map apply filter on this newly created field with whatever value ("Ready for Syndcation" or "TRUE" ) you have used.

In either way yu can control the records to be syndicated based on update on Price field.

Hope this helps you.

Thanks & Regards,

Amol

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Subhash,

Please refer the document for triggering syndication depending on selected field at the following link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a2b4e4-6993-2a10-0e9a-c6d720f1...

Thanks and Regards,

Sagar Sonje

Former Member
0 Kudos

Hi

It's a good document.

Unfortunately you can only detect the changes made in any of the qualifiers of the qualified table by adding this main table field to the timestamp field.

Rgds

Jutta