Skip to content

/AWS1/CL_OSICHANGEPRGSSSTATUS

The progress details of a pipeline configuration change.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_starttime TYPE /AWS1/OSITIMESTAMP /AWS1/OSITIMESTAMP

The time at which the configuration change is made on the pipeline.

iv_status TYPE /AWS1/OSICHANGEPRGSSSTATUSES /AWS1/OSICHANGEPRGSSSTATUSES

The overall status of the pipeline configuration change.

iv_totalnumberofstages TYPE /AWS1/OSIINTEGER /AWS1/OSIINTEGER

The total number of stages required for the pipeline configuration change.

it_changeprogressstages TYPE /AWS1/CL_OSICHANGEPRGSSSTAGE=>TT_CHANGEPROGRESSSTAGELIST TT_CHANGEPROGRESSSTAGELIST

Information about the stages that the pipeline is going through to perform the configuration change.


Queryable Attributes

StartTime

The time at which the configuration change is made on the pipeline.

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

Status

The overall status of the pipeline configuration change.

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

TotalNumberOfStages

The total number of stages required for the pipeline configuration change.

Accessible with the following methods

Method Description
GET_TOTALNUMBEROFSTAGES() Getter for TOTALNUMBEROFSTAGES

ChangeProgressStages

Information about the stages that the pipeline is going through to perform the configuration change.

Accessible with the following methods

Method Description
GET_CHANGEPROGRESSSTAGES() Getter for CHANGEPROGRESSSTAGES, with configurable default
ASK_CHANGEPROGRESSSTAGES() Getter for CHANGEPROGRESSSTAGES w/ exceptions if field has n
HAS_CHANGEPROGRESSSTAGES() Determine if CHANGEPROGRESSSTAGES 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_CHANGEPROGRESSSTATUSLIST

TYPES TT_CHANGEPROGRESSSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSICHANGEPRGSSSTATUS WITH DEFAULT KEY
.