SAP ABAP Class CL_RSDD_LM_C_CHARACTERISTIC (C column characteristic)
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_CHARACTERISTIC | Characteristic Class for COPR and PARTP | 20100531 |
Properties
| Class | CL_RSDD_LM_C_CHARACTERISTIC | |
| Short Description | C column characteristic | |
| Super Class | CL_RSDD_LM_CHARACTERISTIC | Characteristic Class for COPR and PARTP |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_LM | Lean Modeler |
| Created | 20091116 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_LM_C_CHARACTERISTIC has no forward declaration.
Interfaces
Class CL_RSDD_LM_C_CHARACTERISTIC has no interface implemented.
Friends
Class CL_RSDD_LM_C_CHARACTERISTIC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSHIEID | Internal Hierarchy ID (Unique ID) | 20100406 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GT_T_HIERARCHY | Hierarchies of a COPR | 20100317 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100317 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100203 | |
| 3 | Instance method | Public | Method | 20100406 | ||
| 4 | Instance method | Public | Method | 20100317 | ||
| 5 | Instance method | Public | Method | 20100330 | ||
| 6 | Static method | Public | Method | 20100601 | ||
| 7 | Instance method | Public | Method | 20100412 | ||
| 8 | Instance method | Public | Method | 20100317 | ||
| 9 | Instance method | Public | Method | 20100406 | ||
| 10 | Instance method | Public | Method | 20100317 |
Events
Class CL_RSDD_LM_C_CHARACTERISTIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_HIERARCHY | Public | See coding | 20100317 | BEGIN OF gt_s_hierarchy,
hier_id TYPE rshieid,
END OF gt_s_hierarchy
|
||
| 2 | GT_T_HIERARCHY | Public | See coding | 20100317 | gt_t_hierarchy TYPE sorted TABLE OF gt_s_hierarchy with UNIQUE key hier_id
|
Method Signatures
Method ADD_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIER_ID | Call by reference | Type reference (TYPE) | RSHIEID | 20100317 | ||||
| 2 | I_IS_DEFAULT | Call by reference | Type reference (TYPE) | RS_BOOL | 20100317 |
Method ADD_HIERARCHY on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | RSDD_INDEX_COLUMN | 20100203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100203 |
Method GET_DEFAULT_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HIER_ID | Value transfer | Type reference (TYPE) | RSHIEID | 20100406 |
Method GET_DEFAULT_HIERARCHY on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method GET_HIERARCHIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_HIERARCHY | Value transfer | Type reference (TYPE) | GT_T_HIERARCHY | 20100317 |
Method GET_HIERARCHIES on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method HAS_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_HIERARCHY | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100330 |
Method HAS_HIERARCHY on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method IS_VALID_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | RSDD_INDEX_COLUMN | Spalte eines analytischen Indexes | 20100601 | |||
| 2 | R_IS_VALID | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100601 |
Method IS_VALID_NAME on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method REMOVE_HIERARCHIES Signature
Method REMOVE_HIERARCHIES on class CL_RSDD_LM_C_CHARACTERISTIC has no parameter.
Method REMOVE_HIERARCHIES on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method REMOVE_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIER_ID | Call by reference | Type reference (TYPE) | RSHIEID | 20100317 |
Method REMOVE_HIERARCHY on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method SET_DEFAULT_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIER_ID | Call by reference | Type reference (TYPE) | RSHIEID | 20100406 |
Method SET_DEFAULT_HIERARCHY on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
Method SET_HIERARCHIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_HIERARCHY | Call by reference | Type reference (TYPE) | GT_T_HIERARCHY | 20100317 |
Method SET_HIERARCHIES on class CL_RSDD_LM_C_CHARACTERISTIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |