Skip to content

/AWS1/CL_COARECDACTIONSUMMARY

Summary information about recommended actions, grouped by specific criteria with totals and counts.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/COASTRING /AWS1/COASTRING

The grouping key used to categorize the recommended actions in this summary.

io_total TYPE REF TO /AWS1/CL_COARECDACTIONTOTAL /AWS1/CL_COARECDACTIONTOTAL

Aggregate totals for the recommended actions in this group, including count and estimated savings.


Queryable Attributes

key

The grouping key used to categorize the recommended actions in this summary.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

total

Aggregate totals for the recommended actions in this group, including count and estimated savings.

Accessible with the following methods

Method Description
GET_TOTAL() Getter for TOTAL

Public Local Types In This Class

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

TT_RECOMMENDEDACTIONSUMMARIES

TYPES TT_RECOMMENDEDACTIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_COARECDACTIONSUMMARY WITH DEFAULT KEY
.