cancel
Showing results for 
Search instead for 
Did you mean: 

Quering Business Objects repository with Query Builder ( SAP BI 4.1)

xavier_darre
Explorer
0 Kudos

I would like to know how to query the repository to find information about universe's folders ? I do not find information about it in the CI_SYSTEMOBJECTS or CI_APPOBJECTS tables.

Joe_Peters
Active Contributor
0 Kudos

Universe stuff is in ci_appobjects. What are you looking for that you're unable to find?

xavier_darre
Explorer
0 Kudos

I eventually found what I was looking for in CI_APPOBJECTS. Thank you for your answers

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

If you're talking about the folders inside a universe - you can't get that information with QueryBuilder. You would have to use either the Semantic Layer Java SDK or I think you can also get at least some of it through the RESTful Web Services.

If you're talking about the folder where a universe "lives", you'll get the "SI_PARENTID" value for the universe and then query CI_APPOBJECTS, looking for the the SI_ID that is the parent of the universe.

-Dell

xavier_darre
Explorer
0 Kudos

Thank you for your answer : I was talking about the folder where a universe "lives".

Answers (0)