cancel
Showing results for 
Search instead for 
Did you mean: 

Different results between iRPA and Build Process Automation after API call

Ludovic_MOOS
Participant
0 Kudos
287

Hi,

I have built an automation consisting of making an API call to retrieve all the records of road traffic offences that happened in a given fleet of vehicles.

I first built it in iRPA and when I test, the request goes fine: I get 315 pages of 20 records each, and 1 page of 14 records (total of 6314 records). This is consistent with tests made in Postman which also return 315 pages of 20 records, and 1 page of 14 records.

I then exported the same project to SAP Build Process Automation (installed in another subaccount) and tested the automation: the request works well, the test session ends without error, except it only returns 2000 records (100 pages - or 100 iterations).

Do you have any idea what would cause this? Is there some kind of limitations when testing in SAP Build Process?

Let me know if you need me to go into further detail.

Thanks beforehand for your help.

Kindest regards,

LM.

View Entire Topic
Thierry
Product and Topic Expert
Product and Topic Expert

Hello Ludovic,

I think this is normal because you ran the automation in debug mode and the timeline only shows first 100 loops to save resources. But the execution went through all the results. If you log the loop index in a file, you should get everything.

Best regards,

Thierry

Ludovic_MOOS
Participant
0 Kudos

Hi @Thierry , I already logged the loop index and the results are still truncated. I have also launched the job in production mode and I only get part of the results... As explained by SAP support team after submitting a ticket, the issue is the limit imposed by SBPA, which is a real drawback compared to what iRPA can do. See my post for further explanation. Thanks for your response.