Skip to content

/AWS1/CL_TBDSEARCHTASKSRSP

SearchTasksResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_TASKS TYPE /AWS1/CL_TBDTASKSEARCHSUMMARY=>TT_TASKSEARCHSUMMARIES TT_TASKSEARCHSUMMARIES

Tasks in the search.

IV_TOTALRESULTS TYPE /AWS1/TBDTOTALRESULTS /AWS1/TBDTOTALRESULTS

The total number of results in the search.

Optional arguments:

IV_NEXTITEMOFFSET TYPE /AWS1/TBDNEXTITEMOFFSET /AWS1/TBDNEXTITEMOFFSET

The next incremental starting point after the defined itemOffset.


Queryable Attributes

tasks

Tasks in the search.

Accessible with the following methods

Method Description
GET_TASKS() Getter for TASKS, with configurable default
ASK_TASKS() Getter for TASKS w/ exceptions if field has no value
HAS_TASKS() Determine if TASKS has a value

nextItemOffset

The next incremental starting point after the defined itemOffset.

Accessible with the following methods

Method Description
GET_NEXTITEMOFFSET() Getter for NEXTITEMOFFSET, with configurable default
ASK_NEXTITEMOFFSET() Getter for NEXTITEMOFFSET w/ exceptions if field has no valu
HAS_NEXTITEMOFFSET() Determine if NEXTITEMOFFSET has a value

totalResults

The total number of results in the search.

Accessible with the following methods

Method Description
GET_TOTALRESULTS() Getter for TOTALRESULTS, with configurable default
ASK_TOTALRESULTS() Getter for TOTALRESULTS w/ exceptions if field has no value
HAS_TOTALRESULTS() Determine if TOTALRESULTS has a value