SAP ABAP Class CL_RSDD_LM_A_CHARACTERISTIC (Characteristic of an index)
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 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDD_LM_COLUMN_AVAILABILITY | Availability of a Column | 20111021 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDD_LM_OBJECT_AVAILABILITY | Object is not available | 20101122 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_LM_CA_CHARACTERISTIC | calculated characteristic | 20101207 |
Properties
Class | CL_RSDD_LM_A_CHARACTERISTIC | |
Short Description | Characteristic of an index | |
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 | 20091214 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSDD_LM_COLUMN_AVAILABILITY | Availability of a Column | 20111021 | ||
2 | IF_RSDD_LM_OBJECT_AVAILABILITY | Object is not available | 20101122 |
Friends
Class CL_RSDD_LM_A_CHARACTERISTIC 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_S_PROPERTIES | Characteristics (list) | 20100531 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20101122 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100203 |
2 | ![]() |
Instance method | Public | Method | 20100531 | |
3 | ![]() |
Instance method | Public | Method | 20100531 |
Events
Class CL_RSDD_LM_A_CHARACTERISTIC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_S_ATTRIBUTE | Public | See coding | 20100531 | BEGIN OF gt_s_attribute,
name TYPE rsdd_index_column,
datatype TYPE string,
length TYPE i,
conversion TYPE string,
attribute_type TYPE string,
reference_infoobject TYPE rsiobjnm,
origin_infoobject TYPE rsiobjnm,
transient_infoobject TYPE rsiobjnm,
compounding TYPE gt_s_compounding,
presentation TYPE string,
auth_check TYPE rs_bool,
text_column TYPE string,
descriptions type if_rsdd_copr_partprov=>gt_t_descriptions,
END OF gt_s_attribute
|
||
2 | GT_S_COMPOUNDING | Public | See coding | 20100531 | BEGIN OF gt_s_compounding,
concatenation_column TYPE string,
superior_chars TYPE gt_t_superior_chars,
END OF gt_s_compounding
|
||
3 | GT_S_PROPERTIES | Public | See coding | 20100531 | BEGIN OF gt_s_properties,
datatype TYPE string,
length TYPE i,
conversion TYPE string,
reference_infoobject TYPE string,
origin_infoobject TYPE string,
transient_infoobject TYPE string,
compounding TYPE gt_s_compounding,
attributes TYPE gt_t_attributes,
presentation TYPE string,
auth_check TYPE rs_bool,
text_column TYPE string,
END OF gt_s_properties
|
||
4 | GT_S_SUPERIOR_CHAR | Public | See coding | 20100531 | BEGIN OF gt_s_superior_char,
name TYPE rsdd_index_column,
END OF gt_s_superior_char
|
||
5 | GT_T_ATTRIBUTES | Public | See coding | 20100531 | gt_t_attributes TYPE STANDARD TABLE OF gt_s_attribute WITH DEFAULT KEY
|
||
6 | GT_T_SUPERIOR_CHARS | Public | See coding | 20100531 | gt_t_superior_chars TYPE STANDARD TABLE OF gt_s_superior_char WITH DEFAULT KEY
|
Method Signatures
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 | Spalte eines analytischen Indexes | 20100203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100203 |
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_PROPERTIES | Call by reference | Type reference (TYPE) | GT_S_PROPERTIES | 20100531 |
Method GET_PROPERTIES on class CL_RSDD_LM_A_CHARACTERISTIC has no exception.
Method SET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_PROPERTIES | Call by reference | Type reference (TYPE) | GT_S_PROPERTIES | 20100531 |
Method SET_PROPERTIES on class CL_RSDD_LM_A_CHARACTERISTIC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |