SAP ABAP Class CL_CRM_BSP_ACCS_VIEWSETGROUP (Blueprint: Access Class Toolbar (Entity/Items))
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF (Application Component) People Centric UI Framework
⤷
CRM_BSP_FRAME_GENERIC (Package) Controller Implementation: Generic Framework
⤷
⤷
Properties
| Class | CL_CRM_BSP_ACCS_VIEWSETGROUP | |
| Short Description | Blueprint: Access Class Toolbar (Entity/Items) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_FRAME_GENERIC | Controller Implementation: Generic Framework |
| Created | 20030503 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CRM_BSP_ACCS_VIEWSETGROUP has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_VIEWSETGROUP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20030503 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HEAD | Cache Header | 20030503 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HTXT | Cache Header Texts | 20030503 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TT_CACHE_ITEM | Cache Items | 20030503 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Viewset Group - Get Entity | 20030503 | |
| 2 | Static method | Public | Method | Get All Items of a Viewset Group Entity | 20030503 | |
| 3 | Static method | Public | Method | Viewset Group - Get Item | 20030503 | |
| 4 | Static method | Private | Method | INTERNAL: Get Header of DB/Cache (E-Table) | 20030503 | |
| 5 | Static method | Private | Method | INTERNAL: Get Header Text from DB/Cache (E-Table) | 20030503 | |
| 6 | Static method | Private | Method | INTERNAL: Get Record from DB/Cache (S-/C-Table) | 20030503 | |
| 7 | Static method | Public | Method | Delete Cache | 20030503 |
Events
Class CL_CRM_BSP_ACCS_VIEWSETGROUP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CACHE_HEAD | Private | See coding | Cache Header (Entry) | 20030503 | BEGIN OF ts_cache_head.
INCLUDE TYPE crmt_bsp_vsetgre_key AS keypart.
TYPES:
viewsetgre_i TYPE crmt_bsp_vsetgre_i,
found TYPE boolean,
END OF ts_cache_head
|
|
| 2 | TS_CACHE_HTXT | Private | See coding | Cache Header Texts (Entry) | 20030503 | BEGIN OF ts_cache_htxt.
INCLUDE TYPE crmt_bsp_vsetgre_key AS keypart.
TYPES:
langu TYPE sy-langu,
viewsetgre_t TYPE crmc_vsetgre_t,
found TYPE boolean,
END OF ts_cache_htxt
|
|
| 3 | TS_CACHE_ITEM | Private | See coding | Cache Items (Entry) | 20030503 | BEGIN OF ts_cache_item,
viewsetgroup TYPE crmt_bsp_vsetgrp,
blview TYPE crmt_bsp_blview,
t_viewsetgrp_i TYPE crmt_bsp_vsetgrp_proc_it,
END OF ts_cache_item
|
|
| 4 | TT_CACHE_HEAD | Private | See coding | Cache Header (Table) | 20030503 | tt_cache_head TYPE HASHED TABLE OF ts_cache_head
WITH UNIQUE KEY keypart
|
|
| 5 | TT_CACHE_HTXT | Private | See coding | Cache Header Texts (Table) | 20030503 | tt_cache_htxt TYPE HASHED TABLE OF ts_cache_htxt
WITH UNIQUE KEY keypart langu
|
|
| 6 | TT_CACHE_ITEM | Private | See coding | Cache Items (Table) | 20030503 | tt_cache_item TYPE HASHED TABLE OF ts_cache_item
WITH UNIQUE KEY viewsetgroup blview
|
Method Signatures
Method GET_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VIEWSETGRE | Call by reference | Type reference (TYPE) | CRMC_VSETGRE | Entität Viewset | 20030503 | |||
| 2 | ES_VIEWSETGRE_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRE_I | Entität Viewset + Zusatzfelder | 20030504 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | ||||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20030503 | ||
| 6 | IV_VIEWSETGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP | Viewset Gruppe | 20030503 |
Method GET_HEAD on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method GET_ITEM_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VIEWSETGRP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP_PROC_TAB | Viewset Gruppe | 20030503 | |||
| 2 | ET_VIEWSETGRP_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP_PROC_IT | Standardtabelle zu Viewset + Zusatzfelder | 20030503 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20030503 | |||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20030503 | ||
| 6 | IV_READ_INACT | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Auch inaktive Einträge zurückgeben | 20030503 | ||
| 7 | IV_VIEWSETGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP | Viewset Gruppe | 20030503 |
Method GET_ITEM_ALL on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method GET_ITEM_ONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VIEWSETGRP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP_PROC | Viewset Gruppe | 20030503 | |||
| 2 | ES_VIEWSETGRP_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP_PROC_I | Viewset + Zusatzfelder | 20030503 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20030503 | |||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20030503 | ||
| 6 | IV_SEQUENCE | Call by reference | Type reference (TYPE) | CRMT_BSP_SEQUENCE_6 | Sequenz | 20030503 | |||
| 7 | IV_VIEWSETGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP | VIewset Gruppe | 20030503 |
Method GET_ITEM_ONE on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method LOAD_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VIEWSETGRE_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRE_I | Entität Viewset + Zusatzfelder | 20030503 | |||
| 2 | IS_VIEWSETGRE_KEY | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRE_KEY | Viewset Gruppe - Schlüssel | 20030503 | |||
| 3 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 4 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | ||||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20030503 |
Method LOAD_HEAD on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method LOAD_HEAD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_VIEWSETGRE_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRE_I | Entität Viewset + Zusatzfelder | 20030503 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 3 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | ||||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20030503 |
Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method LOAD_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VIEWSETGRP_I | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP_PROC_IT | Standardtabelle zu Viewset + Zusatzfelder | 20030503 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | ||||
| 3 | IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20030503 | |||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20030503 | |||
| 5 | IV_VIEWSETGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_VSETGRP | Toolbar Gruppe | 20030503 |
Method LOAD_ITEM on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_VIEWSETGROUP has no exception.
History
| Last changed by/on | SAP | 20050214 |
| SAP Release Created in | 400 |