cancel
Showing results for 
Search instead for 
Did you mean: 

SDK to create metadata?

Former Member
0 Kudos

I am exploring ways to use Business Objects to report on survey data. The key problem is that each of my customers determines the questions on his survey(s), and hence the schema of the data to be reported on. So I'm looking into ways to dynamically add metadata to the Universe, most likely through an API. (I'm new to Business Objects, so I'm a little vague on what exactly that would entail.)

I was led to believe that the Universe Designer SDK supported updates of the metadata by the document, "BusinessObjects Enterprise XI Release 2: Comparing the Enterprise and Web Services SDKs," dated 13 July 2006. A bullet point from that document reads, "Universe Designer SDK u2013 use to design and modify universes."

Yet the only discussion that I have found in these forums concerns only reading the metadata. Am I correct in my inference that the COM-based Universe Designer SDK is the only programmatic mechanism for accessing Universe metadata, and that this access is read-only?

If indeed the only API is read-only, what other approaches might you suggest?

Accepted Solutions (0)

Answers (1)

Answers (1)

ted_ueda
Employee
Employee
0 Kudos

Universe Designer SDK is used to create/modify/read Universes.

It's the only SDK that will allow you to create/modify/read Universe metadata.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Hello,

please see a API reference of the universe SDK [here|http://devlibrary.businessobjects.com/BusinessObjectsXI3/en/apiref/unvsdk_com_apiref_12_en.zip] and an object model diagram [here|http://devlibrary.businessobjects.com/BusinessObjectsXI3/en/diagrams/unvsdk_com_omd_12.zip].

For more info please also visit our main dev site [here|https://boc.sdn.sap.com/developer/library].

Hope this helps

Falk

Former Member
0 Kudos

I'm trying to create universes programmatically and I'm having trouble finding any documentation that explains the process. Did you succeed in create/updating the universe as you planned? If so, could you provide an example?

Former Member
0 Kudos

The only docs that I am aware of are linked from Falk Liebezeit's earlier post. We eventually worked with a consultancy that used their own purpose-built tool for accessing the Universe Designer API.