SAP ABAP Class CL_CRM_BSP_ACCS_EVENTGROUP (Blueprint: BSP Event Access Class)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
⤷
CRM_BSP_FRAME_SC_BLUEPRINT (Package) Controller Implementation: Blueprint
⤷
⤷
Properties
| Class | CL_CRM_BSP_ACCS_EVENTGROUP | |
| Short Description | Blueprint: BSP Event Access Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_FRAME_SC_BLUEPRINT | Controller Implementation: Blueprint |
| Created | 20021014 | SAP |
| Last change | 20050213 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CRM_BSP_ACCS_EVENTGROUP has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_EVENTGROUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HEAD | 20021014 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HTXT | 20021014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Read Event | 20021014 | |
| 2 | Static method | Private | Method | INTERNAL: Read Event from Database/Cache | 20021014 | |
| 3 | Static method | Private | Method | INTERNAL | 20021014 | |
| 4 | Static method | Public | Method | Delete Cache | 20021014 |
Events
Class CL_CRM_BSP_ACCS_EVENTGROUP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CACHE_HEAD | Private | See coding | 20021014 | begin of ts_cache_head.
include type crmt_eventgre_key as keypart.
types:
bsp_eventgroup_i type crmt_eventgre_i,
found type boolean,
end of ts_cache_head
|
||
| 2 | TS_CACHE_HTXT | Private | See coding | 20021014 | begin of ts_cache_htxt.
include type crmt_eventgre_key as keypart.
types:
langu type sy-langu,
application type crmt_bsp_appl,
blview type crmt_bsp_blview,
bsp_eventgroup_t type crmc_eventgre_t,
found type boolean,
end of ts_cache_htxt
|
||
| 3 | TT_CACHE_HEAD | Private | See coding | 20021014 | tt_cache_head type hashed table of ts_cache_head
with unique key keypart
|
||
| 4 | TT_CACHE_HTXT | Private | See coding | 20021014 | tt_cache_htxt type hashed table of ts_cache_htxt
with unique key keypart langu application blview
|
Method Signatures
Method GET_EVENTGROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENTGROUP | Call by reference | Type reference (TYPE) | CRMC_EVENTGRE | Definition von Eventgruppen für BSP-Anwendungen | 20021014 | |||
| 2 | ES_BSP_EVENTGROUP_I | Call by reference | Type reference (TYPE) | CRMT_EVENTGRE_I | BSP-Eventgruppen + Zusatzfelder | 20021014 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050114 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050114 | ||||
| 5 | IV_EVENTGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENTGROUP | Event | 20021014 | |||
| 6 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20021014 |
Method GET_EVENTGROUP on class CL_CRM_BSP_ACCS_EVENTGROUP has no exception.
Method LOAD_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENTGROUP_I | Call by reference | Type reference (TYPE) | CRMT_EVENTGRE_I | BSP-Event + Zusatzfelder | 20021014 | |||
| 2 | IS_BSP_EVENTGROUP_KEY | Call by reference | Type reference (TYPE) | CRMT_EVENTGRE_KEY | Definition von Events für BSP-Anwendungen - Schlüssel | 20021014 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050114 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050114 | ||||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20021014 |
Method LOAD_HEAD on class CL_CRM_BSP_ACCS_EVENTGROUP has no exception.
Method LOAD_HEAD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BSP_EVENTGROUP_I | Call by reference | Type reference (TYPE) | CRMT_EVENTGRE_I | BSP-Event + Zusatzfelder | 20021014 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050114 | ||||
| 3 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050114 | ||||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20021014 |
Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_EVENTGROUP has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_EVENTGROUP has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_EVENTGROUP has no exception.
History
| Last changed by/on | SAP | 20050213 |
| SAP Release Created in | 400 |