/AWS1/CL_BDODELETEGATEWAYRSP¶
DeleteGatewayResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayid TYPE /AWS1/BDOGATEWAYID /AWS1/BDOGATEWAYID¶
The unique identifier of the deleted gateway.
iv_status TYPE /AWS1/BDOGATEWAYSTATUS /AWS1/BDOGATEWAYSTATUS¶
The current status of the gateway deletion.
Optional arguments:¶
it_statusreasons TYPE /AWS1/CL_BDOSTATUSREASONS_W=>TT_STATUSREASONS TT_STATUSREASONS¶
The reasons for the current status of the gateway deletion.
Queryable Attributes¶
gatewayId¶
The unique identifier of the deleted gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
status¶
The current status of the gateway deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReasons¶
The reasons for the current status of the gateway deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASONS() |
Getter for STATUSREASONS, with configurable default |
ASK_STATUSREASONS() |
Getter for STATUSREASONS w/ exceptions if field has no value |
HAS_STATUSREASONS() |
Determine if STATUSREASONS has a value |