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 | Instance attribute | Public | Type reference (TYPE) | MANDT | Client | 20101011 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SYREPID | Name of the generated program | 20101011 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | FUNCNAME | Name of the import routine | 20101011 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CNV_INDX_T_CL_ROW | List of rows | 20101011 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20101011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a single result row | 20101011 | |
| 2 | Instance method | Public | Constructor | Creates a result set | 20101011 | |
| 3 | Instance method | Public | Method | Displays the result set | 20101011 | |
| 4 | Instance method | Public | Method | Returns the list of rows | 20101011 | |
| 5 | 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 | 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 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20101011 | |||
| 2 | PROGNAME | Call by reference | Type reference (TYPE) | SYREPID | Name of the generated program | 20101011 | |||
| 3 | ROUTINENAME | Call by reference | Type reference (TYPE) | FUNCNAME | Name of the generated import routine | 20101011 | |||
| 4 | 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 | 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 | IGNORE_STRUCTURE_BOUNDARIES | Call by reference | Type reference (TYPE) | CNV_INDX_IGNORE_BOUNDARIES | Ignore structure boundries | 20110616 | |||
| 2 | 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 | Error retrieving INDX data | 20101012 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |