SAP ABAP Class CL_RSDDTPS_FML_XML (CL_RSDDTPS_FML_XML)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDTPS_FML (Package) RSDDTPS_FML
⤷
⤷
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 | 20090724 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDDTPS_FML_CONTAINER | Tree of RKF and CKF | 20111027 |
Properties
| Class | CL_RSDDTPS_FML_XML | |
| 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_FML | RSDDTPS_FML |
| Created | 20090511 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDDTPS_FML_XML has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDDTPS_FML_CONTAINER | Tree of RKF and CKF | 20111027 |
Friends
Class CL_RSDDTPS_FML_XML 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) | STRING | 20090526 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CC_CUBE | Cube Schema | 20091201 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CC_CALC | Current Calculation | 20091202 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CC_CKF | Current CKF Object | 20091202 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TP_TH_DONE | 20090811 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TN_TH_FORMULA | 20090511 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090724 | ||
| 2 | Instance method | Public | Method | 20090511 | ||
| 3 | Instance method | Public | Method | 20111027 | ||
| 4 | Instance method | Public | Method | 20090511 | ||
| 5 | Instance method | Public | Method | Set Cube Instance | 20091203 | |
| 6 | Instance method | Private | Method | 20090511 | ||
| 7 | Instance method | Private | Method | 20090527 | ||
| 8 | Instance method | Private | Method | 20090511 | ||
| 9 | Instance method | Private | Method | 20090526 | ||
| 10 | Instance method | Private | Method | 20090511 |
Events
Class CL_RSDDTPS_FML_XML has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_FORMULA | Public | See coding | 20111027 | BEGIN OF tn_s_formula,
name TYPE trexd_attr_name,
display_name TYPE string,
r_member TYPE REF TO cl_rsddtps_fml_member,
END OF tn_s_formula
|
||
| 2 | TN_TH_FORMULA | Public | See coding | 20111027 | tn_th_formula TYPE HASHED TABLE OF tn_s_formula WITH UNIQUE KEY name
|
||
| 3 | TP_S_DONE | Private | See coding | 20090811 | BEGIN OF tp_s_done,
name TYPE trexd_attr_name,
END OF tp_s_done
|
||
| 4 | TP_TH_DONE | Private | See coding | 20090811 | tp_th_done TYPE HASHED TABLE OF tp_s_done WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDDTPS_FML_XML has no parameter.
Method CONSTRUCTOR on class CL_RSDDTPS_FML_XML has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_XML | Value transfer | Type reference (TYPE) | STRING | 20090511 |
Method CREATE on class CL_RSDDTPS_FML_XML has no exception.
Method GET_FORMULAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TH_FORMULA | Call by reference | Type reference (TYPE) | TN_TH_FORMULA | 20111027 |
Method GET_FORMULAS on class CL_RSDDTPS_FML_XML has no exception.
Method SET_MEMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_NAME | Call by reference | Type reference (TYPE) | STRING | 20090511 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | Attributname | 20090511 | |||
| 3 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_MEMBER | 20090511 |
Method SET_MEMBER on class CL_RSDDTPS_FML_XML has no exception.
Method SET_R_CUBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CUBE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CC_CUBE | Create Cube | 20091203 |
Method SET_R_CUBE on class CL_RSDDTPS_FML_XML has no exception.
Method WRITE_CKF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_OPERANDS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090527 | |||
| 2 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_CKF | 20090511 |
Method WRITE_CKF on class CL_RSDDTPS_FML_XML has no exception.
Method WRITE_CKF_FML_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_CKF | 20090527 |
Method WRITE_CKF_FML_PART on class CL_RSDDTPS_FML_XML has no exception.
Method WRITE_MEMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_MEMBER | 20090511 |
Method WRITE_MEMBER on class CL_RSDDTPS_FML_XML has no exception.
Method WRITE_MEMBER_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_MEMBER | 20090526 |
Method WRITE_MEMBER_DEFINITION on class CL_RSDDTPS_FML_XML has no exception.
Method WRITE_RKF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_RKF | 20090511 |
Method WRITE_RKF on class CL_RSDDTPS_FML_XML has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |