get_bo_schedule_details: Retrieve Business Objects document' schedule details

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

Retrieves the details of a specific schedule ID of a SAP Business Objects document with information about document parameters & frequency.

Usage

1
get_bo_schedule_details(domain, document_id, schedule_id)

Arguments

domain

SAP Business Objects domain

document_id

Document ID of the SAP Business Objects Document

schedule_id

Schedule ID of the specific SAP Business Objects Document. Can be obtained through the get_bo_document_schedules() function.

Value

Returns details about the SAP Business Objects schedule.

Author(s)

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

Examples

1
2
3
4
5
6
## Not run: 
get_bo_schedule_details(domain="YOUR_DOMAIN",
                        document_id="YOUR_DOCUMENT_ID",
                        schedule_id="YOUR_SCHEDULE_ID")

## End(Not run)

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