Skip to content

/AWS1/CL_WADMILESTONE

A milestone return object.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_milestonenumber TYPE /AWS1/WADMILESTONENUMBER /AWS1/WADMILESTONENUMBER

The milestone number.

A workload can have a maximum of 100 milestones.

iv_milestonename TYPE /AWS1/WADMILESTONENAME /AWS1/WADMILESTONENAME

The name of the milestone in a workload.

Milestone names must be unique within a workload.

iv_recordedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP

The date and time recorded.

io_workload TYPE REF TO /AWS1/CL_WADWORKLOAD /AWS1/CL_WADWORKLOAD

A workload return object.


Queryable Attributes

MilestoneNumber

The milestone number.

A workload can have a maximum of 100 milestones.

Accessible with the following methods

Method Description
GET_MILESTONENUMBER() Getter for MILESTONENUMBER, with configurable default
ASK_MILESTONENUMBER() Getter for MILESTONENUMBER w/ exceptions if field has no val
HAS_MILESTONENUMBER() Determine if MILESTONENUMBER has a value

MilestoneName

The name of the milestone in a workload.

Milestone names must be unique within a workload.

Accessible with the following methods

Method Description
GET_MILESTONENAME() Getter for MILESTONENAME, with configurable default
ASK_MILESTONENAME() Getter for MILESTONENAME w/ exceptions if field has no value
HAS_MILESTONENAME() Determine if MILESTONENAME has a value

RecordedAt

The date and time recorded.

Accessible with the following methods

Method Description
GET_RECORDEDAT() Getter for RECORDEDAT, with configurable default
ASK_RECORDEDAT() Getter for RECORDEDAT w/ exceptions if field has no value
HAS_RECORDEDAT() Determine if RECORDEDAT has a value

Workload

A workload return object.

Accessible with the following methods

Method Description
GET_WORKLOAD() Getter for WORKLOAD