SAP ABAP Class IF_RSR_RRK0_DATA_TYPES (bdata, ldata types...)
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
| Class | IF_RSR_RRK0_DATA_TYPES | |
| Short Description | bdata, ldata types... | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120208 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSR_RRK0_DATA_TYPES has no interface implemented.
Friends
Class IF_RSR_RRK0_DATA_TYPES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ABAP_COMPNAME | 'AGGR_KEY' | 20130305 |
Methods
Class IF_RSR_RRK0_DATA_TYPES has no method.
Events
Class 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 |