SAP ABAP Class CL_RSRTS_METADATA_SFLIGHT (test transient meta data)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_TRANSIENT_SOURCE_TEST (Package) Transiente Source Engine
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20100125 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRTS_METADATA | 20100125 |
Properties
| Class | CL_RSRTS_METADATA_SFLIGHT | |
| Short Description | test transient meta data | |
| Super Class | CL_RS_BASE | BW Basis |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_TRANSIENT_SOURCE_TEST | Transiente Source Engine |
| Created | 20100125 | SAP |
| Last change | 20140121 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSRTS_METADATA | 20100125 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSRTS_DBMAN_TABLE | 20100125 | Read SQL table | |
| 2 | CL_RSRTS_HIERARCHY_CONNID | 20100128 | Hierarchy for CONNID | |
| 3 | CL_RSRTS_HIERARCHY_SFLIGHT | 20100301 | Hierarchy for CONNID |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20100125 | |||||
| 2 | Constant | Private | Type reference (TYPE) | TABNAME | 'SFLIGHT' | Control Structure for Testing the Table Name (Apart fr. SAA) | 20100125 | ||
| 3 | Constant | Protected | See coding | 20100126 | |||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | OT_TS_DATASTRUC | Description of Data Structure | 20100125 | |||
| 5 | Constant | Private | Type reference (TYPE) | CHAR2 | '2T' | Prefix | 20100125 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSRTS_METADATA_SFLIGHT | test transient meta data | 20100125 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSD_S_DTA | DTA structure | 20100125 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | RSTSTPINT | Last changed / last changed by | 20120912 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | PT_TS_INFOPROV | List of provided Provider | 20120912 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | CL_RSROA_VQ_SERVICES=>NT_TS_MAPPING | 20100125 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | RSRTS_TS_MDRPARAMETER | Master Data Read-Class parameter | 20121016 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | RSD_T_DTA_DIME | Dimensions | 20100125 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RSD_T_DTA_PRO | InfoObject Properties in Data Target | 20100125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100125 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100125 | |
| 3 | Instance method | Private | Method | Define Attributes | 20100125 | |
| 4 | Static method | Public | Method | runtime instance | 20100125 | |
| 5 | Instance method | Private | Method | add keyfigure with internal business volume elimination | 20100301 | |
| 6 | Instance method | Private | Method | set dimensions | 20100125 | |
| 7 | Instance method | Private | Method | Blow up the Metadata | 20120913 | |
| 8 | Instance method | Private | Method | Description of Data Structure | 20100125 | |
| 9 | Static method | Private | Method | Returns prefilled DTA header | 20100125 | |
| 10 | Instance method | Private | Method | define master data access | 20100125 |
Events
Class CL_RSRTS_METADATA_SFLIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OT_S_DATASTRUC | Protected | See coding | 20100125 | begin of ot_s_datastruc,
pos type i,
s_comp type cl_rsr=>tn_s_comp_n,
iobjnm type rsiobjnm,
end of ot_s_datastruc
|
||
| 2 | OT_TS_DATASTRUC | Protected | See coding | 20100125 | ot_ts_datastruc type sorted table of ot_s_datastruc
with unique key pos
|
||
| 3 | PT_S_INFOPROV | Private | See coding | 20120912 | begin of PT_S_INFOPROV,
infoprov type rsinfoprov,
txt type rstxtlg,
r_md type ref to cl_rsrts_metadata_sflight,
end of pt_s_infoprov
|
||
| 4 | PT_TS_INFOPROV | Private | See coding | 20120912 | PT_Ts_INFOPROV type SORTED TABLE OF pt_s_infoprov
with unique key infoprov
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSRTS_METADATA_SFLIGHT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20120912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20120913 |
Method CREATE_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_S_DTA_PRO | InfoObject Properties in Data Target | 20100126 |
Method CREATE_ATTR on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method GET_INSTANCE_RUNTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20120913 | |||
| 2 | R_R_INST | Value transfer | Object reference (TYPE REF TO) | CL_RSRTS_METADATA_SFLIGHT | test transient meta data | 20100125 |
Method GET_INSTANCE_RUNTIME on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _ADD_ICE Signature
Method _ADD_ICE on class CL_RSRTS_METADATA_SFLIGHT has no parameter.
Method _ADD_ICE on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _ADJUST_DIME Signature
Method _ADJUST_DIME on class CL_RSRTS_METADATA_SFLIGHT has no parameter.
Method _ADJUST_DIME on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _BLOW_UP_DTAPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_T_DTA_PRO | InfoObject Properties in Data Target | 20120913 |
Method _BLOW_UP_DTAPRO on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _GET_DATA_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_FIELD | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100125 |
Method _GET_DATA_DESCR on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _GET_DTA_HEADER_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_DTA | Value transfer | Type reference (TYPE) | RSD_S_DTA | InfoProvider Properties | 20100125 |
Method _GET_DTA_HEADER_TEMPLATE on class CL_RSRTS_METADATA_SFLIGHT has no exception.
Method _SET_MASTER_DATA Signature
Method _SET_MASTER_DATA on class CL_RSRTS_METADATA_SFLIGHT has no parameter.
Method _SET_MASTER_DATA on class CL_RSRTS_METADATA_SFLIGHT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |