/AWS1/CL_TBDBUDGETACTIONTOREM¶
The budget action to remove.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/TBDBUDGETACTIONTYPE /AWS1/TBDBUDGETACTIONTYPE¶
The type of budget action to remove.
iv_thresholdpercentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The percentage threshold for the budget action to remove.
Queryable Attributes¶
type¶
The type of budget action to remove.
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 remove.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUDGETACTIONSTOREMOVE¶
TYPES TT_BUDGETACTIONSTOREMOVE TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBUDGETACTIONTOREM WITH DEFAULT KEY
.