/AWS1/CL_CN2COMMUNICATIONLIMIT¶
Communication Limit
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maxcountperrecipient TYPE /AWS1/CN2INTEGER /AWS1/CN2INTEGER¶
Maximum number of contacts allowed for a given target within the given frequency.
iv_frequency TYPE /AWS1/CN2INTEGER /AWS1/CN2INTEGER¶
The number of days to consider with regards to this limit.
iv_unit TYPE /AWS1/CN2COMMUNICATIONLMTTIM00 /AWS1/CN2COMMUNICATIONLMTTIM00¶
unit
Queryable Attributes¶
maxCountPerRecipient¶
Maximum number of contacts allowed for a given target within the given frequency.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_MAXCOUNTPERRECIPIENT() | 
Getter for MAXCOUNTPERRECIPIENT, with configurable default | 
ASK_MAXCOUNTPERRECIPIENT() | 
Getter for MAXCOUNTPERRECIPIENT w/ exceptions if field has n | 
HAS_MAXCOUNTPERRECIPIENT() | 
Determine if MAXCOUNTPERRECIPIENT has a value | 
frequency¶
The number of days to consider with regards to this limit.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_FREQUENCY() | 
Getter for FREQUENCY, with configurable default | 
ASK_FREQUENCY() | 
Getter for FREQUENCY w/ exceptions if field has no value | 
HAS_FREQUENCY() | 
Determine if FREQUENCY has a value | 
unit¶
unit
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_UNIT() | 
Getter for UNIT, with configurable default | 
ASK_UNIT() | 
Getter for UNIT w/ exceptions if field has no value | 
HAS_UNIT() | 
Determine if UNIT 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_COMMUNICATIONLIMITLIST¶
TYPES TT_COMMUNICATIONLIMITLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CN2COMMUNICATIONLIMIT WITH DEFAULT KEY
.