SAP ABAP Class CL_DMC_RTO_ACS_CALC_ADBC (Access plan calculation for secondary connection via ADBC)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_DMCR (Package) Data Mapping and Conversion: Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_ACCESS_PLAN_CALCULATOR | DMC: Generic Access Plan Calculator | 20120824 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_DB2 | Access plan calculation with ADBC select for DB2 | 20130429 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_DB4 | Access plan calculation with ADBC select for DB4 | 20130429 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_DB6 | Access plan calculation with ADBC select for DB6 | 20130429 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_HAN | Access plan calculation with ADBC select for HANA DB | 20130429 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_INF | Access plan calculation for Informix via ADBC | 20120824 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_MAX | Access plan calculation with ADBC select for MaxDB | 20130429 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_MSS | Access plan calculation with ADBC select for MSSQL | 20130429 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_ORA | Access plan calcualtion for Oracle via ADBC | 20130107 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RTO_ACS_CALC_ADBC_SYB | Access plan calculation with ADBC select for Sybase | 20130429 |
Properties
| Class | CL_DMC_RTO_ACS_CALC_ADBC | |
| Short Description | Access plan calculation for secondary connection via ADBC | |
| Super Class | CL_DMC_ACCESS_PLAN_CALCULATOR | DMC: Generic Access Plan Calculator |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | DMC_RT_GEN | |
| Program status | ||
| Category | 0 | |
| Package | CNV_DMCR | Data Mapping and Conversion: Runtime |
| Created | 20120824 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DMC_RTO_ACS_CALC_ADBC has no forward declaration.
Interfaces
Class CL_DMC_RTO_ACS_CALC_ADBC has no interface implemented.
Friends
Class CL_DMC_RTO_ACS_CALC_ADBC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | FIELDNAME | 'overflow_same_key' | Exception: Overflow within a key value | 20120824 | ||
| 2 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'sql_error' | Exception: SQL error | 20120829 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | FIELDNAME | 'gc_absolute_blocksize_limit' | Field Name | 20120830 | ||
| 4 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'currnum' | Indicator for field 'Sequence number' | 20120827 | ||
| 5 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_curr_portion_size' | Ident for the size of the current portion | 20120829 | ||
| 6 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_curr_selpar_size' | Ident for blocksize of the current selection parameter value | 20120829 | ||
| 7 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lo_data' | Ident for the variable with data reference | 20120829 | ||
| 8 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_dbcon_name' | Name for the dbcon_name variable | 20120828 | ||
| 9 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_line_size' | Name of the variable with the total size of a (root) line | 20120829 | ||
| 10 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'im_max_blocksize' | Indicator for field 'Maximum block size' | 20120824 | ||
| 11 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_num_records_hdr' | Ident for total number of header records | 20120829 | ||
| 12 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_num_records_log' | Ident for number of header records since last log | 20120829 | ||
| 13 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_num_rows' | Name of the number of seleted rows variable | 20120828 | ||
| 14 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'im_it_sel_criteria' | Indicator for Itab of selection criteria | 20120824 | ||
| 15 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'ls_sel_criterion' | Workarea for co_ident_selection_criteria | 20120828 | ||
| 16 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lo_sql_connection' | Name of the cl_sql_connection instance | 20120828 | ||
| 17 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lx_sql_exception' | Name of the cx_sql_exception instance | 20121106 | ||
| 18 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lo_sql_statement' | Name of the cl_sql_statement instance | 20120828 | ||
| 19 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'lv_statement' | Name of the field used for the sql statement | 20120828 | ||
| 20 | Constant | Protected | Type reference (TYPE) | FIELDNAME | `lv_tmp_size` | Temporary size | 20120831 | ||
| 21 | Constant | Protected | Type reference (TYPE) | FIELDNAME | 'ls_x030l' | Ident for x030l struct | 20120828 | ||
| 22 | Constant | Protected | Type reference (TYPE) | I | 100000 | Interval for logging number of read records | 20120829 | ||
| 23 | Instance attribute | Protected | Type reference (TYPE) | DMC_FOREIGN_KEY_INFO_TAB | DMC Table type: Foreign key and technical information | 20120828 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | DMC_FOREIGN_KEY_INFO | Foreign key info for the selection parameter | 20120831 | |||
| 25 | Instance attribute | Protected | Type reference (TYPE) | IUUC_IMDB_SCHEMA | DB schema | 20131105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check if the root struct is set | 20130109 | |
| 2 | Instance method | Protected | Method | Generate field ident | 20120830 | |
| 3 | Instance method | Protected | Method | Generate the ident of the foreign key itabs | 20120829 | |
| 4 | Instance method | Protected | Method | Generate the ident of the foreign key structure type | 20120829 | |
| 5 | Instance method | Protected | Method | Generate the ident of the foreign key work area | 20120828 | |
| 6 | Instance method | Protected | Method | Generate the ident for the cl_sql_result_set instance | 20120831 | |
| 7 | Instance method | Public | Constructor | 20120824 | ||
| 8 | Instance method | Protected | Method | Create the function module | 20120824 | |
| 9 | Instance method | Public | Method | Generate the function module for access plan calculation | 20120824 | |
| 10 | Instance method | Protected | Method | Calculate the size of a given line of the primary structure | 20120829 | |
| 11 | Instance method | Protected | Method | Check if maximal blocksize is reached and open new portion | 20120831 | |
| 12 | Instance method | Protected | Method | Generate the code for closing the secondary db connection | 20120828 | |
| 13 | Instance method | Protected | Method | Compare the keyfields to those of the current portion | 20120829 | |
| 14 | Instance method | Protected | Method | Generate some default constants like guid etc | 20120824 | |
| 15 | Instance method | Protected | Method | Generate internal tables and work areas | 20121107 | |
| 16 | Instance method | Protected | Method | Generate data statements for foreign key fields | 20121218 | |
| 17 | Instance method | Protected | Method | Generate some default constants like guid etc | 20120824 | |
| 18 | Instance method | Protected | Method | Generate the code for fetching the first block | 20120829 | |
| 19 | Instance method | Protected | Method | Generates coding for determining the table width | 20120828 | |
| 20 | Instance method | Protected | Method | Generate the coding for initializing the work areas | 20120830 | |
| 21 |