getDfltImpl
Returns the default operation implementation for the specified business object (or business object and operation) for the currently authenticated user.
Name |
Type |
Description |
obnWsMD |
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. |
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.
The massGetDfltImplrequest, as described in Batch Requests.