SAP ABAP Class CL_CNV_INDX_KEY (INDX cluster key representation)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_INDX (Package) Conversion of INDX-like cluster tables
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20120927 |
Properties
| Class | CL_CNV_INDX_KEY | |
| Short Description | INDX cluster key representation | |
| 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_KEY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20120927 |
Friends
Class CL_CNV_INDX_KEY 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) | TTFIELDNAME | Field names | 20101011 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | DDFIELDS | Field Names | 20101011 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | INT4 | Full key length | 20101011 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | full key reference | 20101011 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TY_HT_FIELD_VALUE | Values of the fields | 20101011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a key field | 20101011 | |
| 2 | Instance method | Public | Method | Clones the key (without the value) | 20101011 | |
| 3 | Instance method | Public | Constructor | Creates an INDX key representation | 20101011 | |
| 4 | Instance method | Public | Method | Returns the reference to the concatenated key | 20101011 | |
| 5 | Instance method | Public | Method | Returns field value | 20101011 | |
| 6 | Instance method | Public | Method | Sets field values from work area | 20101011 |
Events
Class CL_CNV_INDX_KEY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_FIELD_VALUE | Protected | See coding | 20101011 | |
||
| 2 | TY_HT_FIELD_VALUE | Protected | See coding | 20101011 | |
Method Signatures
Method ADD_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DFIES | Call by reference | Type reference (TYPE) | DFIES | DD Interface: Table Fields for DDIF_FIELDINFO_GET | 20101011 |
Method ADD_FIELD on class CL_CNV_INDX_KEY has no exception.
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYREF | Value transfer | Object reference (TYPE REF TO) | CL_CNV_INDX_KEY | Key representation | 20101011 |
Method CLONE on class CL_CNV_INDX_KEY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CNV_INDX_KEY has no parameter.
Method CONSTRUCTOR on class CL_CNV_INDX_KEY has no exception.
Method GET_FULL_KEY_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYREF | Value transfer | Object reference (TYPE REF TO) | DATA | Key reference | 20101011 |
Method GET_FULL_KEY_REF on class CL_CNV_INDX_KEY has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20101011 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20101011 |
Method GET_VALUE on class CL_CNV_INDX_KEY has no exception.
Method SET_VALUES_FROM_WA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WA | Call by reference | Type reference (TYPE) | ANY | Work area | 20101011 |
Method SET_VALUES_FROM_WA on class CL_CNV_INDX_KEY has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |