SAP ABAP Class CL_RSDDTPS_FML_BUILDER (Build RKF CKF for Calcsc or Olap Index)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDDTPS_FML_CONTAINER | Tree of RKF and CKF | 20111027 |
Properties
| Class | CL_RSDDTPS_FML_BUILDER | |
| Short Description | Build RKF CKF for Calcsc or Olap Index | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDDTPS_FML | RSDDTPS_FML |
| Created | 20111007 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDDTPS_FML_BUILDER 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_BUILDER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20111027 | ||
| 2 | Instance method | Public | Method | Set Cube Instance | 20111027 | |
| 3 | Instance method | Public | Method | 20111027 | ||
| 4 | Instance method | Public | Method | 20111027 | ||
| 5 | Instance method | Private | Method | 20111027 | ||
| 6 | Instance method | Private | Method | 20111027 | ||
| 7 | Instance method | Private | Method | 20111027 | ||
| 8 | Instance method | Private | Method | 20111027 | ||
| 9 | Instance method | Private | Method | 20111027 |
Events
Class CL_RSDDTPS_FML_BUILDER 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 | 20111027 | BEGIN OF tp_s_done,
name TYPE trexd_attr_name,
END OF tp_s_done
|
||
| 4 | TP_TH_DONE | Private | See coding | 20111027 | 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_BUILDER has no parameter.
Method CONSTRUCTOR on class CL_RSDDTPS_FML_BUILDER has no exception.
Method DEFINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_AGGR | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_AGGREGATION | Create Cube | 20111027 | |||
| 2 | I_R_COPR | Call by reference | Object reference (TYPE REF TO) | CL_RSL_ME_METADATA_COPR | Runtime Metadata for COPR | 20111027 |
Method DEFINE on class CL_RSDDTPS_FML_BUILDER has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_RSDDTPS_FML_BUILDER has no parameter.
Method EXECUTE on class CL_RSDDTPS_FML_BUILDER 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_BUILDER 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 | 20111027 | |||
| 2 | I_R_MEMBER | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTPS_FML_CKF | 20111027 |
Method WRITE_CKF on class CL_RSDDTPS_FML_BUILDER 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 | 20111027 |
Method WRITE_CKF_FML_PART on class CL_RSDDTPS_FML_BUILDER 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 | 20111027 |
Method WRITE_MEMBER on class CL_RSDDTPS_FML_BUILDER 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 | 20111027 |
Method WRITE_MEMBER_DEFINITION on class CL_RSDDTPS_FML_BUILDER 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 | 20111027 |
Method WRITE_RKF on class CL_RSDDTPS_FML_BUILDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |