SAP ABAP Class CL_CNV_MBT_CONV_DUPL_ITERATOR (Iterator of duplicates for a given table)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_CONV_DUPLSTORE (Package) Storage for duplicate entries
⤷
⤷
Properties
| Class | CL_CNV_MBT_CONV_DUPL_ITERATOR | |
| Short Description | Iterator of duplicates for a given table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_CONV_DUPLSTORE | Storage for duplicate entries |
| Created | 20120228 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CNV_MBT_CONV_DUPL_ITERATOR has no interface implemented.
Friends
Class CL_CNV_MBT_CONV_DUPL_ITERATOR 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) | TABNAME | Table Name | 20120228 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to the original rows for the current dupl. key | 20120314 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to the current duplicate key data | 20120228 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to the original rows for the current dupl. key | 20120228 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_MBT_CONV_DUPL_STORAGE | Duplicates storage | 20120228 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | CNVMBTCONVDUPCLU | Duplicate Storage: Storage Cluster | 20120228 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CNV_MBT_CONV_T_DUPCLU | 20120228 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CNV_MBT_CONV_ST_DUPLDATA | Duplicate Storage: Sorted table of duplicates | 20120228 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | CURSOR | 20120228 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | FLAG | General Flag | 20120228 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | SYTABIX | Internal Table, Current Line Index | 20120228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Creates an iterator | 20120228 | |
| 2 | Instance method | Public | Method | Returns the converted rows of the current duplicate | 20120314 | |
| 3 | Instance method | Public | Method | Returns the duplicate key row of the current duplicate | 20120228 | |
| 4 | Instance method | Public | Method | Returns the original rows of the current duplicate | 20120228 | |
| 5 | Instance method | Public | Method | Returns whether the iterator has a next key | 20120228 | |
| 6 | Instance method | Public | Method | Resets the iterator | 20120228 |
Events
Class CL_CNV_MBT_CONV_DUPL_ITERATOR has no event.
Types
Class CL_CNV_MBT_CONV_DUPL_ITERATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STORE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_CONV_DUPL_STORAGE | Duplicates storage | 20120228 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120228 |
Method CONSTRUCTOR on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
Method GET_CONVERTED_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONV_ROW | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120314 |
Method GET_CONVERTED_ROWS on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
Method GET_KEY_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY_ROW | Call by reference | Type reference (TYPE) | ANY | 20120228 |
Method GET_KEY_ROW on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
Method GET_ORIGINAL_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ORIG_ROW | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120228 |
Method GET_ORIGINAL_ROWS on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
Method HAS_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HAS_NEXT | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20120228 |
Method HAS_NEXT on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
Method RESET Signature
Method RESET on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no parameter.
Method RESET on class CL_CNV_MBT_CONV_DUPL_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |