/AWS1/CL_CNTACTIONSUMMARY¶
Information about an action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_actiontype TYPE /AWS1/CNTACTIONTYPE /AWS1/CNTACTIONTYPE¶
The action type.
Queryable Attributes¶
ActionType¶
The action type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONTYPE() |
Getter for ACTIONTYPE, with configurable default |
ASK_ACTIONTYPE() |
Getter for ACTIONTYPE w/ exceptions if field has no value |
HAS_ACTIONTYPE() |
Determine if ACTIONTYPE 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_ACTIONSUMMARIES¶
TYPES TT_ACTIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTACTIONSUMMARY WITH DEFAULT KEY
.