SAP Certified Associate – SAP Integration Suite — Question 20
What can you use to prevent overload in an OData request and reply call?
Answer options
- A. Paging
- B. Query filter
- C. HTTP adapter
- D. Stop parameter
Correct answer: A
Explanation
The correct answer is A, Paging, as it allows the client to retrieve data in smaller, more manageable chunks, thus preventing overload. The other options do not directly address the issue of preventing data overload in OData calls; for example, Query filters modify the data returned but do not limit the amount being processed at once.