SAP ABAP Class CL_RSPLS_CR_SID_CMP_CROSS_AXIS (Compound SIDs for Various Axes)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20041011 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CHAR_RELATION | Characteristic Relationships | 20041011 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CR_METHODS | Methods for Characteristic Relationship | 20041011 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CR_TYPES | Types for Characteristic Relationships | 20041011 |
Properties
| Class | CL_RSPLS_CR_SID_CMP_CROSS_AXIS | |
| Short Description | Compound SIDs for Various Axes | |
| Super Class | CL_RS_BASE | BW Basis |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLS | Planning: General Services |
| Created | 20041011 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLS_CHAR_RELATION | Characteristic Relationships | 20041011 | ||
| 2 | IF_RSPLS_CR_METHODS | Methods for Characteristic Relationship | 20041011 | ||
| 3 | IF_RSPLS_CR_TYPES | Types for Characteristic Relationships | 20041011 |
Friends
Class CL_RSPLS_CR_SID_CMP_CROSS_AXIS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSR_TS_IOBJNM | Common parents for compounding | 20091013 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Key Characteristic1 | 20041011 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Key Characteristic2 | 20041011 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20041011 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSR_FIPT_TRANSFORMATOR | Value According to Master Data ID Transformer | 20041011 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSR_FIPT_TRANSFORMATOR | Value According to Master Data ID Transformer | 20041011 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TP_S_CHECK | Work Area Buffer | 20041011 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TP_S_FIELD | Work Area Common Fields | 20041011 | |||
| 9 | Instance attribute | Private | See coding | Work Area for Transformer | 20041011 | ||||
| 10 | Instance attribute | Private | See coding | Buffered Checks | 20041011 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | TP_TS_INSTANCE | Table: Management of instances | 20090923 | |||
| 12 | Instance attribute | Private | See coding | Common Fields | 20041011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041011 | |
| 2 | Static method | Public | Method | Collection of all Checks: Characteristics wth Common Pairing | 20041011 |
Events
Class CL_RSPLS_CR_SID_CMP_CROSS_AXIS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CHECK | Private | See coding | Work Area Buffer | 20041011 | BEGIN OF tp_s_check,
sidsid TYPE rrsi_s_sidsid,
is_valid TYPE rs_bool,
s_mesg TYPE if_rspls_cr_types=>tn_s_mesg,
END OF tp_s_check
|
|
| 2 | TP_S_FIELD | Private | See coding | Buffered Checks | 20041011 | BEGIN OF tp_s_field,
c1 TYPE i,
c2 TYPE i,
END OF tp_s_field
|
|
| 3 | TP_S_INSTANCE | Private | See coding | Structure: Management of an instance | 20090923 | BEGIN OF tp_s_instance,
infoprov TYPE rsinfoprov,
iobjnm1 TYPE rsiobjnm,
iobjnm2 TYPE rsiobjnm,
sid_pref TYPE rs_bool,
ref TYPE REF TO cl_rspls_cr_sid_cmp_cross_axis,
END OF tp_s_instance
|
|
| 4 | TP_TS_INSTANCE | Private | See coding | Table: Management of instances | 20090923 | tp_ts_instance TYPE SORTED TABLE OF tp_s_instance
WITH UNIQUE KEY infoprov iobjnm1 iobjnm2 sid_pref
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM1 | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041011 | |||
| 2 | I_IOBJNM2 | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041011 | |||
| 3 | I_TS_COMMON | Call by reference | Type reference (TYPE) | RSD_TS_CHANM | 20041011 |
Method CONSTRUCTOR on class CL_RSPLS_CR_SID_CMP_CROSS_AXIS has no exception.
Method GET_INSTANCES 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 | 20041011 | |||
| 2 | I_TS_DTA_PRO | Call by reference | Type reference (TYPE) | IF_RSD_INFOPROV=>NT_TS_DTA_PRO | InfoObject Properties in Data Target | 20130111 | |||
| 3 | I_T_IOBJ_CMP | Call by reference | Type reference (TYPE) | RSD_T_IOBJ_CMP | Klammerungen von InfoObjects | 20041011 | |||
| 4 | R_T_REF | Value transfer | Type reference (TYPE) | IF_RSPLS_CHAR_RELATION=>TN_T_REF | 20041011 |
Method GET_INSTANCES on class CL_RSPLS_CR_SID_CMP_CROSS_AXIS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |