/AWS1/CL_FNTLISTCONNFUNCSRSLT¶
ListConnectionFunctionsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
Indicates the next page of connection functions. To get the next page of the list, use this value in the
Markerfield of your request.
it_connectionfunctions TYPE /AWS1/CL_FNTCONNFUNCSUMMARY=>TT_CONNFUNCTIONSUMMARYLIST TT_CONNFUNCTIONSUMMARYLIST¶
A list of connection functions.
Queryable Attributes¶
NextMarker¶
Indicates the next page of connection functions. To get the next page of the list, use this value in the
Markerfield of your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
ConnectionFunctions¶
A list of connection functions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONFUNCTIONS() |
Getter for CONNECTIONFUNCTIONS, with configurable default |
ASK_CONNECTIONFUNCTIONS() |
Getter for CONNECTIONFUNCTIONS w/ exceptions if field has no |
HAS_CONNECTIONFUNCTIONS() |
Determine if CONNECTIONFUNCTIONS has a value |