SAP ABAP Class CL_CRM_BSP_ACCS_REGISTER (Blueprint: Access Class Register (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_REGISTER  
Short Description Blueprint: Access Class Register (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 20020618   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_REGISTER has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_REGISTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CACHE_HEAD Static Attribute Private Type reference (TYPE) TT_CACHE_HEAD Cache Header 20020618
2 MT_CACHE_HTXT Static Attribute Private Type reference (TYPE) TT_CACHE_HTXT Cache Header Texts 20020618
3 MT_CACHE_ITEM Static Attribute Private Type reference (TYPE) TT_CACHE_ITEM Cache Items 20020618
Methods
# Method Level Visibility Method type Description Created on
1 GET_HEAD Static method Public Method Get Register Entity 20020618
2 GET_ITEM_ALL Static method Public Method Get All Items of a Register Entity 20020618
3 GET_ITEM_ONE Static method Public Method Get Register Item 20020618
4 LOAD_HEAD Static method Private Method INTERNAL: Get Header of DB/Cache (E-Table) 20020618
5 LOAD_HEAD_TEXT Static method Private Method INTERNAL: Get Header Text from DB/Cache (E-Table) 20020618
6 LOAD_ITEM Static method Private Method INTERNAL: Get Record from DB/Cache (S-/C-Table) 20020618
7 RESET_CACHE Static method Public Method Delete Cache 20020618
Events
Class CL_CRM_BSP_ACCS_REGISTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CACHE_HEAD Private See coding Cache Header (Entry) 20020618 BEGIN OF ts_cache_head. INCLUDE TYPE crmt_rgtabgre_key AS keypart. TYPES: rgtabgre_i TYPE crmt_rgtabgre_i, found TYPE boolean, END OF ts_cache_head
2 TS_CACHE_HTXT Private See coding Cache Header Texts (Entry) 20020618 BEGIN OF ts_cache_htxt. INCLUDE TYPE crmt_rgtabgre_key AS keypart. TYPES: langu TYPE sy-langu, rgtabgre_t TYPE crmc_regtabgrp_t, found TYPE boolean, END OF ts_cache_htxt
3 TS_CACHE_ITEM Private See coding Cache Items (Entry) 20020618 BEGIN OF ts_cache_item, tabgroup TYPE crmt_bsp_regtabgrp, blview TYPE crmt_bsp_blview, t_rgtabgrp_i TYPE crmt_rgtabgrp_it, END OF ts_cache_item
4 TT_CACHE_HEAD Private See coding Cache Header (Table) 20020618 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) 20020618 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) 20020618 tt_cache_item TYPE HASHED TABLE OF ts_cache_item WITH UNIQUE KEY tabgroup blview
Method Signatures

Method GET_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RGTABGRE Call by reference Type reference (TYPE) CRMC_RGTABGRE Entität Toolbar 20020618
2 Exporting ES_RGTABGRE_I Call by reference Type reference (TYPE) CRMT_RGTABGRE_I Entität Toolbar + Zusatzfelder 20020618
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 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 20020618
6 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMT_BSP_REGTABGRP Register Tab Gruppe 20020618

Method GET_HEAD on class CL_CRM_BSP_ACCS_REGISTER 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_RGTABGRP Call by reference Type reference (TYPE) CRMT_BSP_REGTABGRP_TAB Toolbar gruppe 20020618
2 Exporting ET_RGTABGRP_I Call by reference Type reference (TYPE) CRMT_RGTABGRP_IT Standardtabelle zu CRMT_TLBARGRP_I 20020618
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 20050126
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Darstellung 20020618
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20020618
6 Importing IV_READ_INACT Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Auch inaktive Einträge zurückliefern 20020702
7 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMT_BSP_REGTABGRP Register Tab Gruppe 20020618

Method GET_ITEM_ALL on class CL_CRM_BSP_ACCS_REGISTER 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_RGTABGRP Call by reference Type reference (TYPE) CRMC_REGTABGRP TabStrip-Position 20020618
2 Exporting ES_RGTABGRP_I Call by reference Type reference (TYPE) CRMT_RGTABGRP_I TabStrip-Position + Zusatzfelder 20020618
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 20050126
4 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Darstellung 20020618
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20020618
6 Importing IV_SEQUENCE Call by reference Type reference (TYPE) CRMT_BSP_SEQUENCE3 SEQUENCE 20020618
7 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMT_BSP_REGTABGRP Register Tab Gruppe 20020618

Method GET_ITEM_ONE on class CL_CRM_BSP_ACCS_REGISTER has no exception.

Method LOAD_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RGTABGRE_I Call by reference Type reference (TYPE) CRMT_RGTABGRE_I TabStrip-Entität + Zusatzfelder 20020618
2 Importing IS_RGTABGRE_KEY Call by reference Type reference (TYPE) CRMT_RGTABGRE_KEY Entität Registertab-Gruppe - Schlüssel 20020618
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 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 20020618

Method LOAD_HEAD on class CL_CRM_BSP_ACCS_REGISTER 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_RGTABGRE_I Call by reference Type reference (TYPE) CRMT_RGTABGRE_I TabStrip-Entität + Zusatzfelder 20020618
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 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 20020618

Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_REGISTER has no exception.

Method LOAD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RGTABGRP_I Call by reference Type reference (TYPE) CRMT_RGTABGRP_IT Standardtabelle zu CRMT_RGTABGRP_I 20020618
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 20050126
3 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW Sicht für UI-Darstellung 20020618
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU R/3-System, aktuelle Sprache 20020618
5 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMT_BSP_REGTABGRP Register Tab Gruppe 20020618

Method LOAD_ITEM on class CL_CRM_BSP_ACCS_REGISTER has no exception.

Method RESET_CACHE Signature

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