Skip to content

/AWS1/CL_CNTEXECUTIONRECORD

Contains information about a test case execution record.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_observationid TYPE /AWS1/CNTTESTCASERESOURCEID /AWS1/CNTTESTCASERESOURCEID

The identifier of the execution record.

iv_status TYPE /AWS1/CNTEXECUTIONRECORDSTATUS /AWS1/CNTEXECUTIONRECORDSTATUS

The status of the action execution.

iv_timestamp TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp when the action was executed.

iv_record TYPE /AWS1/CNTEXECUTIONRECORDSTRING /AWS1/CNTEXECUTIONRECORDSTRING

The details of the executed record.


Queryable Attributes

ObservationId

The identifier of the execution record.

Accessible with the following methods

Method Description
GET_OBSERVATIONID() Getter for OBSERVATIONID, with configurable default
ASK_OBSERVATIONID() Getter for OBSERVATIONID w/ exceptions if field has no value
HAS_OBSERVATIONID() Determine if OBSERVATIONID has a value

Status

The status of the action execution.

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

Timestamp

The timestamp when the action was executed.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

Record

The details of the executed record.

Accessible with the following methods

Method Description
GET_RECORD() Getter for RECORD, with configurable default
ASK_RECORD() Getter for RECORD w/ exceptions if field has no value
HAS_RECORD() Determine if RECORD has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_EXECUTIONRECORDLIST

TYPES TT_EXECUTIONRECORDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEXECUTIONRECORD WITH DEFAULT KEY
.