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

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.

References

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

Examples

if (FALSE) { get_bo_document_schedules(domain="YOUR_DOMAIN", document_id="YOUR_DOCUMENT_ID") }