Skip to content

/AWS1/CL_IOSSTARTQUERYRESPONSE

Contains the response for the StartQuery operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_queryid TYPE /AWS1/IOSQUERYID /AWS1/IOSQUERYID

The unique identifier for the query execution.

iv_status TYPE /AWS1/IOSQUERYSTATUS /AWS1/IOSQUERYSTATUS

The initial query status. The value is always SUBMITTED upon creation.


Queryable Attributes

queryId

The unique identifier for the query execution.

Accessible with the following methods

Method Description
GET_QUERYID() Getter for QUERYID, with configurable default
ASK_QUERYID() Getter for QUERYID w/ exceptions if field has no value
HAS_QUERYID() Determine if QUERYID has a value

status

The initial query status. The value is always SUBMITTED upon creation.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value