Retrieves information on default configuration details declared on the WACS server, such as the default formats or color palettes.

get_bo_configuration(domain, type = "functions")

Arguments

domain

SAP Business Objects domain

type

This parameter is obligatory. By default set to "functions". Indicates the type from which to be retrieved. Other possible values are:

  • "functions"

  • "charsets"

  • "visualizations"

  • "palettes"

  • "formats"

  • "fontmappings"

  • "operators"

  • "skins"

Value

Returns a tidy data.frame of SAP Business Objects configuration details

References

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

Examples

if (FALSE) { get_bo_configuration(domain="YOUR_DOMAIN", type="charsets") get_bo_configuration(domain="YOUR_DOMAIN", type="functions") }