/AWS1/CL_TBDBUDGETSUMMARY¶
The budget summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_budgetid TYPE /AWS1/TBDBUDGETID /AWS1/TBDBUDGETID¶
The budget ID.
io_usagetrackingresource TYPE REF TO /AWS1/CL_TBDUSAGETRKRESOURCE /AWS1/CL_TBDUSAGETRKRESOURCE¶
The resource used to track expenditure in the budget.
iv_status TYPE /AWS1/TBDBUDGETSTATUS /AWS1/TBDBUDGETSTATUS¶
The status of the budget.
ACTIVE–The budget is being evaluated.
INACTIVE–The budget is inactive. This can include Expired, Canceled, or deleted Deleted statuses.
iv_displayname TYPE /AWS1/TBDRESOURCENAME /AWS1/TBDRESOURCENAME¶
The display name of the budget summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
iv_approximatedollarlimit TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The approximate dollar limit of the budget.
io_usages TYPE REF TO /AWS1/CL_TBDCONSUMEDUSAGES /AWS1/CL_TBDCONSUMEDUSAGES¶
The consumed usage for the budget.
iv_createdby TYPE /AWS1/TBDCREATEDBY /AWS1/TBDCREATEDBY¶
The user or system that created this resource.
iv_createdat TYPE /AWS1/TBDCREATEDAT /AWS1/TBDCREATEDAT¶
The date and time the resource was created.
Optional arguments:¶
iv_description TYPE /AWS1/TBDDESCRIPTION /AWS1/TBDDESCRIPTION¶
The description of the budget summary.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
iv_updatedby TYPE /AWS1/TBDUPDATEDBY /AWS1/TBDUPDATEDBY¶
The user or system that updated this resource.
iv_updatedat TYPE /AWS1/TBDUPDATEDAT /AWS1/TBDUPDATEDAT¶
The date and time the resource was updated.
Queryable Attributes¶
budgetId¶
The budget ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUDGETID() |
Getter for BUDGETID, with configurable default |
ASK_BUDGETID() |
Getter for BUDGETID w/ exceptions if field has no value |
HAS_BUDGETID() |
Determine if BUDGETID has a value |
usageTrackingResource¶
The resource used to track expenditure in the budget.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGETRACKINGRESOURCE() |
Getter for USAGETRACKINGRESOURCE |
status¶
The status of the budget.
ACTIVE–The budget is being evaluated.
INACTIVE–The budget is inactive. This can include Expired, Canceled, or deleted Deleted statuses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
displayName¶
The display name of the budget summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
The description of the budget summary.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
approximateDollarLimit¶
The approximate dollar limit of the budget.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROXIMATEDOLLARLIMIT() |
Getter for APPROXIMATEDOLLARLIMIT, with configurable default |
ASK_APPROXIMATEDOLLARLIMIT() |
Getter for APPROXIMATEDOLLARLIMIT w/ exceptions if field has |
STR_APPROXIMATEDOLLARLIMIT() |
String format for APPROXIMATEDOLLARLIMIT, with configurable |
HAS_APPROXIMATEDOLLARLIMIT() |
Determine if APPROXIMATEDOLLARLIMIT has a value |
usages¶
The consumed usage for the budget.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGES() |
Getter for USAGES |
createdBy¶
The user or system that created this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
createdAt¶
The date and time the resource was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedBy¶
The user or system that updated this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
updatedAt¶
The date and time the resource was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUDGETSUMMARIES¶
TYPES TT_BUDGETSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBUDGETSUMMARY WITH DEFAULT KEY
.