cancel
Showing results for 
Search instead for 
Did you mean: 

.NET SDK for Information Design Tool

former_member408996
Discoverer
0 Kudos

We have develop a tool that interact with SAP BO objects like. Universe, Webi report. Our tool can interact with SAP BOXI 3.1 and SAP BO 4.1 objects using the respective SDK. In SAP BO 4.1 SAP provide .NET SDK to interact with universe designer but it doesn't provide any SDK for Information Design Tool.

We are looking for .NET SDK for IDT(Information Design Tool)

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Johan,

Unfortunately there is no .NET SDKs for handling UNX universes or Information Design Tools. There is only COM based SDKs available for Universe Design Tool.

You have to use/implement the Semantic Layer Java SDKs for UNX universes.

The other way is that the REST SDKs is also available to perform some operations on Semantic Layer/UNX universes. You can consume the Raylight REST Web services consumers API to perform the task.

Below are the tasks that you can perform on universes using REST SDKs:

• Getting the list of the universes stored in the CMS repository

• Getting the details of a universe

• Getting the details of the business views of a universe

• Getting the query capabilities of a universe

• Getting the link groups of a universe

Please take a look at the SAP BusinessObjects RESTful Web Service SDK User Guide for Web Intelligence and the BI Semantic Laye... for more information.

Hope it helps.

Thanks,

Shailendra

former_member4998
Active Contributor
0 Kudos