SAP ABAP Class CL_RSDDTPS_XML_MEASURE (CL_RSDDTPS_XML_MEASURE)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDTPS_PROV (Package) RSDDTPS_PROV
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDDTPS_XML | Parent Class for XML Creation | 20090616 |
Properties
| Class | CL_RSDDTPS_XML_MEASURE | |
| Short Description | ||
| Super Class | CL_RSDDTPS_XML | Parent Class for XML Creation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDDTPS_PROV | RSDDTPS_PROV |
| Created | 20090616 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDDTPS_XML_MEASURE has no interface implemented.
Friends
Class CL_RSDDTPS_XML_MEASURE 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) | RS_BOOL | is provider invisible | 20101125 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_CKF | 20100729 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TP_T_MEASURE | 20090616 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090616 | ||
| 2 | Instance method | Private | Method | 20090616 | ||
| 3 | Instance method | Public | Method | 20090618 | ||
| 4 | Instance method | Private | Method | 20090619 | ||
| 5 | Instance method | Public | Method | 20090616 |
Events
Class CL_RSDDTPS_XML_MEASURE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MEASURE | Public | See coding | 20090616 | BEGIN OF tn_s_measure,
name TYPE rskyfnm,
table TYPE string,
column TYPE string,
joinpath TYPE string,
END OF tn_s_measure
|
||
| 2 | TN_T_MEASURE | Public | See coding | 20090616 | tn_t_measure TYPE STANDARD TABLE OF tn_s_measure WITH NON-UNIQUE KEY name
|
||
| 3 | TN_T_STRING | Public | See coding | 20090618 | TN_T_STRING type STANDARD TABLE OF string with NON-UNIQUE key table_line
|
||
| 4 | TP_S_CONVERSION | Private | See coding | 20090616 | BEGIN OF tp_s_conversion,
table TYPE string,
source_unit_attr TYPE string,
destination_unit TYPE string,
factor_attribute TYPE string,
sourcepresentation TYPE string,
END OF tp_s_conversion
|
||
| 5 | TP_S_MEASURE | Private | See coding | 20090616 | BEGIN OF tp_s_measure,
name TYPE rskyfnm,
table TYPE string,
column TYPE string,
joinpath TYPE string,
visible TYPE rs_bool,
decimals type i,
scalingfactor type i,
aggregation_type type string,
kyftp type string,
unitconversion type tp_s_conversion,
t_description TYPE cl_rsddtps_xml=>tn_t_description,
END OF tp_s_measure
|
||
| 6 | TP_T_CKF | Private | See coding | 20100729 | TP_T_CKF type standard table of ref to cl_rsddtps_fml_ckf with non-unique key table_line
|
||
| 7 | TP_T_MEASURE | Private | See coding | 20090616 | tp_t_measure TYPE STANDARD TABLE OF tp_s_measure WITH NON-UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INVISIBLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20101125 | |||
| 2 | I_R_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_RSDDTPS_PROVIDER | Providerinterface für Polestar | 20090616 |
Method CONSTRUCTOR on class CL_RSDDTPS_XML_MEASURE has no exception.
Method FILL_UNITCONVERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_COB_PRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20090616 | |||
| 2 | R_S_CONVERSION | Value transfer | Type reference (TYPE) | TP_S_CONVERSION | 20090616 |
Method FILL_UNITCONVERSION on class CL_RSDDTPS_XML_MEASURE has no exception.
Method GET_CONVERSION_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TABLES | Value transfer | Type reference (TYPE) | TN_T_STRING | 20090618 |
Method GET_CONVERSION_TABLES on class CL_RSDDTPS_XML_MEASURE has no exception.
Method MODIFY_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_MEASURE | Call by reference | Type reference (TYPE) | TP_S_MEASURE | 20090619 | ||||
| 2 | I_S_COB_PRO | Call by reference | Type reference (TYPE) | RSD_S_COB_PRO | Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) | 20090619 |
Method MODIFY_DESCRIPTION on class CL_RSDDTPS_XML_MEASURE has no exception.
Method SET_MEASURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MEASURE | Call by reference | Type reference (TYPE) | TN_T_MEASURE | 20090616 |
Method SET_MEASURES on class CL_RSDDTPS_XML_MEASURE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |