Skip to content

/AWS1/CL_BTCSVCJOBPREEMPTNSUMM

Summarizes the preemptions of the service job. This field appears on a service job when it has been preempted.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_preemptedattemptcount TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER

The total number of times the service job has been preempted.

it_recentpreemptedattempts TYPE /AWS1/CL_BTCSVCJOBPREMPATTEMPT=>TT_SVCJOBRECENTPREMPATMPTLIST TT_SVCJOBRECENTPREMPATMPTLIST

A list of the most recent preemption attempts for the service job.


Queryable Attributes

preemptedAttemptCount

The total number of times the service job has been preempted.

Accessible with the following methods

Method Description
GET_PREEMPTEDATTEMPTCOUNT() Getter for PREEMPTEDATTEMPTCOUNT, with configurable default
ASK_PREEMPTEDATTEMPTCOUNT() Getter for PREEMPTEDATTEMPTCOUNT w/ exceptions if field has
HAS_PREEMPTEDATTEMPTCOUNT() Determine if PREEMPTEDATTEMPTCOUNT has a value

recentPreemptedAttempts

A list of the most recent preemption attempts for the service job.

Accessible with the following methods

Method Description
GET_RECENTPREEMPTEDATTEMPTS() Getter for RECENTPREEMPTEDATTEMPTS, with configurable defaul
ASK_RECENTPREEMPTEDATTEMPTS() Getter for RECENTPREEMPTEDATTEMPTS w/ exceptions if field ha
HAS_RECENTPREEMPTEDATTEMPTS() Determine if RECENTPREEMPTEDATTEMPTS has a value