log_on: Logs into SAP Business Objects

Description Usage Arguments Value Warning Author(s) Examples

View source: R/functions.R

Description

Logs into SAP Business Objects and saves the SAP Business Objects API token into the System Environment

Usage

1
log_on(domain, username, password, authentication_type = "secLDAP")

Arguments

domain

SAP Business Objects domain to log into

username

SAP Business Objects username

password

SAP Business Objects password

authentication_type

Authentication Type to logon into SAP Business Objects. Defaults to secLDAP. Must be one of the following:

  • secLDAP

  • secEnterprise

  • secWinAD

  • secSAPR3

Value

Does not return any object, only a success message, as SAP API token is saved into the environment to work with further functions.

Warning

Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.

Author(s)

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

Examples

1
2
3
4
5
6
7
## Not run: 
log_on(domain="YOUR_DOMAIN",
       username="YOUR_USERNAME",
       password="YOUR_PASSWORD",
       authentication_type="secLDAP")

## End(Not run)

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