/AWS1/CL_CNTREALTIMECONTACTA07¶
Provides information about the category rule that was matched.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_pointsofinterest TYPE /AWS1/CL_CNTREALTIMECONTACTA08=>TT_REALTIMECONTACTALYPTSOFIN00 TT_REALTIMECONTACTALYPTSOFIN00¶
List of PointOfInterest - objects describing a single match of a rule.
Queryable Attributes¶
PointsOfInterest¶
List of PointOfInterest - objects describing a single match of a rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POINTSOFINTEREST() |
Getter for POINTSOFINTEREST, with configurable default |
ASK_POINTSOFINTEREST() |
Getter for POINTSOFINTEREST w/ exceptions if field has no va |
HAS_POINTSOFINTEREST() |
Determine if POINTSOFINTEREST 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_REALTIMECONTACTALYMATCHED00¶
TYPES TT_REALTIMECONTACTALYMATCHED00 TYPE HASHED TABLE OF /AWS1/CL_CNTREALTIMECONTACTA07=>TS_REALTIMECONTACTALY00_MAPROW WITH UNIQUE KEY key
.
TS_REALTIMECONTACTALY00_MAPROW¶
TYPES: BEGIN OF TS_REALTIMECONTACTALY00_MAPROW,
key TYPE /AWS1/CNTREALTIMECONTACTALYC01,
value TYPE REF TO /AWS1/CL_CNTREALTIMECONTACTA07,
END OF TS_REALTIMECONTACTALY00_MAPROW.