SAP ABAP Class CL_CNV_INDX_RESULTSET (Result of INDX selection)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_INDX (Package) Conversion of INDX-like cluster tables
Properties
Class CL_CNV_INDX_RESULTSET  
Short Description Result of INDX selection    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_INDX   Conversion of INDX-like cluster tables 
Created 20101011   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_INDX_RESULTSET has no forward declaration.
Interfaces
Class CL_CNV_INDX_RESULTSET has no interface implemented.
Friends
Class CL_CNV_INDX_RESULTSET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLIENT Instance attribute Public Type reference (TYPE) MANDT Client 20101011
2 GEN_PROGNAME Instance attribute Protected Type reference (TYPE) SYREPID Name of the generated program 20101011
3 GET_DATA_ROUTINENAME Instance attribute Protected Type reference (TYPE) FUNCNAME Name of the import routine 20101011
4 ROWS Instance attribute Protected Type reference (TYPE) CNV_INDX_T_CL_ROW List of rows 20101011
5 TABNAME Instance attribute Public Type reference (TYPE) TABNAME Table Name 20101011
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW Instance method Public Method Adds a single result row 20101011
2 CONSTRUCTOR Instance method Public Constructor Creates a result set 20101011
3 DISPLAY Instance method Public Method Displays the result set 20101011
4 GET_ROWS Instance method Public Method Returns the list of rows 20101011
5 LOAD_DATA Instance method Public Method Loads component data 20101011
Events
Class CL_CNV_INDX_RESULTSET has no event.
Types
Class CL_CNV_INDX_RESULTSET has no local type.
Method Signatures

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Call by reference Object reference (TYPE REF TO) CL_CNV_INDX_ROW Single INDX cluster row representation 20101011

Method ADD_ROW on class CL_CNV_INDX_RESULTSET has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) MANDT Client 20101011
2 Importing PROGNAME Call by reference Type reference (TYPE) SYREPID Name of the generated program 20101011
3 Importing ROUTINENAME Call by reference Type reference (TYPE) FUNCNAME Name of the generated import routine 20101011
4 Importing TABNAME Call by reference Type reference (TYPE) TABNAME 20101011

Method CONSTRUCTOR on class CL_CNV_INDX_RESULTSET has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_CNV_INDX_RESULTSET has no parameter.
Method DISPLAY on class CL_CNV_INDX_RESULTSET has no exception.

Method GET_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROWS Value transfer Type reference (TYPE) CNV_INDX_T_CL_ROW List of rows 20101011

Method GET_ROWS on class CL_CNV_INDX_RESULTSET has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_STRUCTURE_BOUNDARIES Call by reference Type reference (TYPE) CNV_INDX_IGNORE_BOUNDARIES Ignore structure boundries 20110616
2 Importing IO Call by reference Object reference (TYPE REF TO) CL_CNV_INDX_IO Read/Write operations on INDX tables 20101215
# Exception Resumable Description Created on
1 CX_CNV_INDX_DATA_RETR_FAILED Error retrieving INDX data 20101012
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620