get_bo_schedule_details.Rd
Retrieves the details of a specific schedule ID of a SAP Business Objects document with information about document parameters & frequency.
get_bo_schedule_details(domain, document_id, schedule_id)
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 |
Returns details about the SAP Business Objects schedule.
if (FALSE) { get_bo_schedule_details(domain="YOUR_DOMAIN", document_id="YOUR_DOCUMENT_ID", schedule_id="YOUR_SCHEDULE_ID") }