SAP BI Tools · Capability
SAP BI Tools Data Extraction and Reporting
Workflow capability for extracting data from SAP Analytics Cloud models and managing BusinessObjects reports. Combines data export pipelines with traditional BI report scheduling and delivery. Used by data engineers, BI developers, and operations teams.
What You Can Do
GET
List namespaces
— List available namespaces for data export.
/v1/namespaces
GET
List providers
— List available models (providers) for data export.
/v1/namespaces/{namespaceId}/providers
GET
Get fact data
— Extract fact data from a planning model.
/v1/models/{modelId}/fact-data
GET
Get master data
— Extract master data (dimension members) from a model.
/v1/models/{modelId}/master-data
GET
Browse reports
— Browse reports in the InfoStore repository.
/v1/reports
POST
Schedule report
— Schedule a BusinessObjects report for immediate execution.
/v1/reports/{reportId}/schedule
GET
List inbox items
— List completed report instances in the BI Inbox.
/v1/inbox
MCP Tools
list-export-models
List analytics models available for data export from SAP Analytics Cloud.
read-only
get-model-metadata
Get OData metadata describing the structure of a planning model.
read-only
extract-fact-data
Extract fact data (transactional records) from an analytics model.
read-only
extract-master-data
Extract master data (dimension members) from an analytics model.
read-only
search-reports
Search for BusinessObjects reports and documents in the CMS repository.
read-only
schedule-report
Schedule a BusinessObjects report for immediate execution.
list-inbox-items
List completed report instances in the user's BI Inbox.
read-only
APIs Used
analytics-cloud-data-export
businessobjects-bi-platform