get_bo_document_schedules: Retrieve Business Objects document schedules

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

Retrieves the schedules for a specific document ID and returns a tidy data.frame with detailed information.

Usage

1
get_bo_document_schedules(domain, document_id)

Arguments

domain

SAP Business Objects domain

document_id

Document ID of the SAP Business Objects Document

Value

Returns a tidy data.frame with detailed information about the documents' schedules.

Author(s)

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

References

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

Examples

1
2
3
4
5
## Not run: 
get_bo_document_schedules(domain="YOUR_DOMAIN",
                          document_id="YOUR_DOCUMENT_ID")

## End(Not run)

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