/AWS1/CL_REVLISTSERVICEFUNCRSP¶
ListServiceFunctionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_servicefunctions TYPE /AWS1/CL_REVSERVICEFUNCTION=>TT_SERVICEFUNCTIONLIST TT_SERVICEFUNCTIONLIST¶
The list of service functions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
serviceFunctions¶
The list of service functions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEFUNCTIONS() |
Getter for SERVICEFUNCTIONS, with configurable default |
ASK_SERVICEFUNCTIONS() |
Getter for SERVICEFUNCTIONS w/ exceptions if field has no va |
HAS_SERVICEFUNCTIONS() |
Determine if SERVICEFUNCTIONS has a value |
nextToken¶
Pagination token.
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 |