Show TOC Start of Content Area

Background documentation Batch Requests  Locate the document in its SAP Library structure

For each simple request, the OBN Web service includes a corresponding batch request that enables you to send an array of metadata or filter parameters and get back an array of results.

The response type of the batch request is always an array of the response type of the simple request. For example, if the simple request returned an array of result objects, the batch request returns a two-dimensional array of result objects.

The following are the OBN batch requests (for information on the simple request, click the batch request in the table):

Request

Parameter Type

Response Type

massGetAllDfltImpls

OBNWsMetaData[]

OBNWsResult[][]

massGetDfltImpl

OBNWsMetaData[]

OBNWsResult[]

massGetImplBOs

OBNWsFilter[]

OBNWsResult[][][]

massGetImplOps

OBNWsMetaData[]

OBNWsResult[][]

massHasImpls

OBNWsMetaData[]

OBNWsResult[]

 

 

 

End of Content Area