/AWS1/CL_WADMILESTONESUMMARY¶
A milestone summary return object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_milestonenumber TYPE /AWS1/WADMILESTONENUMBER /AWS1/WADMILESTONENUMBER¶
MilestoneNumber
iv_milestonename TYPE /AWS1/WADMILESTONENAME /AWS1/WADMILESTONENAME¶
MilestoneName
iv_recordedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
RecordedAt
io_workloadsummary TYPE REF TO /AWS1/CL_WADWORKLOADSUMMARY /AWS1/CL_WADWORKLOADSUMMARY¶
WorkloadSummary
Queryable Attributes¶
MilestoneNumber¶
MilestoneNumber
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¶
MilestoneName
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¶
RecordedAt
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 |
WorkloadSummary¶
WorkloadSummary
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADSUMMARY() |
Getter for WORKLOADSUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MILESTONESUMMARIES¶
TYPES TT_MILESTONESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADMILESTONESUMMARY WITH DEFAULT KEY
.