SAP ABAP Interface IF_RSR_LOOKUP_GEN_TYPES (Types used in generated query report)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_RT (Package) OLAP: Kernel Runtime

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSR_LOOKUP_RT | Conversion Factors (Replacement from Attribute) | 20120319 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_LOOKUP_RRI2_CONST | Constants as LOOKUP | 20131002 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_LOOKUP_UOMTT | Interface between OLAP and Quantity Conversion | 20131002 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_LOOKUP_VAR | Variables with Replacement from Attribute | 20131002 |
Properties
Interface | IF_RSR_LOOKUP_GEN_TYPES | |
Short Description | Types used in generated query report |
General Data
Package | RSROA_RT | OLAP: Kernel Runtime |
Created | 20120209 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RSR_LOOKUP_GEN_TYPES has no forward declaration.
Interfaces
Interface IF_RSR_LOOKUP_GEN_TYPES has no interface.
Friends
Interface IF_RSR_LOOKUP_GEN_TYPES has no friend.
Attributes
Interface IF_RSR_LOOKUP_GEN_TYPES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Determine Value | 20120319 |
2 | ![]() |
Instance method | Public | Method | Fill Buffer (1 Characteristic) | 20120319 |
Events
Interface IF_RSR_LOOKUP_GEN_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_SID1 | Public | See coding | 20120319 | BEGIN OF tn_s_sid1,
sid1 TYPE rssid,
END OF tn_s_sid1
|
||
2 | TN_S_SID2 | Public | See coding | 20120319 | BEGIN OF tn_s_sid2,
sid1 TYPE rssid,
sid2 TYPE rssid,
END OF tn_s_sid2
|
||
3 | TN_S_SID3 | Public | See coding | 20120319 | BEGIN OF tn_s_sid3,
sid1 TYPE rssid,
sid2 TYPE rssid,
sid3 TYPE rssid,
END OF tn_s_sid3
|
||
4 | TN_S_SID4 | Public | See coding | 20120319 | BEGIN OF tn_s_sid4,
sid1 TYPE rssid,
sid2 TYPE rssid,
sid3 TYPE rssid,
sid4 TYPE rssid,
END OF tn_s_sid4
|
||
5 | TN_S_VALUE | Public | See coding | 20120319 | BEGIN OF tn_s_value,
value TYPE rsroa_df,
cudim TYPE rssid,
END OF tn_s_value
|
||
6 | TN_TS_SID1 | Public | See coding | 20120319 | tn_ts_sid1 TYPE SORTED TABLE OF tn_s_sid1
WITH UNIQUE KEY table_line
INITIAL SIZE 0
|
||
7 | TN_TS_SID2 | Public | See coding | 20120319 | tn_ts_sid2 TYPE SORTED TABLE OF tn_s_sid2
WITH UNIQUE KEY table_line
INITIAL SIZE 0
|
||
8 | TN_TS_SID3 | Public | See coding | 20120319 | tn_ts_sid3 TYPE SORTED TABLE OF tn_s_sid3
WITH UNIQUE KEY table_line
INITIAL SIZE 0
|
||
9 | TN_TS_SID4 | Public | See coding | 20120319 | tn_ts_sid4 TYPE SORTED TABLE OF tn_s_sid4
WITH UNIQUE KEY table_line
INITIAL SIZE 0
|
||
10 | TN_TX_SIDN | Public | See coding | 20120319 | tn_tx_sidn TYPE STANDARD TABLE OF tn_t_sid
WITH DEFAULT KEY
INITIAL SIZE 0
|
||
11 | TN_T_SID | Public | See coding | 20120319 | tn_t_sid TYPE STANDARD TABLE OF rssid
WITH DEFAULT KEY INITIAL SIZE 4
|
Method Signatures
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUFL | Value transfer | Type reference (TYPE) | RRQUFL | 0 | Folgesatz in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) | 20120319 | |
2 | ![]() |
I_SID1 | Value transfer | Type reference (TYPE) | RSSID | RRKG_C_SID-NOT_EXIST | Stammdaten ID | 20120319 | |
3 | ![]() |
I_SID2 | Call by reference | Type reference (TYPE) | RSSID | RRKG_C_SID-NOT_EXIST | Stammdaten ID | 20120319 | |
4 | ![]() |
I_SID3 | Call by reference | Type reference (TYPE) | RSSID | RRKG_C_SID-NOT_EXIST | Stammdaten ID | 20120319 | |
5 | ![]() |
I_SID4 | Call by reference | Type reference (TYPE) | RSSID | RRKG_C_SID-NOT_EXIST | Stammdaten ID | 20120319 | |
6 | ![]() |
R_S_VALUE | Value transfer | Type reference (TYPE) | TN_S_VALUE | 20120319 |
Method GET_VALUE on Interface IF_RSR_LOOKUP_GEN_TYPES has no exception.
Method PREPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_SID1 | Call by reference | Type reference (TYPE) | TN_TS_SID1 | 20120319 | |||
2 | ![]() |
I_TS_SID2 | Call by reference | Type reference (TYPE) | TN_TS_SID2 | 20120319 | |||
3 | ![]() |
I_TS_SID3 | Call by reference | Type reference (TYPE) | TN_TS_SID3 | 20120319 | |||
4 | ![]() |
I_TS_SID4 | Call by reference | Type reference (TYPE) | TN_TS_SID4 | 20120319 | |||
5 | ![]() |
I_TX_SIDN | Call by reference | Type reference (TYPE) | TN_TX_SIDN | 20120319 |
Method PREPARE on Interface IF_RSR_LOOKUP_GEN_TYPES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |