Skip to content

/AWS1/CL_BGTCREATEBUDGETACTRSP

CreateBudgetActionResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountid TYPE /AWS1/BGTACCOUNTID /AWS1/BGTACCOUNTID

The account ID of the user. It's a 12-digit number.

iv_budgetname TYPE /AWS1/BGTBUDGETNAME /AWS1/BGTBUDGETNAME

A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.

iv_actionid TYPE /AWS1/BGTACTIONID /AWS1/BGTACTIONID

A system-generated universally unique identifier (UUID) for the action.


Queryable Attributes

AccountId

The account ID of the user. It's a 12-digit number.

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

A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.

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