SAP ABAP Class CL_RSMDS_DIMENSION (Abstract Dimension)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SBIS (Package) Multidimensional Set Object
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMDS_DIMENSION | Dimension of Set | 20030311 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMDS_ORDERED | Ordered Object Type | 20030311 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRC_INFOPROV_DIMENSION | Quantity Object for InfoProvider (Characteristic as Dimen.) | 20040816 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDS_DATASOURCE_DIMENSION | Dimension of a DataSource | 20040308 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSMDS_ABAP_DIMENSION | Internal ABAP Data Types | 20041023 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSMDS_DDIC_DIMENSION | Internal ABAP Data Types | 20030319 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RS_INFOOBJECT_DIMENSION | 20041214 |
Properties
| Class | CL_RSMDS_DIMENSION | |
| Short Description | Abstract Dimension | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | RSMDS | |
| Program status | ||
| Category | 0 | |
| Package | SBIS | Multidimensional Set Object |
| Created | 20030311 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSMDS_DIMENSION | Dimension of Set | 20030311 | ||
| 2 | IF_RSMDS_ORDERED | Ordered Object Type | 20030311 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSMDS_DIMENSION_SET | 20030312 | One-Dimensional Set | |
| 2 | CL_RSMDS_SET | 20040820 | Multi-Dimensional Quantity |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | Alias Name | 20040326 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to a Value | 20040406 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Next | 20040406 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Previous | 20040406 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20030407 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to Unique Sorted Table of Data Type | 20040406 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20030407 | ||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSMDS_TYPE | Internal Data Type of Dimension | 20040406 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | General Set (Factory Class) | 20040406 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSMDS_TH_DICTITEMS | Set Object: Dictionary for Weak Reference | 20040820 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20040205 | ||
| 2 | Instance method | Private | Method | 20040326 | ||
| 3 | Static method | Public | Method | 20040326 | ||
| 4 | Instance method | Private | Method | 20051221 |
Events
Class CL_RSMDS_DIMENSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_R_CSET | Private | Object reference (TYPE REF TO) | CL_RSMDS_CARTESIAN_PRODUCT_SET | 20040402 | |
|
| 2 | TY_R_DSET | Private | Object reference (TYPE REF TO) | CL_RSMDS_DIMENSION_SET | 20040402 | |
|
| 3 | TY_R_USET | Private | Object reference (TYPE REF TO) | CL_RSMDS_UNION_SET | 20040402 | |
|
| 4 | TY_TR_CSETS | Private | See coding | 20040402 | ty_tr_csets TYPE STANDARD TABLE OF ty_r_cset WITH KEY table_line
|
||
| 5 | TY_TR_DSETS | Private | See coding | 20040402 | ty_tr_dsets TYPE STANDARD TABLE OF ty_r_dset WITH KEY table_line
|
||
| 6 | TY_TR_USETS | Private | See coding | 20040402 | ty_tr_usets TYPE STANDARD TABLE OF ty_r_uset WITH KEY table_line
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DIMNAME | Call by reference | Type reference (TYPE) | RSMDS_DIMNAME | Eindeutiger Name der Dimension | 20040326 | |||
| 2 | I_R_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_RSMDS_TYPE | Datentyp einer Dimension | 20040406 | |||
| 3 | I_R_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | Allgemeine Menge (Factory-Klasse) | 20040406 |
Method CONSTRUCTOR on class CL_RSMDS_DIMENSION has no exception.
Method COPY_SUBSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_PARTITION_BITS | Call by reference | Type reference (TYPE) | XSTRING | Bitstring | 20040401 | |||
| 2 | C_TS_KNOTS | Call by reference | Type reference (TYPE) | SORTED TABLE | 20040326 | ||||
| 3 | I_PARTITION_BITS | Call by reference | Type reference (TYPE) | XSTRING | Bitstring | 20040401 | |||
| 4 | I_POSITION_TO | Call by reference | Type reference (TYPE) | I | 20040401 | ||||
| 5 | I_TS_KNOTS | Call by reference | Type reference (TYPE) | SORTED TABLE | 20040326 |
Method COPY_SUBSET on class CL_RSMDS_DIMENSION has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DIMNAME | Call by reference | Type reference (TYPE) | RSMDS_DIMNAME | Eindeutiger Name der Dimension | 20040326 | |||
| 2 | I_R_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_RSMDS_TYPE | Datentyp einer Dimension | 20040406 | |||
| 3 | I_R_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | Abstrakte Dimension | 20040406 | |||
| 4 | R_R_DIMENSION | Value transfer | Object reference (TYPE REF TO) | IF_RSMDS_DIMENSION | Dimension einer Menge | 20040326 |
Method CREATE on class CL_RSMDS_DIMENSION has no exception.
Method GET_SET_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | Mengenobjekt | 20051221 | |||
| 2 | R_R_SET | Value transfer | Object reference (TYPE REF TO) | CL_RSMDS_SET | Finales Mengenobjekt | 20051221 |
Method GET_SET_FINAL on class CL_RSMDS_DIMENSION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 640 |