SAP ABAP Class /UI2/CL_PAGE_CACHE_DBTAB_INT (Page Cache: Internal access to DB table)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/SERVICES_PB_V06_700 (Package) UI BE: PB Service implementation 703 v.06
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_PAGE_CACHE_DBTAB_INT Page Cache: Internal Interface to DB tables 20140520
Properties
Class /UI2/CL_PAGE_CACHE_DBTAB_INT  
Short Description Page Cache: Internal access to DB table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/SERVICES_PB_V06_700   UI BE: PB Service implementation 703 v.06 
Created 20140520   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/IF_PAGE_CACHE_DBTAB_INT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /UI2/IF_PAGE_CACHE_DP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /UI2/IF_PAGE_CACHE_DBTAB_INT Page Cache: Internal Interface to DB tables 20140520
Friends
Class /UI2/CL_PAGE_CACHE_DBTAB_INT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ENQUEUE_MANAGER Static Attribute Private Object reference (TYPE REF TO) LIF_ENQUEUE_MANAGER 20140702
2 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /UI2/CL_PAGE_CACHE_DBTAB_INT Page Cache: Internal access to DB table 20140520
3 M_LANGU Static Attribute Private Type reference (TYPE) LANGU Language Key 20140521
4 M_LANGU_HASH_ACTUAL Instance attribute Private Type reference (TYPE) HASH160 Hash Value (160 Bits) 20140521
5 M_LANGU_HASH_ACTUAL_READ Instance attribute Private Type reference (TYPE) ABAP_BOOL 20140521
6 M_STATUS_MANAGER Instance attribute Private Object reference (TYPE REF TO) LIF_STATUS_MANAGER 20140520
7 M_TSTMP_MANAGER Static Attribute Private Object reference (TYPE REF TO) LIF_TSTMP_MANAGER 20140704
8 M_WD_PROXY Instance attribute Private Object reference (TYPE REF TO) LIF_WD_PROXY 20140521
Methods
# Method Level Visibility Method type Description Created on
1 GET_ENQUEUE_MANAGER Instance method Private Method 20140702
2 GET_INSTANCE Static method Public Method 20140520
3 GET_LANGU Static method Public Method 20140521
4 GET_LANGU_HASH_ACTUAL Instance method Private Method 20140521
5 GET_PAGES_FROM_PAGES_DB Static method Public Method 20140807
6 GET_PAGE_DB_FROM_PAGE Static method Public Method 20140807
7 GET_STATUS_MANAGER Instance method Private Method 20140520
8 GET_TSTMP_MANAGER Instance method Private Method 20140704
9 GET_WD_PROXY Instance method Private Method 20140521
10 IS_VALID Instance method Private Method 20140520
11 IS_VALID_CLIENT Instance method Private Method 20140520
Events
Class /UI2/CL_PAGE_CACHE_DBTAB_INT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_T_PAGE Private See coding 20140604 tp_t_page type hashed table of /ui2/pb_c_page with unique key id
2 TP_T_PAGEM Private See coding 20140604 tp_t_pagem type hashed table of /ui2/pb_c_pagem with unique key mandt id
3 TP_T_PAGEMT Private See coding 20140604 tp_t_pagemt type hashed table of /ui2/pb_c_pagemt with unique key mandt langu id
4 TP_T_PAGET Private See coding 20140604 tp_t_paget type hashed table of /ui2/pb_c_paget with unique key langu id
Method Signatures

Method GET_ENQUEUE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENQUEUE_MANAGER Value transfer Object reference (TYPE REF TO) LIF_ENQUEUE_MANAGER 20140702

Method GET_ENQUEUE_MANAGER on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) /UI2/IF_PAGE_CACHE_DBTAB_INT Page Cache: Internal Interface to DB tables 20140520

Method GET_INSTANCE on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_LANGU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LANGU Value transfer Type reference (TYPE) LANGU Language Key 20140521

Method GET_LANGU on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_LANGU_HASH_ACTUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LANGU_HASH_ACTUAL Value transfer Type reference (TYPE) HASH160 Hash Value (160 Bits) 20140521

Method GET_LANGU_HASH_ACTUAL on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_PAGES_FROM_PAGES_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PAGES Call by reference Type reference (TYPE) /UI2/IF_EDM_MP_PAGEBUILDER=>TP_T_PAGE 20140807
2 Importing PAGES_DB Call by reference Type reference (TYPE) /UI2/IF_PAGE_CACHE_DBTAB_INT=>TP_T_PAGE 20140807
3 Importing PAGETS_DB Call by reference Type reference (TYPE) /UI2/IF_PAGE_CACHE_DBTAB_INT=>TP_T_PAGET 20140807
4 Importing SCOPE Call by reference Type reference (TYPE) STRING 20140807

Method GET_PAGES_FROM_PAGES_DB on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_PAGE_DB_FROM_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PAGET_DB Call by reference Type reference (TYPE) /UI2/PB_C_PAGET Cache for UI2 Pagebuilding Service: Page Header 20140807
2 Exporting PAGE_DB Call by reference Type reference (TYPE) /UI2/PB_C_PAGE Cache for UI2 Pagebuilding Service: Page Header 20140807
3 Importing PAGE_EDM Call by reference Type reference (TYPE) /UI2/IF_PAGE_CACHE_DP=>TP_S_PAGE 20140807

Method GET_PAGE_DB_FROM_PAGE on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_STATUS_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS_MANAGER Value transfer Object reference (TYPE REF TO) LIF_STATUS_MANAGER 20140520

Method GET_STATUS_MANAGER on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_TSTMP_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TSTMP_MANAGER Value transfer Object reference (TYPE REF TO) LIF_TSTMP_MANAGER 20140704

Method GET_TSTMP_MANAGER on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method GET_WD_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WD_PROXY Value transfer Object reference (TYPE REF TO) LIF_WD_PROXY 20140521

Method GET_WD_PROXY on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20140520
2 Importing SCOPE Call by reference Type reference (TYPE) STRING 20140522

Method IS_VALID on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.

Method IS_VALID_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID_CLIENT Value transfer Type reference (TYPE) ABAP_BOOL 20140520

Method IS_VALID_CLIENT on class /UI2/CL_PAGE_CACHE_DBTAB_INT has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100