/AWS1/CL_IVSBATCHGETCHANNELRSP¶
BatchGetChannelResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_channels TYPE /AWS1/CL_IVSCHANNEL=>TT_CHANNELS TT_CHANNELS¶
it_errors TYPE /AWS1/CL_IVSBATCHERROR=>TT_BATCHERRORS TT_BATCHERRORS¶
Each error object is related to a specific ARN in the request.
Queryable Attributes¶
channels¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELS() |
Getter for CHANNELS, with configurable default |
ASK_CHANNELS() |
Getter for CHANNELS w/ exceptions if field has no value |
HAS_CHANNELS() |
Determine if CHANNELS has a value |
errors¶
Each error object is related to a specific ARN in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |