SAP ABAP Class CL_OIUP_SQL_ANALYZER_DBCON (PDM - SQL Analyzer Via DBCON)
Hierarchy
☛
IS-OIL (Software Component) IS-OIL
⤷
IS-OIL-PRA (Application Component) Production and Revenue Accounting
⤷
OIU_P (Package) Partitioned Data Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_SQL_ANALYZER | PDM - SQL Analyzer | 20041116 |
Properties
| Class | CL_OIUP_SQL_ANALYZER_DBCON | |
| Short Description | PDM - SQL Analyzer Via DBCON | |
| Super Class | CL_OIUP_SQL_ANALYZER | PDM - SQL Analyzer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | OIUP | |
| Program status | ||
| Category | 0 | |
| Package | OIU_P | Partitioned Data Management |
| Created | 20041116 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OIUP_SQL_ANALYZER_DBCON has no forward declaration.
Interfaces
Class CL_OIUP_SQL_ANALYZER_DBCON has no interface implemented.
Friends
Class CL_OIUP_SQL_ANALYZER_DBCON has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | OIUP_SQL_TYPE | 'DELETE' | DELETE | 20041220 | ||
| 2 | Constant | Private | Type reference (TYPE) | OIUP_SQL_TYPE | 'INSERT' | INSERT | 20041220 | ||
| 3 | Constant | Private | Type reference (TYPE) | OIUP_SQL_TYPE | 'MODIFY' | MODIFY | 20041220 | ||
| 4 | Constant | Private | Type reference (TYPE) | OIUP_SQL_TYPE | 'UPDATE' | UPDATE | 20041220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | "Change" table CONNECTION dbcon FROM itab. | 20041220 | |
| 2 | Instance method | Private | Method | "Change" table CONNECTION dbcon FROM wa. | 20041220 | |
| 3 | Instance method | Private | Method | "Change" table CONNECTION dbcon SET... WHERE... | 20041220 | |
| 4 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041220 |
Events
Class CL_OIUP_SQL_ANALYZER_DBCON has no event.
Types
Class CL_OIUP_SQL_ANALYZER_DBCON has no local type.
Method Signatures
Method CHANGE_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20041220 | |||
| 2 | P_ITAB | Value transfer | Type reference (TYPE) | ANY TABLE | 20041220 | ||||
| 3 | P_KEY | Value transfer | Type reference (TYPE) | FLAG | SPACE | 'X' = INSERT DUPLICATE KEYS | 20041220 | ||
| 4 | P_SQLTYPE | Value transfer | Type reference (TYPE) | OIUP_SQL_TYPE | PDM - SQL Type | 20041220 | |||
| 5 | P_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20041220 |
Method CHANGE_ITAB on class CL_OIUP_SQL_ANALYZER_DBCON has no exception.
Method CHANGE_WA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20041220 | |||
| 2 | P_SQLTYPE | Value transfer | Type reference (TYPE) | OIUP_SQL_TYPE | PDM - SQL Type | 20041220 | |||
| 3 | P_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20041220 | |||
| 4 | P_WA | Value transfer | Type reference (TYPE) | ANY | 20041220 |
Method CHANGE_WA on class CL_OIUP_SQL_ANALYZER_DBCON has no exception.
Method CHANGE_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20041220 | |||
| 2 | P_SET | Value transfer | Type reference (TYPE) | STRING | 20041220 | ||||
| 3 | P_SQLTYPE | Value transfer | Type reference (TYPE) | OIUP_SQL_TYPE | PDM - SQL Type | 20041220 | |||
| 4 | P_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20041220 | |||
| 5 | P_WHERE | Value transfer | Type reference (TYPE) | STRING | 20041220 |
Method CHANGE_WHERE on class CL_OIUP_SQL_ANALYZER_DBCON has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_OIUP_SQL_ANALYZER_DBCON has no parameter.
Method CLASS_CONSTRUCTOR on class CL_OIUP_SQL_ANALYZER_DBCON has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 600 |