Skip to content

/AWS1/CL_COAPRVRESULTSUMMARY

Contains a summary of preview results for an automation rule.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/COASTRING /AWS1/COASTRING

The key identifier for this preview result summary.

io_total TYPE REF TO /AWS1/CL_COARULEPREVIEWTOTAL /AWS1/CL_COARULEPREVIEWTOTAL

Aggregate totals for automation rule preview results, including count and estimated savings.


Queryable Attributes

key

The key identifier for this preview result 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 automation rule preview results, 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_PREVIEWRESULTSUMMARIES

TYPES TT_PREVIEWRESULTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_COAPRVRESULTSUMMARY WITH DEFAULT KEY
.