SAP ABAP Class CL_CRM_BSP_ACCS_MULTIGROUP (Blueprint: Multigroup Access Class (Entity/Items))
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_MULTIGROUP  
Short Description Blueprint: Multigroup Access Class (Entity/Items)    
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 20030429   SAP 
Last change 20050214   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CRMBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_BSP_ACCS_MULTIGROUP has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_MULTIGROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_STANDALONE Static Attribute Public Type reference (TYPE) ABAP_BOOL 20030429
2 MT_CACHE_HEAD Static Attribute Private Type reference (TYPE) TT_CACHE_HEAD Header Cache 20030429
3 MT_CACHE_HTXT Static Attribute Private Type reference (TYPE) TT_CACHE_HTXT Header Text Cache 20030429
4 MT_CACHE_ITEM Static Attribute Private Type reference (TYPE) TT_CACHE_ITEM Items Cache 20030429
Methods
# Method Level Visibility Method type Description Created on
1 GET_HEAD Static method Public Method Read Multigroup Entity 20030429
2 GET_ITEM_ALL Static method Public Method Read All Items of a Multigroup Entity 20030429
3 GET_ITEM_ONE Static method Public Method Read Multigroup Items 20030429
4 LOAD_HEAD Static method Private Method INTERNAL: Read Header from Database/Cache (E-Table) 20030429
5 LOAD_HEAD_TEXT Static method Private Method INTERNAL: Read Header Text from Database/Cache (E-Table) 20030429
6 LOAD_ITEM Static method Private Method INTERNAL: Read Record from Database/Cache (S/C Table) 20030429
7 RESET_CACHE Static method Public Method Delete Cache 20030429
Events
Class CL_CRM_BSP_ACCS_MULTIGROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CACHE_HEAD Private See coding 20030429 BEGIN OF ts_cache_head. INCLUDE TYPE crmt_multigrp_key AS keypart. TYPES: multigre_i TYPE crmt_multigre_i, found TYPE boolean, END OF ts_cache_head
2 TS_CACHE_HTXT Private See coding 20030429 BEGIN OF ts_cache_htxt. INCLUDE TYPE crmt_multigrp_key AS keypart. TYPES: langu TYPE sy-langu, multigre_t TYPE crmc_multigrpe_t, found TYPE boolean, END OF ts_cache_htxt
3 TS_CACHE_ITEM Private See coding 20030429 BEGIN OF ts_cache_item, multigroup TYPE crmt_bsp_multigroup, blview TYPE crmt_bsp_blview, t_multigrp_i TYPE crmt_multigrp_it, END OF ts_cache_item
4 TT_CACHE_HEAD Private See coding 20030429 tt_cache_head TYPE HASHED TABLE OF ts_cache_head WITH UNIQUE KEY keypart
5 TT_CACHE_HTXT Private See coding 20030429 tt_cache_htxt TYPE HASHED TABLE OF ts_cache_htxt WITH UNIQUE KEY keypart langu
6 TT_CACHE_ITEM Private See coding 20030429 tt_cache_item TYPE HASHED TABLE OF ts_cache_item WITH UNIQUE KEY multigroup blview
Method Signatures

Method GET_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MULTIGRE Call by reference Type reference (TYPE) CRMC_MULTIGRPE 20030429
2 Exporting ES_MULTIGRE_I Call by reference Type reference (TYPE) CRMT_MULTIGRE_I Toolbar Entity + Additional Fields 20030429
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050126
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW 20050126
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20030429
6 Importing IV_MULTIGROUP Call by reference Type reference (TYPE) CRMT_BSP_MULTIGROUP 20030429

Method GET_HEAD on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method GET_ITEM_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MULTIGRP Call by reference Type reference (TYPE) CRMT_MULTIGROUP_TAB Tabelle von Multigruppeneinträgen 20030429
2 Exporting ET_MULTIGRP_I Call by reference Type reference (TYPE) CRMT_MULTIGRP_IT Standard Table for Toolbar Item + Internal Fields 20030429
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050125
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Anzeige 20030429
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20030429
6 Importing IV_MULTIGROUP Call by reference Type reference (TYPE) CRMT_BSP_MULTIGROUP 20030429
7 Importing IV_READ_INACT Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030429

Method GET_ITEM_ALL on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method GET_ITEM_ONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MULTIGRP Call by reference Type reference (TYPE) CRMC_MULTIGRP 20030429
2 Exporting ES_MULTIGRP_I Call by reference Type reference (TYPE) CRMT_MULTIGRP_I Multigroup Item + Additional Fields 20030429
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050126
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Anzeige 20030429
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU R/3-System, aktuelle Sprache 20030429
6 Importing IV_MULTIGROUP Call by reference Type reference (TYPE) CRMT_BSP_MULTIGROUP 20030429
7 Importing IV_SEQUENCE Call by reference Type reference (TYPE) CRMT_BSP_SEQUENCE SEQUENCE 20030429

Method GET_ITEM_ONE on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method LOAD_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MULTIGRE_I Call by reference Type reference (TYPE) CRMT_MULTIGRE_I Toolbar Entity + Additional Fields 20030429
2 Importing IS_MULTIGRE_KEY Call by reference Type reference (TYPE) CRMT_MULTIGRP_KEY Schlüsselteil der Entitätentabelle der Multigruppen 20030429
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050126
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW 20050126
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU R/3-System, aktuelle Sprache 20030429

Method LOAD_HEAD on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method LOAD_HEAD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MULTIGRE_I Call by reference Type reference (TYPE) CRMT_MULTIGRE_I Multigroup Entity + Additional Fields 20030429
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050126
3 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW 20050126
4 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20030429

Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method LOAD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MULTIGRP_I Call by reference Type reference (TYPE) CRMT_MULTIGRP_IT Standard Table for Toolbar Item + Internal Fields 20030429
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL Anwendung 20050126
3 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Anzeige 20030429
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU R/3-System, aktuelle Sprache 20030429
5 Importing IV_MULTIGROUP Call by reference Type reference (TYPE) CRMT_BSP_MULTIGROUP 20030429

Method LOAD_ITEM on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.

Method RESET_CACHE Signature

Method RESET_CACHE on class CL_CRM_BSP_ACCS_MULTIGROUP has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_MULTIGROUP has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in 400