cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Ariba Analytical Reporting API

assad
Explorer
0 Kudos
872

Hi All,

I am trying to test analytical reporting API from postman using the below URL. I have already created a View template DCperformanceStatistics by using POST Method to create view templates. But not sure how Ariba links this View template in the Realm to pull data based on the Document type specified in Template.

Are these view templates physically created in Ariba realm ? if yes where can I physically view these templates.

https://eu.openapi.ariba.com/api/analytics-reporting-details/v1/prod/views/DCperformanceStatistics?r...

I get the error :

{ "code": "internalServerError", "message": "Internal Server Error. UUID:xxxxxx" }

Thanks.

Assad

Accepted Solutions (0)

Answers (1)

Answers (1)

SeanMcGann
Product and Topic Expert
Product and Topic Expert

Hi Assad,

The view templates that you create are not visible within the SAP Ariba UI, you can only look at them using the /viewtemplates{viewtemplatename} endpoint.

If you are getting an error message when making the call, please ensure that you are including your APIkey, the BearerToken (for authentication), your realm name, and a filter (unless you want to use the default filter.)

If you have included all of this information in your API call, please create a service request with SAP Ariba to further troubleshoot.

Thank you,
Sean

assad
Explorer
0 Kudos

HI Sean,

Thanks for your inputs, I am able to get hit the API's now.

Regards

Assad.

Former Member
0 Kudos

Hi Assad

I had a real tough time trying to make the Ariba API work

They have some APIs which are good to see but dont quite work

and Ariba support closes the ticket as soon as it gets raised with a standard reply template

I will check more and see if I can find something on how I last did it.

Regards

Vinita

assad
Explorer
0 Kudos

Hi Vinita,

Thanks for your reply, I was able to test the Ariba API successfully.

Regards.

Assad