Skip to content

/AWS1/CL_BTCARRAYPRPSDETAIL

An object that represents the array properties of a job.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_statussummary TYPE /AWS1/CL_BTCARRAYJOBSTATSUMM_W=>TT_ARRAYJOBSTATUSSUMMARY TT_ARRAYJOBSTATUSSUMMARY

A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

iv_size TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER

The size of the array job. This parameter is returned for parent array jobs.

iv_index TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER

The job index within the array that's associated with this job. This parameter is returned for array job children.


Queryable Attributes

statusSummary

A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

Accessible with the following methods

Method Description
GET_STATUSSUMMARY() Getter for STATUSSUMMARY, with configurable default
ASK_STATUSSUMMARY() Getter for STATUSSUMMARY w/ exceptions if field has no value
HAS_STATUSSUMMARY() Determine if STATUSSUMMARY has a value

size

The size of the array job. This parameter is returned for parent array jobs.

Accessible with the following methods

Method Description
GET_SIZE() Getter for SIZE, with configurable default
ASK_SIZE() Getter for SIZE w/ exceptions if field has no value
HAS_SIZE() Determine if SIZE has a value

index

The job index within the array that's associated with this job. This parameter is returned for array job children.

Accessible with the following methods

Method Description
GET_INDEX() Getter for INDEX, with configurable default
ASK_INDEX() Getter for INDEX w/ exceptions if field has no value
HAS_INDEX() Determine if INDEX has a value