Skip to content

/AWS1/CL_BGTBUDGETEDANDACTUA00

The amount of cost or usage that you created the budget for, compared to your actual costs or usage.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_budgetedamount TYPE REF TO /AWS1/CL_BGTSPEND /AWS1/CL_BGTSPEND

The amount of cost or usage that you created the budget for.

io_actualamount TYPE REF TO /AWS1/CL_BGTSPEND /AWS1/CL_BGTSPEND

Your actual costs or usage for a budget period.

io_timeperiod TYPE REF TO /AWS1/CL_BGTTIMEPERIOD /AWS1/CL_BGTTIMEPERIOD

The time period that's covered by this budget comparison.


Queryable Attributes

BudgetedAmount

The amount of cost or usage that you created the budget for.

Accessible with the following methods

Method Description
GET_BUDGETEDAMOUNT() Getter for BUDGETEDAMOUNT

ActualAmount

Your actual costs or usage for a budget period.

Accessible with the following methods

Method Description
GET_ACTUALAMOUNT() Getter for ACTUALAMOUNT

TimePeriod

The time period that's covered by this budget comparison.

Accessible with the following methods

Method Description
GET_TIMEPERIOD() Getter for TIMEPERIOD

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BUDGETEDANDACTUALAMOUNTSLST

TYPES TT_BUDGETEDANDACTUALAMOUNTSLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BGTBUDGETEDANDACTUA00 WITH DEFAULT KEY
.