Skip to content

/AWS1/CL_FISEXPERIMENTRPTSTATE

Describes the state of the experiment report generation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/FISEXPERIMENTREPORTSTAT /AWS1/FISEXPERIMENTREPORTSTAT

The state of the experiment report generation.

iv_reason TYPE /AWS1/FISEXPERIMENTREPORTRSN /AWS1/FISEXPERIMENTREPORTRSN

The reason for the state of the experiment report generation.

io_error TYPE REF TO /AWS1/CL_FISEXPERIMENTRPTERROR /AWS1/CL_FISEXPERIMENTRPTERROR

The error information of the experiment when the experiment report generation has failed.


Queryable Attributes

status

The state of the experiment report generation.

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

reason

The reason for the state of the experiment report generation.

Accessible with the following methods

Method Description
GET_REASON() Getter for REASON, with configurable default
ASK_REASON() Getter for REASON w/ exceptions if field has no value
HAS_REASON() Determine if REASON has a value

error

The error information of the experiment when the experiment report generation has failed.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR