SAP ABAP Class CL_RSPLS_DATASLICE (Data Slice)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DATASLICE | Data Slice | 20050114 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20050114 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_METHODS_HDB | Data slices HDB | 20130118 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_TYPES | Types for Data Slices | 20050114 |
Properties
| Class | CL_RSPLS_DATASLICE | |
| Short Description | Data Slice | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLS | Planning: General Services |
| Created | 20050114 | 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) | |
| 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) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLS_DATASLICE | Data Slice | 20050114 | ||
| 2 | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20050114 | ||
| 3 | IF_RSPLS_DS_METHODS_HDB | Data slices HDB | 20130118 | ||
| 4 | IF_RSPLS_DS_TYPES | Types for Data Slices | 20050114 |
Friends
Class CL_RSPLS_DATASLICE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070531 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050114 | |
| 3 | Static method | Public | Method | Identify hash value for a selection | 20070531 | |
| 4 | Static method | Public | Method | Generates an Instance | 20070531 | |
| 5 | Instance method | Public | Method | Set (of Restrictions) | 20050502 | |
| 6 | Instance method | Public | Method | Set New Set for Data Slice | 20060911 | |
| 7 | Static method | Public | Method | Transform seldr to Simple Selection Table | 20050125 | |
| 8 | Instance method | Public | Method | Merge Data Slices with Additional Sets | 20050502 |
Events
Class CL_RSPLS_DATASLICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_TS_HASH | Public | See coding | Table of Hash Values for Selections | 20070531 | TN_TS_HASH type SORTED TABLE OF hash160
with unique key table_line
|
|
| 2 | TP_S_INSTANCE | Private | See coding | Structure: Instances | 20070531 | BEGIN OF tp_s_instance,
infoprov TYPE rsinfoprov,
dsnr TYPE rspls_dsnr,
hash TYPE hash160,
ts_iobj TYPE if_rspls_ds_types=>tn_ts_iobj,
r_instance TYPE REF TO if_rspls_dataslice,
END OF tp_s_instance
|
|
| 3 | TP_TS_INSTANCE | Private | See coding | Table: Instances | 20070531 | tp_ts_instance TYPE SORTED TABLE OF tp_s_instance
WITH NON-UNIQUE KEY infoprov dsnr
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSPLS_DATASLICE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSPLS_DATASLICE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DSNR | Call by reference | Type reference (TYPE) | RSPLS_DSNR | Nummer einer Datenscheibe | 20050114 | |||
| 2 | I_DSTYPE | Value transfer | Type reference (TYPE) | CHAR1 | IF_RSPLS_DS_TYPES~N_C_S_DSTYPE-SET | Typ der Datenscheibe | 20061005 | ||
| 3 | I_EMPTY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Flag: leere Menge | 20050502 | ||
| 4 | I_HASH | Call by reference | Type reference (TYPE) | HASH160 | 20070531 | ||||
| 5 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050114 | |||
| 6 | I_R_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | Multi-dimensionale Menge | 20091201 | |||
| 7 | I_R_STRUCDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20050503 | |||
| 8 | I_R_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | Allgemeine Menge (Factory-Klasse) | 20050503 | |||
| 9 | I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | Tabelle: Merkmale einer Datenscheibe (externe Sicht) | 20050114 | |||
| 10 | I_T_CHASEL | Call by reference | Type reference (TYPE) | RSPLS_T_CHASEL | Selektion für Merkmalswerte | 20050114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methode ist fehlgeschlagen | 20050114 |
Method GET_CHASEL_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CHASEL | Call by reference | Type reference (TYPE) | RSPLS_T_CHASEL | 20070531 | ||||
| 2 | E_HASH | Call by reference | Type reference (TYPE) | HASH160 | 20070531 | ||||
| 3 | I_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070531 |
Method GET_CHASEL_HASH on class CL_RSPLS_DATASLICE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DSNR | Call by reference | Type reference (TYPE) | RSPLS_DSNR | 20070531 | ||||
| 2 | I_DSTYPE | Value transfer | Type reference (TYPE) | CHAR1 | IF_RSPLS_DS_TYPES~N_C_S_DSTYPE-SET | 20070531 | |||
| 3 | I_EMPTY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20070531 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20070531 | ||||
| 5 | I_R_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | Multi-dimensionale Menge | 20091201 | |||
| 6 | I_R_STRUCDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20070531 | ||||
| 7 | I_R_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | 20070531 | ||||
| 8 | I_TS_HASH | Call by reference | Type reference (TYPE) | TN_TS_HASH | 20070531 | ||||
| 9 | I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | 20070531 | ||||
| 10 | I_T_CHASEL | Call by reference | Type reference (TYPE) | RSPLS_T_CHASEL | 20070531 | ||||
| 11 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RSPLS_DATASLICE | 20070531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070531 |
Method GET_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_SET | Value transfer | Object reference (TYPE REF TO) | CL_RSMDS_SET | Multi-dimensionale Menge | 20050502 |
Method GET_SET on class CL_RSPLS_DATASLICE has no exception.
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EMPTY | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Flag: Leere Menge | 20060911 | ||
| 2 | I_T_CHASEL | Call by reference | Type reference (TYPE) | RSPLS_T_CHASEL | Selektion für Merkmalswerte | 20060911 |
Method REFRESH on class CL_RSPLS_DATASLICE has no exception.
Method SELDR_TO_CHASEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TSX_SEL | Call by reference | Type reference (TYPE) | RSPLS_TS_SEL | Selektion | 20061005 | |||
| 2 | E_T_CHASEL | Call by reference | Type reference (TYPE) | RSPLS_T_CHASEL | Selektion für Merkmalswerte | 20050125 | |||
| 3 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20050125 |
Method SELDR_TO_CHASEL on class CL_RSPLS_DATASLICE has no exception.
Method UNITE_WITH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HASH | Call by reference | Type reference (TYPE) | HASH160 | 20070531 | ||||
| 2 | I_R_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | Multi-dimensionale Menge | 20050502 |
Method UNITE_WITH on class CL_RSPLS_DATASLICE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |