Skip to content

/AWS1/CL_TBDRSPBUDGETACTION

The details of a budget action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/TBDBUDGETACTIONTYPE /AWS1/TBDBUDGETACTIONTYPE

The action taken on the budget once scheduling stops.

iv_thresholdpercentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

The percentage threshold for the budget.

Optional arguments:

iv_description TYPE /AWS1/TBDDESCRIPTION /AWS1/TBDDESCRIPTION

The budget action description.

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 action taken on the budget once scheduling stops.

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.

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

The budget action description.

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_RESPONSEBUDGETACTIONLIST

TYPES TT_RESPONSEBUDGETACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDRSPBUDGETACTION WITH DEFAULT KEY
.