/AWS1/CL_BDNCLIENTINFO¶
Information about the client making API requests, used for compatibility checking.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_compatibilityversion TYPE /AWS1/BDNINTEGER /AWS1/BDNINTEGER¶
The compatibility version of the client, used to ensure API compatibility.
Optional arguments:¶
iv_sdkversion TYPE /AWS1/BDNNONBLANKSTRING /AWS1/BDNNONBLANKSTRING¶
The version of the SDK being used by the client.
Queryable Attributes¶
compatibilityVersion¶
The compatibility version of the client, used to ensure API compatibility.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPATIBILITYVERSION() |
Getter for COMPATIBILITYVERSION, with configurable default |
ASK_COMPATIBILITYVERSION() |
Getter for COMPATIBILITYVERSION w/ exceptions if field has n |
HAS_COMPATIBILITYVERSION() |
Determine if COMPATIBILITYVERSION has a value |
sdkVersion¶
The version of the SDK being used by the client.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SDKVERSION() |
Getter for SDKVERSION, with configurable default |
ASK_SDKVERSION() |
Getter for SDKVERSION w/ exceptions if field has no value |
HAS_SDKVERSION() |
Determine if SDKVERSION has a value |