/AWS1/CL_R5VLISTROUTINGCTLSRSP¶
ListRoutingControlsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_routingcontrols TYPE /AWS1/CL_R5VROUTINGCONTROL=>TT_ROUTINGCONTROLS TT_ROUTINGCONTROLS¶
The list of routing controls.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/R5VPAGETOKEN /AWS1/R5VPAGETOKEN¶
The token for the next set of results. You receive this token from a previous call.
Queryable Attributes¶
RoutingControls¶
The list of routing controls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTINGCONTROLS() |
Getter for ROUTINGCONTROLS, with configurable default |
ASK_ROUTINGCONTROLS() |
Getter for ROUTINGCONTROLS w/ exceptions if field has no val |
HAS_ROUTINGCONTROLS() |
Determine if ROUTINGCONTROLS has a value |
NextToken¶
The token for the next set of results. You receive this token from a previous call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |