get_bo_universes: Getting the List of SAP Business Objects universes

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

Gets the list of UNX and UNV universes stored in the CMS repository.

Usage

1
get_bo_universes(domain, offset = 0, limit = 50)

Arguments

domain

SAP Business Objects domain

offset

Indicates the position in the list, from which universes are returned. It must be greater than or equal to 0. The default value is 0. This parameter is optional. The default value is 0.

limit

Indicates the number of universes that you can list on one page. The range is from 1 to 50. The default value is 10. This parameter is optional. The default value is 50.

Value

Returns a tidy data.frame of SAP Business Objects Universes

Author(s)

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

References

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

Examples

1
2
3
4
## Not run: 
get_bo_universes(domain="YOUR_DOMAIN")

## End(Not run)

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