/AWS1/CL_TBDBUDGETACTIONTOADD¶
The budget action to add.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/TBDBUDGETACTIONTYPE /AWS1/TBDBUDGETACTIONTYPE¶
The type of budget action to add.
iv_thresholdpercentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The percentage threshold for the budget action to add.
Optional arguments:¶
iv_description TYPE /AWS1/TBDDESCRIPTION /AWS1/TBDDESCRIPTION¶
A description for the budget action to add.
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.
Queryable Attributes¶
type¶
The type of budget action to add.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
thresholdPercentage¶
The percentage threshold for the budget action to add.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THRESHOLDPERCENTAGE() |
Getter for THRESHOLDPERCENTAGE, with configurable default |
ASK_THRESHOLDPERCENTAGE() |
Getter for THRESHOLDPERCENTAGE w/ exceptions if field has no |
STR_THRESHOLDPERCENTAGE() |
String format for THRESHOLDPERCENTAGE, with configurable def |
HAS_THRESHOLDPERCENTAGE() |
Determine if THRESHOLDPERCENTAGE has a value |
description¶
A description for the budget action to add.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUDGETACTIONSTOADD¶
TYPES TT_BUDGETACTIONSTOADD TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBUDGETACTIONTOADD WITH DEFAULT KEY
.