get_bo_connections: Retrieving the Connections

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

Retrieves the list of SAP Business Objects connections stored in the CMS repository that the end-user has access to.

Usage

1
get_bo_connections(domain, type = NULL, offset = 0, limit = 50)

Arguments

domain

SAP Business Objects domain

type

Indicates the connection type to be retrieved. Values are:

  • "Relational"

  • "FlattenedOlap"

  • "Olap"

  • "DataFederator"

This parameter is optional. If not specified, all types of connections are retrieved.

offset

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

limit

indicates the number of connections that you can list on one page. Its range is 1 to 50. This parameter is optional. The default value is 50.

Value

Returns a tidy data.frame of SAP Business Objects connections

Author(s)

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

References

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

Examples

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

## End(Not run)

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