Skip to content

/AWS1/CL_FCSTESTWINDOWSUMMARY

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_testwindowstart TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP

The time at which the test began.

iv_testwindowend TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP

The time at which the test ended.

iv_status TYPE /AWS1/FCSSTATUS /AWS1/FCSSTATUS

The status of the test. Possible status values are:

  • ACTIVE

  • CREATE_IN_PROGRESS

  • CREATE_FAILED

iv_message TYPE /AWS1/FCSERRORMESSAGE /AWS1/FCSERRORMESSAGE

If the test failed, the reason why it failed.


Queryable Attributes

TestWindowStart

The time at which the test began.

Accessible with the following methods

Method Description
GET_TESTWINDOWSTART() Getter for TESTWINDOWSTART, with configurable default
ASK_TESTWINDOWSTART() Getter for TESTWINDOWSTART w/ exceptions if field has no val
HAS_TESTWINDOWSTART() Determine if TESTWINDOWSTART has a value

TestWindowEnd

The time at which the test ended.

Accessible with the following methods

Method Description
GET_TESTWINDOWEND() Getter for TESTWINDOWEND, with configurable default
ASK_TESTWINDOWEND() Getter for TESTWINDOWEND w/ exceptions if field has no value
HAS_TESTWINDOWEND() Determine if TESTWINDOWEND has a value

Status

The status of the test. Possible status values are:

  • ACTIVE

  • CREATE_IN_PROGRESS

  • CREATE_FAILED

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

Message

If the test failed, the reason why it failed.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE 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_TESTWINDOWDETAILS

TYPES TT_TESTWINDOWDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FCSTESTWINDOWSUMMARY WITH DEFAULT KEY
.