Skip to content

/AWS1/CL_IOSCANCELQUERYRSP

Contains the response for the CancelQuery operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_queryid TYPE /AWS1/IOSQUERYID /AWS1/IOSQUERYID

The unique identifier for the cancelled query.

iv_status TYPE /AWS1/IOSQUERYSTATUS /AWS1/IOSQUERYSTATUS

The current query status.


Queryable Attributes

queryId

The unique identifier for the cancelled query.

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 current query status.

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