log_on.Rd
Logs into SAP Business Objects and saves the SAP Business Objects API token into the System Environment
log_on(domain, username, password, authentication_type = "secLDAP")
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
|
Does not return any object, only a success message, as SAP API token is saved into the environment to work with further functions.
Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.
if (FALSE) { log_on(domain="YOUR_DOMAIN", username="YOUR_USERNAME", password="YOUR_PASSWORD", authentication_type="secLDAP") }