Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_CONN_RCV | abstract super class for db types | 20120919 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_ADA | MAXDB implementation | 20130422 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_DB2 | DB2 mplementation | 20120813 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_DB4 | DB4 Implementation | 20130422 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_DB6 | DB6 implementation | 20120817 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_HDB | HANA implementation | 20120425 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_INF | Informix implementation | 20130429 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_MSS | MSS Implementation | 20130422 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_ORA | ORA implementation | 20130122 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_IUUC_DB_RCV_SYB | SYB Implementation | 20130422 |
Properties
| Class | CL_IUUC_DB_CONN_RCV | |
| Short Description | abstract super class for db connections | |
| Super Class | CL_IUUC_CONN_RCV | abstract super class for db types |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_IUUC_DB_CONNECTION | Encapsulation of communication with remote systems non RFC |
| Created | 20120425 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IUUC_DB_CONN_RCV has no forward declaration.
Interfaces
Class CL_IUUC_DB_CONN_RCV has no interface implemented.
Friends
Class CL_IUUC_DB_CONN_RCV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Database Connection | 20120521 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20120508 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | Create the tables in the receiver or they exist allready? | 20130123 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | IUUC_REFRESH_BEHAVIOR | Delete or not the table from receiver before replicate/load? | 20130123 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | IUUC_T_TABLE_CREATE_STATEMENT | Table of strings | 20131001 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | IUUC_MULTI_LOGTAB_USE | Is this MT_ID used for multi logtab use? | 20120921 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SQL_RESULT_SET | Resulting Set of an SQL Query | 20120521 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | STRING | SQL Error Message | 20130124 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CX_SQL_EXCEPTION | SQL Exception class | 20130124 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | string which will get executed | 20120521 | |||
| 11 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SQL_STATEMENT | SQL statement | 20120521 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | add physical cluster table for creation locally | 20121022 | |
| 2 | Static method | Public | Method | check database connection is alive | 20130109 | |
| 3 | Instance method | Protected | Method | alter the table on the target side | 20130206 | |
| 4 | Instance method | Protected | Method | get statement and execute it | 20130206 | |
| 5 | Instance method | Private | Method | check for INDX target tables | 20130416 | |
| 6 | Instance method | Protected | Method | Check the existence of the local table | 20130205 | |
| 7 | Instance method | Private | Method | check for INDX target tables | 20130911 | |
| 8 | Instance method | Protected | Method | Check the existence of a synonym in the rcv | 20130205 | |
| 9 | Instance method | Protected | Method | Checks the existence of a table in the rcv | 20130205 | |
| 10 | Instance method | Protected | Method | check for the existence of a view | 20130205 | |
| 11 | Instance method | Public | Constructor | CONSTRUCTOR | 20120425 | |
| 12 | Instance method | Protected | Method | create local table on the SLT | 20130205 | |
| 13 | Instance method | Protected | Method | create local table non-sap | 20130205 | |
| 14 | Instance method | Protected | Method | create synonym in target DB | 20130205 | |
| 15 | Instance method | Protected | Method | create table | 20130205 | |
| 16 | Instance method | Protected | Method | create table in target DB | 20130205 | |
| 17 | Instance method | Protected | Method | create the view in target DB | 20130205 | |
| 18 | Static method | Private | Method | ping on db connction saprel < 700 | 20130109 | |
| 19 | Instance method | Protected | Method | DROP the synonym | 20130205 | |
| 20 | Instance method | Protected | Method | DROP the table | 20130205 | |
| 21 | Instance method | Protected | Method | DROP view | 20130205 | |
| 22 | Instance method | Public | Method | Get multi use scenario | 20130912 | |
| 23 | Instance method | Public | Method | Get statement table | 20131001 | |
| 24 | Instance method | Protected | Method | get the info from IUUC_DB_RCV_CONF table | 20130123 |
Events
Class CL_IUUC_DB_CONN_RCV has no event.
Types
Class CL_IUUC_DB_CONN_RCV has no local type.
Method Signatures
Method ADD_CLUSTER_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LCL_TABLES | Call by reference | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20121022 | |||
| 2 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20121022 | |||
| 3 | RT_LCL_TABLES_ALL | Value transfer | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20121022 |
Method ADD_CLUSTER_TABLE on class CL_IUUC_DB_CONN_RCV has no exception.
Method ALIVE_DBCON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON_NAME | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130109 | |||
| 2 | RV_IS_ALIVE | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Technical error in the access clases | 20130109 |
Method ALTER_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130206 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20130802 | ||
| 2 | SQL error in the access clases | 20130206 | ||
| 3 | Technical error in the access clases | 20130206 |
Method ALTER_TABLE_ON_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_X030L_NEW | Call by reference | Type reference (TYPE) | X030L | Nametab Header, Database Structure DDNTT | 20130206 | |||
| 2 | IS_X030L_OLD | Call by reference | Type reference (TYPE) | X030L | Nametab Header, Database Structure DDNTT | 20130206 | |||
| 3 | IT_DD03P_W_COMMENT | Call by reference | Type reference (TYPE) | DMC_DD03P_TAB | DMC: Table type for the field list of a structure | 20130206 | |||
| 4 | IT_X031L_NEW | Call by reference | Type reference (TYPE) | DDX031LTAB | Nametab Fields | 20130206 | |||
| 5 | IT_X031L_OLD | Call by reference | Type reference (TYPE) | DDX031LTAB | Nametab Fields | 20130206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130206 | ||
| 2 | Technical error in the access clases | 20130206 |
Method CHECK_DB_OBJECT_INDX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LCL_TABLES_TO_DO | Call by reference | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20130416 | |||
| 2 | CT_SYNONYMS_TO_DO | Call by reference | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20130416 | |||
| 3 | CT_TABLES_TO_DO | Call by reference | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20130416 | |||
| 4 | CT_VIEW_TO_DO | Call by reference | Type reference (TYPE) | IUUC_TABLIST | List of table names | 20130416 | |||
| 5 | IV_CHECK_LCL_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130416 | |||
| 6 | IV_CHECK_SYNONYM | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130416 | |||
| 7 | IV_CHECK_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130416 | |||
| 8 | IV_CHECK_VIEW | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130416 | |||
| 9 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20140212 | ||
| 2 | Multi logtab exception class | 20130416 | ||
| 3 | Exceptions of IUUC replication | 20130416 | ||
| 4 | SQL error in the access clases | 20130416 |
Method CHECK_LCL_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 | |||
| 3 | RV_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Multi logtab exception class | 20130205 | ||
| 2 | SQL error in the access clases | 20130205 |
Method CHECK_OBJECT_INDX_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT_LCL_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 2 | EV_RESULT_SYNONYM | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 3 | EV_RESULT_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 4 | EV_RESULT_VIEW | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 5 | IV_CHECK_LCL_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 6 | IV_CHECK_SYNONYM | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 7 | IV_CHECK_TABLE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 8 | IV_CHECK_VIEW | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130911 | |||
| 9 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130911 | |||
| 10 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130911 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20140320 | ||
| 2 | Multi logtab exception class | 20130911 | ||
| 3 | Exceptions of IUUC replication | 20130911 | ||
| 4 | SQL error in the access clases | 20130911 |
Method CHECK_SYNONYM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 | |||
| 3 | RV_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20131128 | ||
| 2 | Multi logtab exception class | 20130205 | ||
| 3 | SQL error in the access clases | 20130205 |
Method CHECK_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | IUUC_IMDB_SCHEMA | Schema Name | 20130205 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table in Receiver System | 20130205 | |||
| 3 | RV_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 |
Method CHECK_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | IUUC_IMDB_SCHEMA | Schema Name | 20130205 | |||
| 2 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 | |||
| 3 | RV_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20120816 | |||
| 2 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20120508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Configuration static check | 20120425 | ||
| 2 | SQL error in the access clases | 20120425 |
Method CREATE_LCL_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DD03P_W_COMMENT | Call by reference | Type reference (TYPE) | DMC_DD03P_TAB | DMC: Table type for the field list of a structure | 20130205 | |||
| 2 | EV_ALTER_TRUE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130205 | |||
| 3 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 4 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20130802 | ||
| 2 | SQL error in the access clases | 20130205 | ||
| 3 | Technical error in the access clases | 20130205 |
Method CREATE_LCL_TABLE_NON_SAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DD02V | Call by reference | Type reference (TYPE) | DD02V | Generated Table for View DD02V | 20130205 | |||
| 2 | IS_DD09L | Call by reference | Type reference (TYPE) | DD09L | DD: Technical settings of tables | 20130205 | |||
| 3 | IT_DD03P | Call by reference | Type reference (TYPE) | DMC_DD03P_TAB | 20130205 | ||||
| 4 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 5 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 | ||
| 2 | Technical error in the access clases | 20130205 |
Method CREATE_SYNONYM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20130828 | ||
| 2 | Multi logtab exception class | 20130205 | ||
| 3 | SQL error in the access clases | 20130205 | ||
| 4 | Technical error in the access clases | 20130205 |
Method CREATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_SIMULATE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20131001 | |||
| 3 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20130828 | ||
| 2 | SQL error in the access clases | 20130205 | ||
| 3 | Technical error in the access clases | 20130205 |
Method CREATE_TABLE_ON_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DD02V | Call by reference | Type reference (TYPE) | DD02V | Generated Table for View DD02V | 20130205 | |||
| 2 | IS_DD09L | Call by reference | Type reference (TYPE) | DD09L | DD: Technical settings of tables | 20130205 | |||
| 3 | IT_DD03P | Call by reference | Type reference (TYPE) | DMC_DD03P_TAB | DMC: Table type for the field list of a structure | 20130205 | |||
| 4 | IT_DD03P_W_COMMENT | Call by reference | Type reference (TYPE) | DMC_DD03P_TAB | DMC: Table type for the field list of a structure | 20130205 | |||
| 5 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 6 | IV_PARTITION_CMD | Call by reference | Type reference (TYPE) | STRING | 20130205 | ||||
| 7 | IV_ROW_STORE | Call by reference | Type reference (TYPE) | IUUC_REPL_TABLE_TYPE | table type like default column store / row store / history m | 20130205 | |||
| 8 | IV_SIMULATE | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20131001 | |||
| 9 | IV_SRC_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 | ||
| 2 | Technical error in the access clases | 20130205 |
Method CREATE_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130205 | |||
| 3 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 | ||
| 2 | Technical error in the access clases | 20130205 |
Method DBCON_PING_SM700 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SQL_CONNECTION | Call by reference | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Database Connection | 20130109 | |||
| 2 | RV_PING_OK | Value transfer | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for SQL Error | 20130109 |
Method DROP_SYNONYM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 | |||
| 3 | RV_SYNNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Excep. class for db connection | 20140321 | ||
| 2 | Multi logtab exception class | 20130205 | ||
| 3 | SQL error in the access clases | 20130205 |
Method DROP_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 | ||
| 2 | Technical error in the access clases | 20130502 |
Method DROP_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20130205 | |||
| 2 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL error in the access clases | 20130205 |
Method GET_MULTI_USE_SENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MULTI_LOGTAB_USE | Value transfer | Type reference (TYPE) | IUUC_MULTI_LOGTAB_USE | Is this MT_ID used for multi logtab use? | 20130912 |
Method GET_MULTI_USE_SENARIO on class CL_IUUC_DB_CONN_RCV has no exception.
Method GET_STATEMENT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STATEMENT | Value transfer | Type reference (TYPE) | IUUC_T_TABLE_CREATE_STATEMENT | Is this MT_ID used for multi logtab use? | 20131001 |
Method GET_STATEMENT_TABLE on class CL_IUUC_DB_CONN_RCV has no exception.
Method SET_DB_RCV_CONF_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_GUID | Call by reference | Type reference (TYPE) | IUUC_REPL_CONFIG_GUID | Configuration GUID | 20130123 |
Method SET_DB_RCV_CONF_PARAMS on class CL_IUUC_DB_CONN_RCV has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |