Show TOC

How to Leverage Batch CapabilitiesLocate this document in the navigation structure

This section describes how an OData implementation can optionally support executing multiple operations sent in a single HTTP request through Batch operations.

When you want your application to save multiple operations without sending each of the operation as a separate OData request, use the Batch capabilities. Batch allows a client to send multiple operations, for example create, update, and delete, to the SAP Gateway system using a single call.

Note

$batch system query option is not supported in the GWM Excel add-in template.

Below is an image showing an example of how to create a batch operation for two Create calls on the employee entity:

Batch_Employee_Entity