SAP ABAP Data Element CRMT_IC_EVENTCLASS (Event Class Name)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC (Application Component) Interaction Center WebClient
⤷
CRM_IC_CUSTOMIZING2 (Package) IC WebClient customizing
⤷
⤷
Basic Data
| Data Element | CRMT_IC_EVENTCLASS |
| Short Description | Event Class Name |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SEOCLSNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Evnt Class |
| Medium | 15 | Event Class |
| Long | 20 | Event Class Name |
| Heading | 32 | Event Class Name |
Documentation
Definition
An ABAP class that implements the interfaces IF_CRM_IC_EVENT_LISTENER and IF_CRM_EVENT_CUSTOM, and raises a new event.
Use
This field is optional:
- If the event is raised from an event class, you must enter the name of the event class in this field.
- If the event is not raised from an event class, there is no need to enter an event class here.
Dependencies
As a prerequisite for entering the event class in Customizing, you must create a corresponding ABAP class in transaction SE24, which implements interfaces interfaces IF_CRM_IC_EVENT_LISTENER and IF_CRM_EVENT_CUSTOM.
Examples
Sample event class: CL_CRM_IC_EVENT_SAMPLE
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 400 |