cancel
Showing results for 
Search instead for 
Did you mean: 

New implementation scenario.

Former Member
0 Kudos

Scenario: I have the following issue at hand and want to check if there is an existing/alternative solution before implementing my own.

I want to create a QBC taxonomy. I want to classify docuents, based on the value assigned to a custom property for the documents.

I believe following are the steps:

1- create property

2- create classification index

3- create taxonomy and categories within

4- create query condition for each category

5- assign values to the property for each document

6- define KM Navigation iView that display categories

Now I'm on step5. I want to assign values to a lot of documents. But instead of manually doing it, I want to create a web application that takes the following input values: repository path; a property name; a value.

Please let me know if there are alternate ways to achieve the same.

Also, if you already have a solution and won't mind sharing it, I would be more than happy to use you codebase: Kumaran.Natarajan@pilgrimspride.com

Best Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumaran,

You can do that automatically, but you must develop it using SAP Developer Studio. There is not other alternative.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/knowledge management and collaboration developers guide.html

Patricio.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Patricio,

Appreciate your response.

- Kumar