/AWS1/CL_BCELISTTABLESRESPONSE¶
ListTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tables TYPE /AWS1/CL_BCETABLE=>TT_TABLELIST TT_TABLELIST¶
The list of tables.
iv_nexttoken TYPE /AWS1/BCENEXTPAGETOKEN /AWS1/BCENEXTPAGETOKEN¶
The token to retrieve the next set of results.
Queryable Attributes¶
Tables¶
The list of tables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLES() |
Getter for TABLES, with configurable default |
ASK_TABLES() |
Getter for TABLES w/ exceptions if field has no value |
HAS_TABLES() |
Determine if TABLES has a value |
NextToken¶
The token to retrieve 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 |