Show TOC Start of Content Area

Background documentation getAllDfltImpls  Locate the document in its SAP Library structure

Checks which operations have at least one operation implementation for the currently authenticated user and, for each of these, returns the default implementation for the currently authenticated user.

Parameters

Name

Type

Description

obnWsMD

OBNWsMetaData

Specifies a business object (or business object and operation) whose default operation implementations for the current user are returned.

If only a business operation is specified, the default implementation for each operation is returned.

If a business object and an operation are specified, only the default implementation for the specified operation is returned.

Response

OBNWsResult[]: An array of results, one for each default operation implementation.  

Each result represents an operation implementation, and specifies the implementations OBN URL and its operation.

See Also

The massGetAllDfltImplsrequest, as described in Batch Requests.

 

 

 

End of Content Area