SAP ABAP Class IF_EX_OIUP_PDM_ENGINE (Business add-in interface IF_EX_OIUP_PDM_ENGINE)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EX_OIUP_PDM_ENGINE | BAdI class CL_EX_OIUP_PDM_ENGINE | 20041220 |
Properties
| Class | IF_EX_OIUP_PDM_ENGINE | |
| Short Description | Business add-in interface IF_EX_OIUP_PDM_ENGINE | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 1 | |
| Package | ||
| Created | 20041220 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_EX_OIUP_PDM_ENGINE has no forward declaration.
Interfaces
Class IF_EX_OIUP_PDM_ENGINE has no interface implemented.
Friends
Class IF_EX_OIUP_PDM_ENGINE has no friend class.
Attributes
Class IF_EX_OIUP_PDM_ENGINE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | "Change" table CONNECTION dbcon FROM itab. | 20041220 | |
| 2 | Instance method | Public | Method | "Change" table CONNECTION dbcon FROM wa. | 20041220 | |
| 3 | Instance method | Public | Method | "Change" table CONNECTION dbcon SET... WHERE... | 20041220 | |
| 4 | Instance method | Public | Method | SELECT ... ENDSELECT. | 20050124 | |
| 5 | Instance method | Public | Method | SELECT ... INTO TABLE itab ... | 20050124 | |
| 6 | Instance method | Public | Method | SELECT ... INTO wa ... | 20050124 | |
| 7 | Instance method | Public | Method | Populate Shadow Table | 20050110 |
Events
Class IF_EX_OIUP_PDM_ENGINE has no event.
Types
Class IF_EX_OIUP_PDM_ENGINE 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 | 20050110 | |||
| 2 | P_ITAB | Value transfer | Type reference (TYPE) | ANY TABLE | Internal 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 IF_EX_OIUP_PDM_ENGINE 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 | 20050110 | |||
| 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 | Work Area | 20041220 |
Method CHANGE_WA on class IF_EX_OIUP_PDM_ENGINE 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 | 20050110 | |||
| 2 | P_SET | Value transfer | Type reference (TYPE) | STRING | SET Clause | 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 | WHERE Clause | 20041220 |
Method CHANGE_WHERE on class IF_EX_OIUP_PDM_ENGINE has no exception.
Method SELECT_ENDSELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20050124 | |||
| 2 | ITAB | Call by reference | Type reference (TYPE) | ANY TABLE | Target Internal Table | 20050124 | |||
| 3 | PARSER | Value transfer | Object reference (TYPE REF TO) | IF_OIUP_SQL_PARSER | SQL Parser Interface | 20050124 |
Method SELECT_ENDSELECT on class IF_EX_OIUP_PDM_ENGINE has no exception.
Method SELECT_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DBCNT | Value transfer | Type reference (TYPE) | SY-DBCNT | DB operations, number of table lines processed | 20050124 | |||
| 2 | DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20050124 | |||
| 3 | ITAB | Call by reference | Type reference (TYPE) | ANY TABLE | Target Internal Table | 20050124 | |||
| 4 | PARSER | Value transfer | Object reference (TYPE REF TO) | IF_OIUP_SQL_PARSER | SQL Parser Interface | 20050124 |
Method SELECT_ITAB on class IF_EX_OIUP_PDM_ENGINE has no exception.
Method SELECT_WA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DBCNT | Value transfer | Type reference (TYPE) | SY-DBCNT | DB operations, number of table lines processed | 20050124 | |||
| 2 | DBCON | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20050124 | |||
| 3 | PARSER | Value transfer | Object reference (TYPE REF TO) | IF_OIUP_SQL_PARSER | SQL Parser Interface | 20050124 | |||
| 4 | WA | Call by reference | Type reference (TYPE) | ANY | Work Area | 20050124 |
Method SELECT_WA on class IF_EX_OIUP_PDM_ENGINE has no exception.
Method SHADOW_POPULATE 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 | 20050110 | |||
| 2 | P_FOR_ALL_ENTRIES_ITAB | Value transfer | Type reference (TYPE) | ANY TABLE | For All Entries ITAB | 20050110 | |||
| 3 | P_ITAB | Value transfer | Type reference (TYPE) | ANY TABLE | Target Shadow ITAB | 20050110 | |||
| 4 | P_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20050110 | |||
| 5 | P_WHERE | Value transfer | Type reference (TYPE) | STRING | WHERE Clause | 20050110 |
Method SHADOW_POPULATE on class IF_EX_OIUP_PDM_ENGINE has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in |