Gets the details of a UNX or UNV universe referenced by its ID.

get_bo_universe_details(domain, universe_id, aggregated = FALSE)

Arguments

domain

SAP Business Objects domain

universe_id

Universe ID from which to obtain the details

aggregated

Is an optional, boolean/logical parameter that indicates if the outline must be aggregated. Default value is FALSE.

Value

Returns the SAP Business Objects Universes details

References

https://help.sap.com/viewer/58f583a7643e48cf944cf554eb961f5b/4.2/en-US/ec5584596fdb101497906a7cb0e91070.html

Examples

if (FALSE) { get_bo_universe_details(domain="YOUR_DOMAIN", universe_id=12345) }