Skip to content

/AWS1/CL_OMXRUNSUMMARY

A summary of the runs in a batch.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pendingruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of pending runs.

iv_startingruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of starting runs.

iv_runningruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of running runs.

iv_stoppingruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of stopping runs.

iv_completedruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of completed runs.

iv_deletedruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of deleted runs.

iv_failedruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of failed runs.

iv_cancelledruncount TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

The number of cancelled runs.


Queryable Attributes

pendingRunCount

The number of pending runs.

Accessible with the following methods

Method Description
GET_PENDINGRUNCOUNT() Getter for PENDINGRUNCOUNT, with configurable default
ASK_PENDINGRUNCOUNT() Getter for PENDINGRUNCOUNT w/ exceptions if field has no val
HAS_PENDINGRUNCOUNT() Determine if PENDINGRUNCOUNT has a value

startingRunCount

The number of starting runs.

Accessible with the following methods

Method Description
GET_STARTINGRUNCOUNT() Getter for STARTINGRUNCOUNT, with configurable default
ASK_STARTINGRUNCOUNT() Getter for STARTINGRUNCOUNT w/ exceptions if field has no va
HAS_STARTINGRUNCOUNT() Determine if STARTINGRUNCOUNT has a value

runningRunCount

The number of running runs.

Accessible with the following methods

Method Description
GET_RUNNINGRUNCOUNT() Getter for RUNNINGRUNCOUNT, with configurable default
ASK_RUNNINGRUNCOUNT() Getter for RUNNINGRUNCOUNT w/ exceptions if field has no val
HAS_RUNNINGRUNCOUNT() Determine if RUNNINGRUNCOUNT has a value

stoppingRunCount

The number of stopping runs.

Accessible with the following methods

Method Description
GET_STOPPINGRUNCOUNT() Getter for STOPPINGRUNCOUNT, with configurable default
ASK_STOPPINGRUNCOUNT() Getter for STOPPINGRUNCOUNT w/ exceptions if field has no va
HAS_STOPPINGRUNCOUNT() Determine if STOPPINGRUNCOUNT has a value

completedRunCount

The number of completed runs.

Accessible with the following methods

Method Description
GET_COMPLETEDRUNCOUNT() Getter for COMPLETEDRUNCOUNT, with configurable default
ASK_COMPLETEDRUNCOUNT() Getter for COMPLETEDRUNCOUNT w/ exceptions if field has no v
HAS_COMPLETEDRUNCOUNT() Determine if COMPLETEDRUNCOUNT has a value

deletedRunCount

The number of deleted runs.

Accessible with the following methods

Method Description
GET_DELETEDRUNCOUNT() Getter for DELETEDRUNCOUNT, with configurable default
ASK_DELETEDRUNCOUNT() Getter for DELETEDRUNCOUNT w/ exceptions if field has no val
HAS_DELETEDRUNCOUNT() Determine if DELETEDRUNCOUNT has a value

failedRunCount

The number of failed runs.

Accessible with the following methods

Method Description
GET_FAILEDRUNCOUNT() Getter for FAILEDRUNCOUNT, with configurable default
ASK_FAILEDRUNCOUNT() Getter for FAILEDRUNCOUNT w/ exceptions if field has no valu
HAS_FAILEDRUNCOUNT() Determine if FAILEDRUNCOUNT has a value

cancelledRunCount

The number of cancelled runs.

Accessible with the following methods

Method Description
GET_CANCELLEDRUNCOUNT() Getter for CANCELLEDRUNCOUNT, with configurable default
ASK_CANCELLEDRUNCOUNT() Getter for CANCELLEDRUNCOUNT w/ exceptions if field has no v
HAS_CANCELLEDRUNCOUNT() Determine if CANCELLEDRUNCOUNT has a value