Skip to content

/AWS1/CL_TBDBATCHGETTASKRSP

BatchGetTaskResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_tasks TYPE /AWS1/CL_TBDBATCHGETTASKITEM=>TT_BATCHGETTASKITEMS TT_BATCHGETTASKITEMS

A list of tasks that were successfully retrieved.

it_errors TYPE /AWS1/CL_TBDBATCHGETTASKERROR=>TT_BATCHGETTASKERRORS TT_BATCHGETTASKERRORS

A list of errors for tasks that could not be retrieved.


Queryable Attributes

tasks

A list of tasks that were successfully retrieved.

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

errors

A list of errors for tasks that could not be retrieved.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value