SAP ABAP Class CL_CNV_00001_DUPL_STORAGE (CWB duplicate storage)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_BASIS (Package) Conversion: Basis functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_CONV_DUPL_STORAGE | Duplicates storage | 20120223 |
Properties
| Class | CL_CNV_00001_DUPL_STORAGE | |
| Short Description | CWB duplicate storage | |
| Super Class | CL_CNV_MBT_CONV_DUPL_STORAGE | Duplicates storage |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_BASIS | Conversion: Basis functions |
| Created | 20120223 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CNV_00001_DUPL_STORAGE has no forward declaration.
Interfaces
Class CL_CNV_00001_DUPL_STORAGE has no interface implemented.
Friends
Class CL_CNV_00001_DUPL_STORAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20120223 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20120223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Creates a duplicate storage | 20120223 | |
| 2 | Instance method | Public | Method | Deletes a duplicate | 20120302 | |
| 3 | Instance method | Public | Method | Adds a duplicate | 20120302 | |
| 4 | Instance method | Public | Method | Returns the iterator for this storage | 20120314 | |
| 5 | Instance method | Public | Method | Updates a duplicate | 20120302 |
Events
Class CL_CNV_00001_DUPL_STORAGE has no event.
Types
Class CL_CNV_00001_DUPL_STORAGE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20120223 | |||
| 2 | IV_RELID | Call by reference | Type reference (TYPE) | INDX_RELID | Area in IMPORT/EXPORT data table | 20120223 | |||
| 3 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120223 |
Method CONSTRUCTOR on class CL_CNV_00001_DUPL_STORAGE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEYROW | Call by reference | Type reference (TYPE) | ANY | Row with a conflicting key (new value) | 20120302 | |||
| 2 | IS_ROW | Call by reference | Type reference (TYPE) | ANY | Duplicate row (original value) | 20120302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Duplicate storage error | 20120302 |
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEYROW | Call by reference | Type reference (TYPE) | ANY | Row with a conflicting key (new value) | 20120302 | |||
| 2 | IS_ROW | Call by reference | Type reference (TYPE) | ANY | Duplicate row (original value) | 20120302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Duplicate storage error | 20120302 |
Method ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_ITER | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_CONV_DUPL_ITERATOR | Iterator of duplicates for a given table | 20120314 |
Method ITERATOR on class CL_CNV_00001_DUPL_STORAGE has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEYROW | Call by reference | Type reference (TYPE) | ANY | Row with a conflicting key (new value) | 20120302 | |||
| 2 | IS_ROW | Call by reference | Type reference (TYPE) | ANY | Duplicate row (original value) | 20120302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Duplicate storage error | 20120302 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |