Retrieves Gets the details of a Web Intelligence document and returns a tidy data.frame with detailed information.

get_bo_document_details(domain, document_id, tracker_document_id = NULL)

Arguments

domain

SAP Business Objects domain

document_id

Document ID of the SAP Business Objects Document

tracker_document_id

Optional parameter. Identifier of a reference document for track-data feature. Must be provided only when the document state is unused.

Value

Returns a tidy data.frame with detailed information about the document.

References

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

Examples

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