cancel
Showing results for 
Search instead for 
Did you mean: 

OData V4 - Max number of parallel requests

ThomasM2C
Explorer
0 Kudos
163
  • SAP Managed Tags:

Hello,

We are using OData V4 to extract data from SAP S4/HANA on a daily basis. We have created a batch mechanism with $top & $skip to parallelize OData data extraction queries and we would like to know if there is a maximum number of parallel OData V4 queries for an application account.

If so, what parameter should be modified to increase the threshold?

Thanks.

Noel_Hendrikx
Active Contributor
0 Kudos

Never heard of a max for $batch calls, but I think there should be one (otherwise you can block the server with one call). I expect that you can define it in odata itself.

https://docs.oasis-open.org/odata/odata/v4.01/csprd02/part1-protocol/odata-v4.01-csprd02-part1-proto...

 

Ryan-Crosby
Active Contributor
0 Kudos
There isn't a restriction related directly to use of OData, but this would fall under general system administration and be based on the available resources in the system at any given point in time.

Accepted Solutions (0)

Answers (1)

Answers (1)

WouterLemaire
Active Contributor

I think you’re looking for this: https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/d7/eeae71c0154f449a15cf331aef03c4/content.htm?no_c...

 

I’m not sure if it applies for v2 and v4.