Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Analitycal Reporting - Data Extraction with TimeUpdated Filter

Former Member
0 Likes
1,682
  • SAP Managed Tags

Hello,

I would like to extract data from Ariba using Analytical Reporting - View Management API. I am using view template.

https://eu.openapi.ariba.com/api/analytics-reporting-details/v1/prod/views/ContractWorkspaceFactSystemView?realm=[MyOrganisationRealm]&filters={"updatedDateFrom":"2020-12-01T00:00:00Z","updatedDateTo":"2021-01-31T00:00:00Z"}

It returns records, but I can see that TimeUpdated in the Ariba is delayed. The change in the contract was done manually by the user on 20 December 2020, the TimeUpdated shows 16th of January. In the meantime no updates were done by user.

LoadCreateTime": "2020-12-20

LoadUpdateTime": "2021-01-16

This is why, when using filters, we do not get the relevant/current data from Ariba.

Could you please support? Why the date in the system is delayed?

Hello,

I would like to extract data from Ariba using Analytical Reporting - View Management API. I am using view template.

https://eu.openapi.ariba.com/api/analytics-reporting-details/v1/prod/views/ContractWorkspaceFactSystemView?realm=[MyOrganisationRealm]&filters={"updatedDateFrom":"2020-12-01T00:00:00Z","updatedDateTo":"2021-01-31T00:00:00Z"}

It returns records, but I can see that TimeUpdated in the Ariba is delayed. The change in the contract was done manually by the user on 20 December 2020, the TimeUpdated shows 16th of January. In the meantime no updates were done by user.

LoadCreateTime": "2020-12-20

LoadUpdateTime": "2021-01-16

This is why, when using filters, we do not get the relevant/current data from Ariba.

Could you please support? Why the date in the system is delayed?

4 REPLIES 4
Read only

moshenaveh
Community Manager
Community Manager
0 Likes
1,482
  • SAP Managed Tags
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members.
Should you wish, you can revise your question by selecting Actions, then Edit.
Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.
Read only

yoswisnu
Product and Topic Expert
Product and Topic Expert
0 Likes
1,482
  • SAP Managed Tags

Hi Anna, Analytical Reporting API returns reporting data based on data loads from transactional data.

User modification date is never part of the Analytical data. TimeUpdated here is not the time when user last modify the record, it is the time for when the record is updated in Analytical database. Data loads happens 6 hours after the previous load completes.
If real time data is needed, Sourcing Reporting should be utilized, not Analytical Reporting. Hope this helps.

Read only

Former Member
0 Likes
1,482
  • SAP Managed Tags

Hello,

Thank you very much for your reply. I tried to use Sourcing Reporting and I got the same output as before - with wrong update dates.

So if I understand correctly, we are not able to extract the exact time when user made an update in Ariba. Is this correct? Or is there any other API which I could use?

Read only

yoswisnu
Product and Topic Expert
Product and Topic Expert
0 Likes
1,482
  • SAP Managed Tags

Hi Anna, I'm very sorry for the late reply. Was unaware that you have responded.
Last Modified date is not supported from Reporting API. Update date is when the object got updated in our system, this could be a user modification or system.