SAP ABAP Class CNV_00001_TABLE_SET_ITERATOR (Iterator over tables from table set)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CNV_00001_TABLE_SET_ITERATOR  
Short Description Iterator over tables from table set    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20100120   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CNV_00001_TABLE_SET_ITERATOR has no forward declaration.
Interfaces
Class CNV_00001_TABLE_SET_ITERATOR has no interface implemented.
Friends
Class CNV_00001_TABLE_SET_ITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INDEX Instance attribute Protected Type reference (TYPE) INT4 Natural number 20100120
2 NEXTTABLE Instance attribute Protected Type reference (TYPE) CNV_00001_TABLE_REF Structure describing reference to standard table of any type 20100120
3 REFS Instance attribute Protected Type reference (TYPE) CNV_00001_TABLE_REF_TT List of table references 20100120
4 TABSET Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_TABLE_SET Table set 20100325
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DEPENDENT_TABLE Instance method Public Method Adds a dependent table to the current entry 20100325
2 CONSTRUCTOR Instance method Public Constructor Creates the iterator 20100120
3 DELETE Instance method Public Method Deletes the current entry 20100325
4 HAS_NEXT Instance method Public Method Returns whethere there is next element in the table set 20100120
5 NEXT Instance method Public Method Returns the next element in the table set 20100120
6 SET_DATA Instance method Public Method Sets user data to the current entry 20100408
Events
Class CNV_00001_TABLE_SET_ITERATOR has no event.
Types
Class CNV_00001_TABLE_SET_ITERATOR has no local type.
Method Signatures

Method ADD_DEPENDENT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20100325

Method ADD_DEPENDENT_TABLE on class CNV_00001_TABLE_SET_ITERATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABSET Call by reference Object reference (TYPE REF TO) CNV_00001_TABLE_SET Table set 20100325

Method CONSTRUCTOR on class CNV_00001_TABLE_SET_ITERATOR has no exception.

Method DELETE Signature

Method DELETE on class CNV_00001_TABLE_SET_ITERATOR has no parameter.
Method DELETE on class CNV_00001_TABLE_SET_ITERATOR has no exception.

Method HAS_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) AS4FLAG boolean variable (X=true, -=false, space=unknown) 20100120

Method HAS_NEXT on class CNV_00001_TABLE_SET_ITERATOR has no exception.

Method NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NEXT Value transfer Type reference (TYPE) CNV_00001_TABLE_REF Table name 20100120

Method NEXT on class CNV_00001_TABLE_SET_ITERATOR has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Object reference (TYPE REF TO) DATA User data 20100408

Method SET_DATA on class CNV_00001_TABLE_SET_ITERATOR has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C