/AWS1/CL_MDXBATCHGETRTRINPRSP¶
BatchGetRouterInputResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_routerinputs TYPE /AWS1/CL_MDXROUTERINPUT=>TT_ROUTERINPUTLIST TT_ROUTERINPUTLIST¶
An array of router inputs that were successfully retrieved.
it_errors TYPE /AWS1/CL_MDXBTCGETRTRINPERROR=>TT_BATCHGETRTRINPUTERRORLIST TT_BATCHGETRTRINPUTERRORLIST¶
An array of errors that occurred when retrieving the requested router inputs.
Queryable Attributes¶
RouterInputs¶
An array of router inputs that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTERINPUTS() |
Getter for ROUTERINPUTS, with configurable default |
ASK_ROUTERINPUTS() |
Getter for ROUTERINPUTS w/ exceptions if field has no value |
HAS_ROUTERINPUTS() |
Determine if ROUTERINPUTS has a value |
Errors¶
An array of errors that occurred when retrieving the requested router inputs.
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 |