SAP ABAP Class CL_CRM_BSP_ACCS_SOURCEKEY (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_SOURCEKEY | |
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 | 20020919 | 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_SOURCEKEY has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_SOURCEKEY 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 | 20020919 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HTXT | 20020919 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Read Source | 20020919 |
2 | ![]() |
Static method | Private | Method | INTERNAL: Read Source from DB/Cache | 20020919 |
3 | ![]() |
Static method | Private | Method | INTERNAL: Read Source Text from DB/Cache | 20020919 |
4 | ![]() |
Static method | Public | Method | Delete Cache | 20020919 |
Events
Class CL_CRM_BSP_ACCS_SOURCEKEY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CACHE_HEAD | Private | See coding | 20020919 | BEGIN OF ts_cache_head.
INCLUDE TYPE CRMT_BL_SOURCE_KEY AS keypart.
TYPES:
bl_source_i TYPE CRMT_BL_SOURCE_I,
found TYPE boolean,
END OF ts_cache_head
|
||
2 | TS_CACHE_HTXT | Private | See coding | 20020919 | BEGIN OF ts_cache_htxt.
INCLUDE TYPE CRMT_BL_SOURCE_KEY AS keypart.
TYPES:
langu TYPE sy-langu,
application TYPE crmt_bsp_appl,
blview TYPE crmt_bsp_blview,
bl_source_t TYPE crmc_bl_source_t,
found TYPE boolean,
END OF ts_cache_htxt
|
||
3 | TT_CACHE_HEAD | Private | See coding | 20020919 | tt_cache_head TYPE HASHED TABLE OF ts_cache_head
WITH UNIQUE KEY keypart
|
||
4 | TT_CACHE_HTXT | Private | See coding | 20020919 | tt_cache_htxt TYPE HASHED TABLE OF ts_cache_htxt
WITH UNIQUE KEY keypart langu blview application
|
Method Signatures
Method GET_SOURCEKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_BL_SOURCE | Call by reference | Type reference (TYPE) | CRMC_BL_SOURCE | Datenquelle für Suchanfragen | 20020919 | ||
2 | ![]() |
ES_BL_SOURCE_I | Call by reference | Type reference (TYPE) | CRMT_BL_SOURCE_I | Datenquelle für Suchanfragen + Zusatzfelder | 20020919 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050110 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050110 | |||
5 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020919 | |
6 | ![]() |
IV_SOURCEKEY | Call by reference | Type reference (TYPE) | CRMT_BSP_SOURCEKEY | Event | 20020919 |
Method GET_SOURCEKEY on class CL_CRM_BSP_ACCS_SOURCEKEY has no exception.
Method LOAD_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_BL_SOURCE_I | Call by reference | Type reference (TYPE) | CRMT_BL_SOURCE_I | Datenquelle für Suchanfragen + Zusatzdaten | 20020919 | ||
2 | ![]() |
IS_BL_SOURCE_KEY | Call by reference | Type reference (TYPE) | CRMT_BL_SOURCE_KEY | Datenquelle für Suchanfragen - Schlüssel | 20020919 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050110 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050110 | |||
5 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20020919 |
Method LOAD_HEAD on class CL_CRM_BSP_ACCS_SOURCEKEY has no exception.
Method LOAD_HEAD_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_BL_SOURCE_I | Call by reference | Type reference (TYPE) | CRMT_BL_SOURCE_I | Datenquelle für Suchanfragen + Zusatzdaten | 20020919 | ||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050110 | |||
3 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050110 | |||
4 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20020919 |
Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_SOURCEKEY has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_SOURCEKEY has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_SOURCEKEY has no exception.
History
Last changed by/on | SAP | 20050213 |
SAP Release Created in | 400 |