cancel
Showing results for 
Search instead for 
Did you mean: 

Odata service for reporting

Former Member
0 Kudos

Hi ,

We are trying to build a ui5 component to show reporting data from the BPM. Is there an Odata service for accessing reporting data, so that it can directly be consumed in ui component.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

AndreH
Employee
Employee
0 Kudos

There is currently no OData service providing access to Reporting Data Sources, but you can easily create a custom OData service which exposes the functionality of the Java Public API which is required to serve your use case. Reporting Data Sources can be accessed using the package com.sap.bpm.reporting.api of the Java Public API. You can easily write an own OData service using libraries such as Apache Olingo.

Answers (0)