/AWS1/CL_CRMLISTINTMDTBLOUTPUT¶
ListIntermediateTablesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_intmdtablesummaries TYPE /AWS1/CL_CRMINTMDTABLESUMMARY=>TT_INTMDTABLESUMMARYLIST TT_INTMDTABLESUMMARYLIST¶
The list of intermediate table summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CRMPAGINATIONTOKEN /AWS1/CRMPAGINATIONTOKEN¶
The pagination token that's used to fetch the next set of results.
Queryable Attributes¶
intermediateTableSummaries¶
The list of intermediate table summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTMDTABLESUMMARIES() |
Getter for INTERMEDIATETABLESUMMARIES, with configurable def |
ASK_INTMDTABLESUMMARIES() |
Getter for INTERMEDIATETABLESUMMARIES w/ exceptions if field |
HAS_INTMDTABLESUMMARIES() |
Determine if INTERMEDIATETABLESUMMARIES has a value |
nextToken¶
The pagination token that's used to fetch the next set of results.
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 |