/AWS1/CL_BGTEXECUTEBUDGETACT01¶
ExecuteBudgetActionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accountid TYPE /AWS1/BGTACCOUNTID /AWS1/BGTACCOUNTID¶
AccountId
iv_budgetname TYPE /AWS1/BGTBUDGETNAME /AWS1/BGTBUDGETNAME¶
BudgetName
iv_actionid TYPE /AWS1/BGTACTIONID /AWS1/BGTACTIONID¶
A system-generated universally unique identifier (UUID) for the action.
iv_executiontype TYPE /AWS1/BGTEXECUTIONTYPE /AWS1/BGTEXECUTIONTYPE¶
The type of execution.
Queryable Attributes¶
AccountId¶
AccountId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
BudgetName¶
BudgetName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUDGETNAME() |
Getter for BUDGETNAME, with configurable default |
ASK_BUDGETNAME() |
Getter for BUDGETNAME w/ exceptions if field has no value |
HAS_BUDGETNAME() |
Determine if BUDGETNAME has a value |
ActionId¶
A system-generated universally unique identifier (UUID) for the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONID() |
Getter for ACTIONID, with configurable default |
ASK_ACTIONID() |
Getter for ACTIONID w/ exceptions if field has no value |
HAS_ACTIONID() |
Determine if ACTIONID has a value |
ExecutionType¶
The type of execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONTYPE() |
Getter for EXECUTIONTYPE, with configurable default |
ASK_EXECUTIONTYPE() |
Getter for EXECUTIONTYPE w/ exceptions if field has no value |
HAS_EXECUTIONTYPE() |
Determine if EXECUTIONTYPE has a value |