get_bo_universe_details.Rd
Gets the details of a UNX or UNV universe referenced by its ID.
get_bo_universe_details(domain, universe_id, aggregated = FALSE)
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 |
Returns the SAP Business Objects Universes details
if (FALSE) { get_bo_universe_details(domain="YOUR_DOMAIN", universe_id=12345) }