get_bo_document_schedules.RdRetrieves the schedules for a specific document ID and returns a tidy data.frame with detailed information.
get_bo_document_schedules(domain, document_id)
| domain | SAP Business Objects domain |
|---|---|
| document_id | Document ID of the SAP Business Objects Document |
Returns a tidy data.frame with detailed information about the documents' schedules.
if (FALSE) { get_bo_document_schedules(domain="YOUR_DOMAIN", document_id="YOUR_DOCUMENT_ID") }