2025 Feb 28 7:06 PM - edited 2025 Mar 01 10:09 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
User | Count |
---|---|
88 | |
10 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.