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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RSPLS_DS_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSMDS 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_BASIC_PROV Instance attribute Public Attribute reference (LIKE) 20130808
2 N_DSTYPE Instance attribute Public Type reference (TYPE) CHAR1 Type of Data Slice 20061005
3 N_HASH Instance attribute Public Type reference (TYPE) HASH160 20070531
4 N_TS_HASH Instance attribute Public Type reference (TYPE) TN_TS_HASH 20070531
5 P_DSNR Instance attribute Private Type reference (TYPE) RSPLS_DSNR Data Slice Number 20050114
6 P_R_SET Instance attribute Private Object reference (TYPE REF TO) CL_RSMDS_SET Multi-Dimensional Quantity 20050114
7 P_R_STRUCDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20050114
8 P_R_UNIVERSE Instance attribute Private Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Dimension Model for DDIC Structure Fields 20050117
9 P_TS_INSTANCE Static Attribute Private Type reference (TYPE) TP_TS_INSTANCE 20070531
10 P_TS_SET Instance attribute Private See coding 20070531
11 P_USE_UNION_SET Static Attribute Private Type reference (TYPE) RS_BOOL 20070531
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070531
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050114
3 GET_CHASEL_HASH Static method Public Method Identify hash value for a selection 20070531
4 GET_INSTANCE Static method Public Method Generates an Instance 20070531
5 GET_SET Instance method Public Method Set (of Restrictions) 20050502
6 REFRESH Instance method Public Method Set New Set for Data Slice 20060911
7 SELDR_TO_CHASEL Static method Public Method Transform seldr to Simple Selection Table 20050125
8 UNITE_WITH 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 Importing I_DSNR Call by reference Type reference (TYPE) RSPLS_DSNR Nummer einer Datenscheibe 20050114
2 Importing I_DSTYPE Value transfer Type reference (TYPE) CHAR1 IF_RSPLS_DS_TYPES~N_C_S_DSTYPE-SET Typ der Datenscheibe 20061005
3 Importing I_EMPTY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Flag: leere Menge 20050502
4 Importing I_HASH Call by reference Type reference (TYPE) HASH160 20070531
5 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20050114
6 Importing I_R_SET Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multi-dimensionale Menge 20091201
7 Importing I_R_STRUCDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20050503
8 Importing I_R_UNIVERSE Call by reference Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Allgemeine Menge (Factory-Klasse) 20050503
9 Importing I_TS_IOBJ Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_IOBJ Tabelle: Merkmale einer Datenscheibe (externe Sicht) 20050114
10 Importing I_T_CHASEL Call by reference Type reference (TYPE) RSPLS_T_CHASEL Selektion für Merkmalswerte 20050114
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Methode ist fehlgeschlagen 20050114

Method GET_CHASEL_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CHASEL Call by reference Type reference (TYPE) RSPLS_T_CHASEL 20070531
2 Exporting E_HASH Call by reference Type reference (TYPE) HASH160 20070531
3 Importing 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 Importing I_DSNR Call by reference Type reference (TYPE) RSPLS_DSNR 20070531
2 Importing I_DSTYPE Value transfer Type reference (TYPE) CHAR1 IF_RSPLS_DS_TYPES~N_C_S_DSTYPE-SET 20070531
3 Importing I_EMPTY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20070531
4 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20070531
5 Importing I_R_SET Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multi-dimensionale Menge 20091201
6 Importing I_R_STRUCDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20070531
7 Importing I_R_UNIVERSE Call by reference Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE 20070531
8 Importing I_TS_HASH Call by reference Type reference (TYPE) TN_TS_HASH 20070531
9 Importing I_TS_IOBJ Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_IOBJ 20070531
10 Importing I_T_CHASEL Call by reference Type reference (TYPE) RSPLS_T_CHASEL 20070531
11 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RSPLS_DATASLICE 20070531
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED 20070531

Method GET_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing I_EMPTY Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Flag: Leere Menge 20060911
2 Importing 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 Exporting E_TSX_SEL Call by reference Type reference (TYPE) RSPLS_TS_SEL Selektion 20061005
2 Exporting E_T_CHASEL Call by reference Type reference (TYPE) RSPLS_T_CHASEL Selektion für Merkmalswerte 20050125
3 Importing 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 Importing I_HASH Call by reference Type reference (TYPE) HASH160 20070531
2 Importing 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