/AWS1/CL_CWSBTCGETSVCLEVELOB01¶
BatchGetServiceLevelObjectiveBudgetReportOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP¶
The date and time that the report is for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
it_reports TYPE /AWS1/CL_CWSSVCLEVELOBJIVEBU00=>TT_SVCLEVELOBJIVEBUDGETREPORTS TT_SVCLEVELOBJIVEBUDGETREPORTS¶
An array of structures, where each structure is one budget report.
it_errors TYPE /AWS1/CL_CWSSVCLEVELOBJIVEBU01=>TT_SVCLEVELOBJIVEBUDGETRPTERRS TT_SVCLEVELOBJIVEBUDGETRPTERRS¶
An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.
Queryable Attributes¶
Timestamp¶
The date and time that the report is for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
Reports¶
An array of structures, where each structure is one budget report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTS() |
Getter for REPORTS, with configurable default |
ASK_REPORTS() |
Getter for REPORTS w/ exceptions if field has no value |
HAS_REPORTS() |
Determine if REPORTS has a value |
Errors¶
An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |