SAP ABAP Class CL_RSDD_LM_INDEX (Index Superclass)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_LM (Package) Lean Modeler
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_LM_BWCORE | Common Superclass for XML-Based Objects | 20100329 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_LM_AINDEX | PartProvider of a Comp. Provider | 20100120 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_LM_COMPOSITE_PROVIDER | CompositeProvider | 20100118 |
Properties
| Class | CL_RSDD_LM_INDEX | |
| Short Description | Index Superclass | |
| Super Class | CL_RSDD_LM_BWCORE | Common Superclass for XML-Based Objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_LM | Lean Modeler |
| Created | 20100115 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_LM_INDEX has no forward declaration.
Interfaces
Class CL_RSDD_LM_INDEX has no interface implemented.
Friends
Class CL_RSDD_LM_INDEX has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | GT_T_COLUMNS | 20100118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100119 | ||
| 2 | Instance method | Public | Method | 20100119 | ||
| 3 | Instance method | Public | Method | 20100119 | ||
| 4 | Instance method | Public | Method | 20100712 | ||
| 5 | Instance method | Public | Method | 20100119 | ||
| 6 | Instance method | Public | Method | 20100714 | ||
| 7 | Instance method | Public | Method | 20100119 | ||
| 8 | Instance method | Public | Method | 20100121 |
Events
Class CL_RSDD_LM_INDEX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_COLUMNS | Public | See coding | 20100120 | BEGIN OF gt_s_columns,
r_column TYPE REF TO cl_rsdd_lm_column,
type TYPE i,
END OF gt_s_columns
|
||
| 2 | GT_T_COLUMNS | Public | See coding | 20100120 | gt_t_columns TYPE TABLE OF gt_s_columns WITH KEY r_column
|
Method Signatures
Method ADD_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_LM_COLUMN | 20100119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101004 | |||
| 2 | 20101004 |
Method CREATE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Value transfer | Type reference (TYPE) | RSDD_INDEX_COLUMN | 20100119 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | STRING | 20100119 | ||||
| 3 | R_R_COLUMN | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_LM_COLUMN | 20100119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100119 | |||
| 2 | 20100203 |
Method GET_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Value transfer | Type reference (TYPE) | RSDD_INDEX_COLUMN | 20100119 | ||||
| 2 | R_R_COLUMN | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_LM_COLUMN | 20100119 |
Method GET_COLUMN on class CL_RSDD_LM_INDEX has no exception.
Method GET_COLUMN_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COUNT | Value transfer | Type reference (TYPE) | I | 20100712 |
Method GET_COLUMN_COUNT on class CL_RSDD_LM_INDEX has no exception.
Method GET_COLUMN_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_COLUMN_LIST | Call by reference | Type reference (TYPE) | GT_T_COLUMNS | 20100119 |
Method GET_COLUMN_LIST on class CL_RSDD_LM_INDEX has no exception.
Method GET_IPROV_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20100714 |
Method GET_IPROV_NAME on class CL_RSDD_LM_INDEX has no exception.
Method HAS_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLUMN | Value transfer | Type reference (TYPE) | RSDD_INDEX_COLUMN | 20100119 | ||||
| 2 | R_HAS_COLUMN | Value transfer | Type reference (TYPE) | RS_BOOL | 20100119 |
Method HAS_COLUMN on class CL_RSDD_LM_INDEX has no exception.
Method REMOVE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_LM_COLUMN | column | 20100121 |
Method REMOVE_COLUMN on class CL_RSDD_LM_INDEX has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |