SAP ABAP Class CL_LC_TABLES (liveCache Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-LVC (Application Component) liveCache
⤷
SLVC (Package) liveCache CCMS

⤷

⤷

Properties
Class | CL_LC_TABLES | |
Short Description | liveCache Tables | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLVC | liveCache CCMS |
Created | 20080103 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LC_TABLES has no forward declaration.
Interfaces
Class CL_LC_TABLES has no interface implemented.
Friends
Class CL_LC_TABLES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SDB_FLAG | liveCache Type | 20080103 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DBCON_NAME | DB Connection Name | 20080103 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Reference to liveCache Connection | 20080103 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME_TAB | 20080103 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080107 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080103 |
3 | ![]() |
Instance method | Public | Method | Generates liveCache Tables from DDIC Structures | 20080107 |
4 | ![]() |
Instance method | Private | Method | Generates DBDIFF Entry | 20080107 |
5 | ![]() |
Instance method | Public | Method | Deletes Table in liveCache | 20080104 |
6 | ![]() |
Instance method | Public | Method | Deletes All Tables in OneDB liveCache | 20080104 |
7 | ![]() |
Instance method | Public | Method | Checks if Table Exists in liveCache | 20080104 |
8 | ![]() |
Instance method | Private | Method | Checks if Table Contains Entries | 20080107 |
9 | ![]() |
Instance method | Public | Method | Returns All liveCache Tables in OneDB System | 20080104 |
Events
Class CL_LC_TABLES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DDFLDNAME_TAB | Public | See coding | 20080107 | DDFLDNAME_TAB TYPE STANDARD TABLE OF ddfldnam WITH DEFAULT KEY
|
||
2 | TABINFO_TAB | Public | See coding | 20080320 | TABINFO_TAB TYPE STANDARD TABLE OF lctables WITH DEFAULT KEY
|
||
3 | TABNAME_TAB | Public | See coding | 20080107 | TABNAME_TAB TYPE STANDARD TABLE OF tabname WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LC_TABLES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LC_TABLES has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONNAME | Value transfer | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20080103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080104 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080103 |
Method CREATE_STRUC_WITH_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ASCIIFIELDS | Call by reference | Type reference (TYPE) | DDFLDNAME_TAB | 20080107 | |||
2 | ![]() |
I_INFO01 | Call by reference | Type reference (TYPE) | INT4 | 0 | Ganze Zahl mit Vorzeichen (-2.147.483.648 .. 2.147.483.647) | 20080320 | |
3 | ![]() |
I_INFO02 | Call by reference | Type reference (TYPE) | CHAR512 | Character 512 | 20080320 | ||
4 | ![]() |
I_KEYFIELDS | Call by reference | Type reference (TYPE) | DDFLDNAME_TAB | 20080107 | |||
5 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080107 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080107 |
Method DBDIFF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DIFFKIND | Call by reference | Type reference (TYPE) | NUMC2 | Zweistellige Nummer | 20080107 | ||
2 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080107 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080107 |
Method DROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Tabellenname | 20080104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080104 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080104 |
Method DROP_ALL_IN_ONEDB Signature
Method DROP_ALL_IN_ONEDB on class CL_LC_TABLES has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080104 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080104 |
Method EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EXISTS | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20080104 | ||
2 | ![]() |
I_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Tabellenname | 20080104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080104 |
Method FILLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FILLED | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20080107 | ||
2 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080107 |
Method GET_ALL_IN_ONEDB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TABINFO | Call by reference | Type reference (TYPE) | TABINFO_TAB | 20080320 | |||
2 | ![]() |
C_T_TABNAME | Call by reference | Type reference (TYPE) | TABNAME_TAB | Tabellenname | 20080107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für liveCache Tabellen | 20080104 | |
2 | ![]() |
Ausnahmeklasse für SQL Fehler | 20080104 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |