SAP ABAP Class CL_CRM_BSP_ACCS_EVENT (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_EVENT | |
| 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 | 20020617 | SAP |
| Last change | 20050214 | 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_EVENT has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_EVENT 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 | 20020617 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HTXT | 20020617 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Read Event | 20020617 | |
| 2 | Static method | Public | Method | Read Event | 20041110 | |
| 3 | Static method | Private | Method | Read Event | 20041110 | |
| 4 | Static method | Private | Method | INTERNAL: Read Event from Database/Cache | 20020617 | |
| 5 | Static method | Private | Method | INTERNAL | 20020617 | |
| 6 | Static method | Public | Method | Delete Cache | 20020617 |
Events
Class CL_CRM_BSP_ACCS_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CACHE_HEAD | Private | See coding | 20020617 | BEGIN OF ts_cache_head.
INCLUDE TYPE crmt_bsp_event_key AS keypart.
TYPES:
bsp_event_i TYPE crmt_bsp_event_i,
found TYPE boolean,
END OF ts_cache_head
|
||
| 2 | TS_CACHE_HTXT | Private | See coding | 20020617 | BEGIN OF ts_cache_htxt.
INCLUDE TYPE crmt_bsp_event_key AS keypart.
TYPES:
langu TYPE sy-langu,
application TYPE crmt_bsp_appl,
blview TYPE crmt_bsp_blview,
bsp_event_t TYPE crmc_bsp_event_t,
found TYPE boolean,
END OF ts_cache_htxt
|
||
| 3 | TT_CACHE_HEAD | Private | See coding | 20020617 | tt_cache_head TYPE HASHED TABLE OF ts_cache_head
WITH UNIQUE KEY keypart
|
||
| 4 | TT_CACHE_HTXT | Private | See coding | 20020617 | tt_cache_htxt TYPE HASHED TABLE OF ts_cache_htxt
WITH UNIQUE KEY keypart langu application blview
|
Method Signatures
Method GET_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENT | Call by reference | Type reference (TYPE) | CRMC_BSP_EVENT | Definition von Events für BSP-Anwendungen | 20020617 | |||
| 2 | ES_BSP_EVENT_I | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_I | BSP-Event + Zusatzfelder | 20020617 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050125 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050125 | ||||
| 5 | IV_EVENT | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT | Event | 20020617 | |||
| 6 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020617 |
Method GET_EVENT on class CL_CRM_BSP_ACCS_EVENT has no exception.
Method GET_EVENT_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENT | Call by reference | Type reference (TYPE) | CRMC_BSP_EVENT | Definition von Events für BSP-Anwendungen | 20041110 | |||
| 2 | ES_BSP_EVENT_I | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_I | BSP-Event + Zusatzfelder | 20041110 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | Applikations-Szenario | 20041110 | |||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20041110 | |||
| 5 | IV_EVENT | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT | Event | 20041110 | |||
| 6 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20041110 |
Method GET_EVENT_2 on class CL_CRM_BSP_ACCS_EVENT has no exception.
Method GET_EVENT_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENT | Call by reference | Type reference (TYPE) | CRMC_BSP_EVENT | Definition von Events für BSP-Anwendungen | 20041110 | |||
| 2 | ES_BSP_EVENT_I | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_I | BSP-Event + Zusatzfelder | 20041110 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | Applikations-Szenario | 20041110 | |||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20041110 | |||
| 5 | IV_EVENT | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT | Event | 20041110 | |||
| 6 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20041110 |
Method GET_EVENT_IMPL on class CL_CRM_BSP_ACCS_EVENT has no exception.
Method LOAD_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BSP_EVENT_I | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_I | BSP-Event + Zusatzfelder | 20020617 | |||
| 2 | IS_BSP_EVENT_KEY | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_KEY | Definition von Events für BSP-Anwendungen - Schlüssel | 20020617 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | Applikations-Szenario | 20041110 | |||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20041110 | |||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20020617 |
Method LOAD_HEAD on class CL_CRM_BSP_ACCS_EVENT 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_EVENT_I | Call by reference | Type reference (TYPE) | CRMT_BSP_EVENT_I | BSP-Event + Zusatzfelder | 20020617 | |||
| 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 | 20020617 |
Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_EVENT has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_EVENT has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_EVENT has no exception.
History
| Last changed by/on | SAP | 20050214 |
| SAP Release Created in | 310 |