ServiceType Parameter (Connect-SAPByDesign Cmdlet)
Specify the type of the service to get reports from. Used together with the Url and ServiceName connection properties to determine the service from where to retrieve data from.
Syntax
Connect-SAPByDesign -ServiceType string
Possible Values
AnalyticsService, CustomService, ODataDataSource, NoneData Type
cstr
Default Value
"None"
Remarks
- AnalyticsService : If you want to retrieve reports from analytic service.
- CustomService : If you want to want to retrieve data from the custom service you have configured in the UI.
- ODataDataSource: If you want to query the DataSources (OData Data Source API -> odata/analytics/ds ).
This is a required parameter.