Show TOC

getDfltImplLocate this document in the navigation structure

Use

Returns the default operation implementation for the specified business object (or business object and operation) for the currently authenticated user.

Parameters

Name

Type

Description

obnWsMD

OBNWsMetaData

Specifies a business object (or business object and operation) whose default operation implementation is returned.

If only a business object is specified, the following occurs:

  • The operations with at least one implementation for the current user are found.

  • From among these operations, the operation with the highest priority is selected.

  • For this operation, the implementation with the highest priority for the current user is returned.

If a business object and an operation are specified, then that operation's implementation with the highest priority for the current user is returned.

Response

OBNWsResult : The default operation implementation for the currently authenticated user.

The result represents an operation implementation, and specifies the implementation's OBN URL and its operation.

More Information

The massGetDfltImpl request, as described in Batch Requests .