SAP ABAP Interface IF_RSR_RRK0_DATA_TYPES (bdata, ldata types...)
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 implementation (CLASS c. INTERFACES i_ref) | CL_RSR_FORMAT | Creation of Format Instances | 20120319 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_RRK0_BASE | Basis Components | 20120319 |
Properties
Interface | IF_RSR_RRK0_DATA_TYPES | |
Short Description | bdata, ldata types... |
General Data
Package | RSROA_RT | OLAP: Kernel Runtime |
Created | 20120208 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSR_RRK0_DATA_TYPES has no interface.
Friends
Interface IF_RSR_RRK0_DATA_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_BDATA_SID_AGGR_KEY | Constant | Public | Type reference (TYPE) | ABAP_COMPNAME | 'AGGR_KEY' | 20130305 |
Methods
Interface IF_RSR_RRK0_DATA_TYPES has no method.
Events
Interface IF_RSR_RRK0_DATA_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_BDATA | Public | See coding | BDATA structure | 20120319 | BEGIN OF tn_s_bdata,
value TYPE rsroa_df,
cu TYPE tn_s_cu,
valexcp TYPE rrvalexcp,
valtype TYPE rrvaltype,
blfv TYPE rrblfv,
cuid TYPE rrcuid,
END OF tn_s_bdata
|
|
2 | TN_S_BDATA_SID | Public | See coding | BDATA and SID | 20130225 | BEGIN OF tn_s_bdata_sid,
bdata TYPE tn_s_bdata,
BEGIN OF sid, " Attention!!! SID may be generated dynamically (to carry several SIDs).
la000 TYPE rssid, " Thus it MUST be the last component, otherwise moves of the bdata (byte-wise) will fail, name: n_c_prefix-LA + 000
END OF sid, " in the dynamic case the components shall be called LA |
|
3 | TN_S_CU | Public | See coding | Currency Unit Info | 20120319 | BEGIN OF tn_s_cu,
csid TYPE rssid,
whfac TYPE rrwhfac,
mefac TYPE rrmefac,
usid TYPE rssid,
currfl TYPE rs_bool,
unitfl TYPE rs_bool,
END OF tn_s_cu
|
|
4 | TN_TS_BDATA_SID | Public | See coding | BDATA and SID | 20130225 | tn_ts_bdata_sid TYPE SORTED TABLE OF tn_s_bdata_sid WITH NON-UNIQUE KEY sid
|
|
5 | TN_T_BDATA | Public | See coding | BDATA table | 20121128 | tn_t_bdata TYPE STANDARD TABLE OF tn_s_bdata
WITH KEY table_line
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |