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 ABAP 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 NV_TABNAME Instance attribute Public Type reference (TYPE) TABNAME Table Name 20120228
2 OR_CONVROWS Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to the original rows for the current dupl. key 20120314
3 OR_KEYROW Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to the current duplicate key data 20120228
4 OR_ORIGROWS Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to the original rows for the current dupl. key 20120228
5 OR_STORE Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_MBT_CONV_DUPL_STORAGE Duplicates storage 20120228
6 OS_DATA_ROW Instance attribute Protected Type reference (TYPE) CNVMBTCONVDUPCLU Duplicate Storage: Storage Cluster 20120228
7 OT_DATA_ROW Instance attribute Protected Type reference (TYPE) CNV_MBT_CONV_T_DUPCLU 20120228
8 OT_DUPL_DATA Instance attribute Protected Type reference (TYPE) CNV_MBT_CONV_ST_DUPLDATA Duplicate Storage: Sorted table of duplicates 20120228
9 OV_CURSOR Instance attribute Protected Type reference (TYPE) CURSOR 20120228
10 OV_CURSOR_OPENED Instance attribute Protected Type reference (TYPE) FLAG General Flag 20120228
11 OV_DUPL_INDEX Instance attribute Protected Type reference (TYPE) SYTABIX Internal Table, Current Line Index 20120228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates an iterator 20120228
2 GET_CONVERTED_ROWS Instance method Public Method Returns the converted rows of the current duplicate 20120314
3 GET_KEY_ROW Instance method Public Method Returns the duplicate key row of the current duplicate 20120228
4 GET_ORIGINAL_ROWS Instance method Public Method Returns the original rows of the current duplicate 20120228
5 HAS_NEXT Instance method Public Method Returns whether the iterator has a next key 20120228
6 RESET 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 Importing IR_STORE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_CONV_DUPL_STORAGE Duplicates storage 20120228
2 Importing 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 Exporting 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 Exporting 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 Exporting 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 Returning 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