SAP BI Tools · Arazzo Workflow
SAP BI Tools Export Model Fact Data
Version 1.0.0
Discover a SAC export model, read its OData metadata, and pull a filtered, paged page of fact data.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
export-model-fact-data
Pick an export model, read its metadata, and pull a page of fact data.
Lists providers in the sac namespace, reads the first model's OData metadata, and retrieves a filtered, paged page of its fact data.
1
listProviders
listProviders
List the providers (models) available in the namespace and capture the id of the first model.
2
getMetadata
getModelMetadata
Read the OData metadata document for the first model to understand its structure.
3
getFactData
getFactData
Pull a filtered, top-limited page of fact data from the first model.