SAP ABAP Class CL_DB4_DBH_TABLES (DB4 DBH Extractor : Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB4 (Application Component) DB2 for AS/400
⤷
STU4 (Package) CCMS / AS/400

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DB4_DBH_EXTRACTOR | DB4-DBH: Extractor | 20110701 |
Properties
Class | CL_DB4_DBH_TABLES | |
Short Description | DB4 DBH Extractor : Tables | |
Super Class | CL_DB4_DBH_EXTRACTOR | DB4-DBH: Extractor |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STU4 | CCMS / AS/400 |
Created | 20110701 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DB4_DBH_TABLES has no forward declaration.
Interfaces
Class CL_DB4_DBH_TABLES has no interface implemented.
Friends
Class CL_DB4_DBH_TABLES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'DD02L' | DDIC Table DD02L | 20120509 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'DD03L' | DDIC Table DD03L | 20120509 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110701 |
2 | ![]() |
Instance method | Private | Method | Collect Top N entries to be extracted later | 20120504 |
Events
Class CL_DB4_DBH_TABLES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | SCHEMA_L | Private | See coding | DBH-DB4: Table schema | 20120509 | BEGIN OF schema_l,
schema_name TYPE string,
has_ddic(1) TYPE c, "Y/N whether schema contains DDIC
END OF schema_l
|
|
2 | SCHEMA_T | Private | See coding | DBH-DB4: Table of Table schemas | 20120509 | schema_t TYPE STANDARD TABLE OF schema_l
|
|
3 | SNAP_L | Private | See coding | DBH-DB4: Snapshot timestamp | 20120504 | BEGIN OF snap_l,
history_key TYPE i,
history_key_pred TYPE i,
timestamp_utc(26) TYPE c,
timestamp_utc_pred(26) TYPE c,
tdiff TYPE i,
schema_name TYPE string,
has_ddic(1) TYPE c,
END OF snap_l
|
|
4 | SNAP_T | Private | See coding | DBH-DB4: Table of Snapshot timestamps | 20120504 | snap_t TYPE STANDARD TABLE OF snap_l
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BI_SERVER | Call by reference | Type reference (TYPE) | DBA_DBH_BI_SERVER | DBA-DBH: BI Server | 20110701 | ||
2 | ![]() |
CONFIGSTRING | Call by reference | Type reference (TYPE) | DBA_DBH_CONFIG_STRING | DBA-DBH: Configuration String | 20110701 | ||
3 | ![]() |
DBCNAME | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20110701 | ||
4 | ![]() |
EXTRACTION_TABLE | Call by reference | Type reference (TYPE) | STRING | Tablename for Performance Data | 20110701 | ||
5 | ![]() |
PREFIX | Call by reference | Type reference (TYPE) | DB6_DBH_ROUTINE_NAME | DB6-DBH: Prefix | 20110701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA-DBH: Setup Corrupted | 20110701 |
Method GET_TOP_N Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEBUG | Call by reference | Type reference (TYPE) | C | 20120522 | |||
2 | ![]() |
T_SCHEMA | Call by reference | Type reference (TYPE) | SCHEMA_T | DBH-DB4: Table of Table schemas | 20120612 | ||
3 | ![]() |
T_SNAP | Call by reference | Type reference (TYPE) | SNAP_T | DBH-DB4: Table of Snapshot timestamps | 20120504 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DBA-DBH: Extractor Exception | 20120504 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |