SAP ABAP Class CL_RSR_RRI2_BUILDER (A Builder that builds artefacts in query generation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_GEN (Package) OLAP: Generation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRI2_BASE | Services in RRI2 | 20130613 |
Meta Relationship - Used By
Properties
| Class | CL_RSR_RRI2_BUILDER | |
| Short Description | A Builder that builds artefacts in query generation | |
| Super Class | CL_RSR_RRI2_BASE | Services in RRI2 |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSROA_GEN | OLAP: Generation |
| Created | 20130613 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSR_RRI2_BUILDER has no forward declaration.
Interfaces
Class CL_RSR_RRI2_BUILDER has no interface implemented.
Friends
Class CL_RSR_RRI2_BUILDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 7 | 20130619 | |||
| 2 | Constant | Public | Type reference (TYPE) | CHAR3 | '___' | 20130619 | |||
| 3 | Constant | Public | Type reference (TYPE) | CHAR5 | '$/$/$' | 20130619 | |||
| 4 | Constant | Public | Type reference (TYPE) | CHAR3 | '_CU' | 20130619 | |||
| 5 | Constant | Public | See coding | '_CU' | 20130619 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TP_TS_UOM_BUFFER | 20130613 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check if the UNINM is valid + raise an error message if not | 20130620 | |
| 2 | Instance method | Protected | Method | Clear all buffers | 20130613 | |
| 3 | Instance method | Public | Method | Collect the reference characteristics for FAGGR | 20130619 | |
| 4 | Instance method | Protected | Method | 20130613 | ||
| 5 | Instance method | Protected | Method | Set some flags in cell-flags | 20130620 | |
| 6 | Instance method | Protected | Method | Set the cell flags from the COB_PRO info | 20130620 | |
| 7 | Instance method | Protected | Method | Set currency translation | 20130613 | |
| 8 | Instance method | Protected | Method | Set unit of measure translation | 20130613 |
Events
Class CL_RSR_RRI2_BUILDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_UOM_BUFFER | Private | See coding | 20130613 | BEGIN OF tp_s_uom_buffer,
uomnm TYPE rsuomnm,
tuom TYPE rschavl,
tuomflag TYPE rsztypeflag,
ut_luid TYPE rrluid,
END OF tp_s_uom_buffer
|
||
| 2 | TP_TS_UOM_BUFFER | Private | See coding | 20130613 | tp_ts_uom_buffer TYPE SORTED TABLE OF tp_s_uom_buffer
WITH UNIQUE KEY uomnm tuom tuomflag
|
Method Signatures
Method CHECK_UNINM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KYFNM | Call by reference | Type reference (TYPE) | RSD_KYFNM | 20130620 | ||||
| 2 | I_UNINM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | 20130620 |
Method CHECK_UNINM on class CL_RSR_RRI2_BUILDER has no exception.
Method CLEAR_BUFFERS Signature
Method CLEAR_BUFFERS on class CL_RSR_RRI2_BUILDER has no parameter.
Method CLEAR_BUFFERS on class CL_RSR_RRI2_BUILDER has no exception.
Method COLLECT_CHF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_CHF | Call by reference | Type reference (TYPE) | RRK_TSX_CHF | Reference Characteristics | 20130619 | |||
| 2 | E_CHFID | Call by reference | Type reference (TYPE) | I | 20130619 | ||||
| 3 | I_TS_CH | Call by reference | Type reference (TYPE) | RRK_TS_CH | Mandatory Characteristics | 20130619 |
Method COLLECT_CHF on class CL_RSR_RRI2_BUILDER has no exception.
Method MESSAGE_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | SMESG-ARBGB | 'BRAIN' | Application Area | 20130613 | ||
| 2 | I_ELTUID | Call by reference | Type reference (TYPE) | RRO01_S_CELL-ELTUID1 | Eltuid for Message 031 | 20130613 | |||
| 3 | I_NUMBER | Call by reference | Type reference (TYPE) | SMESG-TXTNR | Message Number | 20130613 | |||
| 4 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | CL_RRMS_APPL_LOG=>PROBCLASS_HIGH | Application Log: Message Problem Class | 20130613 | ||
| 5 | I_S_CELL | Call by reference | Type reference (TYPE) | RRO01_S_CELL | 20130613 | ||||
| 6 | I_TYPE | Call by reference | Type reference (TYPE) | SMESG-MSGTY | 'W' | Message type (E, I, W, ...) | 20130613 |
Method MESSAGE_CELL on class CL_RSR_RRI2_BUILDER has no exception.
Method SET_CELL_FLAGS Signature
Method SET_CELL_FLAGS on class CL_RSR_RRI2_BUILDER has no exception.
Method SET_CELL_FLAGS_FROM_COB_PRO Signature
Method SET_CELL_FLAGS_FROM_COB_PRO on class CL_RSR_RRI2_BUILDER has no exception.
Method SET_CURRENCY_TRANSLATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_THX_VAR | Call by reference | Type reference (TYPE) | RRO01_THX_VAR | 20130613 | ||||
| 2 | C_THX_VREP | Call by reference | Type reference (TYPE) | RRO01_THX_VREP | 20130613 | ||||
| 3 | E_S_CTTNM | Call by reference | Type reference (TYPE) | RRO01_S_CTTNM | 20130613 | ||||
| 4 | I_CTTNM | Call by reference | Type reference (TYPE) | RRNUMBR | 20130613 | ||||
| 5 | I_TCUR | Value transfer | Type reference (TYPE) | C | 20130613 | ||||
| 6 | I_TCURFLAG | Value transfer | Type reference (TYPE) | RSZTYPEFLAG | 20130613 | ||||
| 7 | I_VAR | Call by reference | Type reference (TYPE) | RS_BOOL | 20130613 |
Method SET_CURRENCY_TRANSLATION on class CL_RSR_RRI2_BUILDER has no exception.
Method SET_UOM_TRANSLATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_THX_VAR | Call by reference | Type reference (TYPE) | RRO01_THX_VAR | 20130613 | ||||
| 2 | C_THX_VREP | Call by reference | Type reference (TYPE) | RRO01_THX_VREP | 20130613 | ||||
| 3 | C_TH_TEXT_HINT | Call by reference | Type reference (TYPE) | RSZI_TH_ELT_TEXT_HINT | 20130613 | ||||
| 4 | C_TS_LOOKUP | Call by reference | Type reference (TYPE) | RRO01_TS_LOOKUP | 20130613 | ||||
| 5 | C_T_CHECK_CHNG | Call by reference | Type reference (TYPE) | RZD1_T_GUID | 20130613 | ||||
| 6 | E_UT_LUID | Call by reference | Type reference (TYPE) | RRLUID | 20130613 | ||||
| 7 | I_TUOM | Call by reference | Type reference (TYPE) | C | 20130613 | ||||
| 8 | I_TUOMFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | 20130613 | ||||
| 9 | I_UOMNM | Call by reference | Type reference (TYPE) | RSUOMNM | 20130613 | ||||
| 10 | I_VAR | Call by reference | Type reference (TYPE) | RS_BOOL | 20130613 |
Method SET_UOM_TRANSLATION on class CL_RSR_RRI2_BUILDER has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |