Skip to content

/AWS1/CL_BLDSANDBOXSESSPHASE

Contains information about the sandbox phase.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_phasetype TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

The name of the sandbox phase.

iv_phasestatus TYPE /AWS1/BLDSTATUSTYPE /AWS1/BLDSTATUSTYPE

The current status of the sandbox phase. Valid values include:

FAILED

The sandbox phase failed.

FAULT

The sandbox phase faulted.

IN_PROGRESS

The sandbox phase is still in progress.

STOPPED

The sandbox phase stopped.

SUCCEEDED

The sandbox phase succeeded.

TIMED_OUT

The sandbox phase timed out.

iv_starttime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP

When the sandbox phase started, expressed in Unix time format.

iv_endtime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP

When the sandbox phase ended, expressed in Unix time format.

iv_durationinseconds TYPE /AWS1/BLDWRAPPERLONG /AWS1/BLDWRAPPERLONG

How long, in seconds, between the starting and ending times of the sandbox's phase.

it_contexts TYPE /AWS1/CL_BLDPHASECONTEXT=>TT_PHASECONTEXTS TT_PHASECONTEXTS

An array of PhaseContext objects.


Queryable Attributes

phaseType

The name of the sandbox phase.

Accessible with the following methods

Method Description
GET_PHASETYPE() Getter for PHASETYPE, with configurable default
ASK_PHASETYPE() Getter for PHASETYPE w/ exceptions if field has no value
HAS_PHASETYPE() Determine if PHASETYPE has a value

phaseStatus

The current status of the sandbox phase. Valid values include:

FAILED

The sandbox phase failed.

FAULT

The sandbox phase faulted.

IN_PROGRESS

The sandbox phase is still in progress.

STOPPED

The sandbox phase stopped.

SUCCEEDED

The sandbox phase succeeded.

TIMED_OUT

The sandbox phase timed out.

Accessible with the following methods

Method Description
GET_PHASESTATUS() Getter for PHASESTATUS, with configurable default
ASK_PHASESTATUS() Getter for PHASESTATUS w/ exceptions if field has no value
HAS_PHASESTATUS() Determine if PHASESTATUS has a value

startTime

When the sandbox phase started, expressed in Unix time format.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

endTime

When the sandbox phase ended, expressed in Unix time format.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

durationInSeconds

How long, in seconds, between the starting and ending times of the sandbox's phase.

Accessible with the following methods

Method Description
GET_DURATIONINSECONDS() Getter for DURATIONINSECONDS, with configurable default
ASK_DURATIONINSECONDS() Getter for DURATIONINSECONDS w/ exceptions if field has no v
HAS_DURATIONINSECONDS() Determine if DURATIONINSECONDS has a value

contexts

An array of PhaseContext objects.

Accessible with the following methods

Method Description
GET_CONTEXTS() Getter for CONTEXTS, with configurable default
ASK_CONTEXTS() Getter for CONTEXTS w/ exceptions if field has no value
HAS_CONTEXTS() Determine if CONTEXTS 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_SANDBOXSESSIONPHASES

TYPES TT_SANDBOXSESSIONPHASES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BLDSANDBOXSESSPHASE WITH DEFAULT KEY
.