Skip to content

/AWS1/CL_CNTSRCHDATATABLESRSP

SearchDataTablesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_datatables TYPE /AWS1/CL_CNTDATATABLE=>TT_DATATABLELIST TT_DATATABLELIST

An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

Specify the pagination token from a previous request to retrieve the next page of results.

iv_approximatetotalcount TYPE /AWS1/CNTAPPROXIMATETOTALCOUNT /AWS1/CNTAPPROXIMATETOTALCOUNT

The approximate number of data tables that matched the search criteria.


Queryable Attributes

DataTables

An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

Accessible with the following methods

Method Description
GET_DATATABLES() Getter for DATATABLES, with configurable default
ASK_DATATABLES() Getter for DATATABLES w/ exceptions if field has no value
HAS_DATATABLES() Determine if DATATABLES has a value

NextToken

Specify the pagination token from a previous request to retrieve the next page 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

ApproximateTotalCount

The approximate number of data tables that matched the search criteria.

Accessible with the following methods

Method Description
GET_APPROXIMATETOTALCOUNT() Getter for APPROXIMATETOTALCOUNT, with configurable default
ASK_APPROXIMATETOTALCOUNT() Getter for APPROXIMATETOTALCOUNT w/ exceptions if field has
HAS_APPROXIMATETOTALCOUNT() Determine if APPROXIMATETOTALCOUNT has a value