cancel
Showing results for 
Search instead for 
Did you mean: 

How To create Taxonomy Tables in MDM

Former Member
0 Kudos

Hi all,

I am new to MDM and want to know how to create Taxonomy Tables in MDM data manager for the various available categories and attributes.

Regards,

Gavin.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Markus and Subbu,

Thanks for the quick reply, but the point where I have stuck up is....... for the vendor master if I have to maintain list of ofshore and onsite vendors then

is it that I have to add manually those many vendors under the above mentioned categories (ie offshore and onsite)in Hierarchy Mode. Isn't there any method where in all the vendors belonging to particular country can directly linked to offshore and rest are linked directly to the other?

It would be really very helpful if you can throw some light on that.

Regards,

Gavin.

Former Member
0 Kudos

Hi Gavin,

Here's a solution.

1. Create a calculated field of type boolean - you can name it On-Site or something similar.

2. Enter the following as the calculation expression

IF(HAS_ANY(COUNTRY_FIELD_NAME, "country 1", "country 2", "country n"), TRUE, FALSE) - where country 1...country n are the countries that are on considered On-Site.

All Vendors from countries you have listed in the expression will have the value TRUE for the field On-Site. All other Vendors will have the value False. This way you can separate the 2 groups of Vendors by searching on the field On-Site.

Hope this helps,

Richard

Mark63
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gavin,

See also the help on "Taxonomy Mode" at http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/99a37f7d3e21b5e10000000a1553f6/frameset.htm.

Regards,

Markus

Former Member
0 Kudos

Hi,

All the repository creation/modifcations are done through the MDM Console.

Please refer to <a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/8e/9f9c427055c66ae10000000a155106/frameset.htm">MDM Console Reference Guide</a> , which is part of <a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/e1/8e51341a06084de10000009b38f83b/frameset.htm">SAP MDM Help</a>

Thanks and Regards

Subbu