get_bo_document_details: Retrieve Business Objects document details

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

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

Usage

1
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.

Author(s)

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

References

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

Examples

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

## End(Not run)

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