Skip to content

/AWS1/CL_REVSTOPTESTRUNRSP

StopTestRunResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_testrunid TYPE /AWS1/REVTESTRUNID /AWS1/REVTESTRUNID

The identifier of the stopped test run.

iv_status TYPE /AWS1/REVTESTRUNSTATUS /AWS1/REVTESTRUNSTATUS

The status of the test run.


Queryable Attributes

testRunId

The identifier of the stopped test run.

Accessible with the following methods

Method Description
GET_TESTRUNID() Getter for TESTRUNID, with configurable default
ASK_TESTRUNID() Getter for TESTRUNID w/ exceptions if field has no value
HAS_TESTRUNID() Determine if TESTRUNID has a value

status

The status of the test run.

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