SAP ABAP Class /UI2/IF_PAGE_CACHE_DBTAB_INT (Page Cache: Internal Interface to DB tables)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/CL_PAGE_CACHE_DBTAB_INT | Page Cache: Internal access to DB table | 20140520 |
Properties
| Class | /UI2/IF_PAGE_CACHE_DBTAB_INT | |
| Short Description | Page Cache: Internal Interface to DB tables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20140331 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /UI2/IF_PAGE_CACHE_DBTAB_INT has no interface implemented.
Friends
Class /UI2/IF_PAGE_CACHE_DBTAB_INT has no friend class.
Attributes
Class /UI2/IF_PAGE_CACHE_DBTAB_INT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20140617 | ||
| 2 | Instance method | Public | Method | 20140618 | ||
| 3 | Instance method | Public | Method | 20140604 | ||
| 4 | Instance method | Public | Method | 20140520 | ||
| 5 | Instance method | Public | Method | 20140520 | ||
| 6 | Instance method | Public | Method | 20140630 | ||
| 7 | Instance method | Public | Method | 20140617 | ||
| 8 | Instance method | Public | Method | 20140522 |
Events
Class /UI2/IF_PAGE_CACHE_DBTAB_INT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_T_PAGE | Public | See coding | 20140520 | tp_t_page type HASHED TABLE OF /ui2/pb_c_page with UNIQUE key id
|
||
| 2 | TP_T_PAGET | Public | See coding | 20140521 | tp_t_paget type HASHED TABLE OF /ui2/pb_c_paget with UNIQUE key langu id
|
Method Signatures
Method AFTER_SAVE Signature
Method AFTER_SAVE on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no parameter.
Method AFTER_SAVE on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no exception.
Method CHANGE_CHIP_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER_OF_CHIPS | Call by reference | Type reference (TYPE) | I | 20140618 | ||||
| 2 | PAGE_ID | Call by reference | Type reference (TYPE) | /UI2/PAGE_ID_PBC | Cache for UI2 Pagebuilding Service: Page ID | 20140618 | |||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | STRING | /UI2/IF_EDM_WD_CONSTANTS=>CO_SCOPE-CONFIGURATION | 20140618 |
Method CHANGE_CHIP_COUNT on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no exception.
Method DELETE_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE_ID | Call by reference | Type reference (TYPE) | /UI2/PAGE_ID_PBC | Key Components of Configuration Tables | 20140604 | |||
| 2 | SCOPE | Call by reference | Type reference (TYPE) | STRING | /UI2/IF_EDM_WD_CONSTANTS=>CO_SCOPE-CONFIGURATION | 20140604 | |||
| 3 | SYLANGU_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI2 Exception for data provider | 20140724 |
Method GET_LAST_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_TEXT_TABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140617 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TIMESTAMP | 20140520 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | STRING | 20140522 |
Method GET_LAST_MODIFIED on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no exception.
Method GET_PAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGES | Call by reference | Type reference (TYPE) | TP_T_PAGE | 20140520 | ||||
| 2 | PAGETS | Call by reference | Type reference (TYPE) | TP_T_PAGET | 20140521 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | STRING | /UI2/IF_EDM_WD_CONSTANTS=>CO_SCOPE-CONFIGURATION | 20140520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI2 Exception for data provider | 20140522 |
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGES_DB | Call by reference | Type reference (TYPE) | /UI2/IF_PAGE_CACHE_DBTAB_INT=>TP_T_PAGE | 20140630 | ||||
| 2 | PAGETS_DB | Call by reference | Type reference (TYPE) | /UI2/IF_PAGE_CACHE_DBTAB_INT=>TP_T_PAGET | 20140630 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | STRING | 20140630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI2 Exception for data provider | 20140702 |
Method MODIFY_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE | Call by reference | Type reference (TYPE) | /UI2/PB_C_PAGE | 20140617 | ||||
| 2 | PAGET | Call by reference | Type reference (TYPE) | /UI2/PB_C_PAGET | 20140617 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | STRING | /UI2/IF_EDM_WD_CONSTANTS=>CO_SCOPE-CONFIGURATION | 20140617 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI2 Exception for data provider | 20140723 |
Method RESET Signature
Method RESET on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no parameter.
Method RESET on class /UI2/IF_PAGE_CACHE_DBTAB_INT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |