Show TOC Start of Content Area

Background documentation getImplBOs  Locate the document in its SAP Library structure

Returns the business objects, operations and operation implementations for the currently authenticated user.

The OBNWsFilter parameter enables you to define a filter to return a subset of the OBN objects.

Parameters

Name

Type

Description

obnWsFilter

OBNWsFilter

A filter that specifies which business objects to return.

Response

OBNWsResult[][]: An array of business objects, each of which contains an array of operation implementations for that business object.

Each result in the first array represents a business object, and specifies the name of the business object but not an operation or OBN URL.

Each result in the second array represents an operation implementation, and specifies the implementation's OBN URL and its operation.

See Also

The massGetImplBOsrequest, as described in Batch Requests.

 

 

 

End of Content Area