cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Syndicator: about detaction only create/change items.

JohnPark
Explorer
0 Kudos

Hi

I designed like under:

BOM

... ParentCode

...... Childs[Tuple]

......... ChildCode

......... Quantity

ParentCode 'A' has 3 Child Items ('A1', 'A2', 'A3').

I change 1 item('A2')'s quantity.

Syndicator send whole data to XI. (ParentCode 'A' - Child Items 'A1', 'A2', 'A3')

I want only ParentCode 'A' - Child Item 'A2'.

How can I set the Map Properties in Syndicator Mapping?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

former_member205403
Active Contributor
0 Kudos

Hi,

Check properties in Destination Items tab of syndicator. try by setting "Hierarchy Style" property in destination Items as "Node Name Only". You can also check other 2 options 1. Partial Pathname from Root and 2. Partial Pathname from Leaf.

I am not sure if you can get value as "ParentCode 'A' - Child Item 'A2'" from MDM. But you can concatenate two fields "Parent Node name" and "leaf node name" in PI and can achevie your requirement.

Regards,

Shiv

JohnPark
Explorer
0 Kudos

Hi Shiv.

Thank you for your quickly and kindly your answer. I searched your tip from SAP Help.

Partial Pathname from Root.

Inclues the path of th ehierarchy, starting at the root and traversing the number of levels specified in the Number of Levels in Pathname from Root property, as shown in under figure.

Source:

Location

USA>Southern>Georgia>Augusta

USA>Northeastern>Maine>Augusta

USA>Midwestern>Illinois>Chicago

Destination:

Location

USA>Southern

USA>Northeastern

USA>Midwestern

Destination item properties:

Property & Setting

Number of Levels in Pathname from Root : 1

I think it's not suitable answer.

I want to detect the event for changing and to get only changed items not whole tuple datas.

Thank you.

Answers (0)