get_bo_universe_details: Getting the details of a SAP Business Objects' universe

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

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

Usage

1
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

Author(s)

Matthias Brenninkmeijer - https://github.com/matbmeijer

References

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

Examples

1
2
3
4
5
## Not run: 
get_bo_universe_details(domain="YOUR_DOMAIN",
                        universe_id=12345)

## End(Not run)

matbmeijer/BusinessObjects documentation built on June 20, 2020, 10:43 a.m.