SAP ABAP Class CL_RSPLS_DS_TRANSIENT (Runtime Data Slices)
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 20130424
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_DS_METHODS Methods for Data Slices 20130424
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_DS_TYPES Types for Data Slices 20130424
Properties
Class CL_RSPLS_DS_TRANSIENT  
Short Description Runtime Data Slices    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLS   Planning: General Services 
Created 20130424   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSPLS_CR_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_RSPLS_DS_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPLS_DATASLICE Data Slice 20130424
2 IF_RSPLS_DS_METHODS Methods for Data Slices 20130424
3 IF_RSPLS_DS_TYPES Types for Data Slices 20130424
Friends
Class CL_RSPLS_DS_TRANSIENT 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) 20130424
2 N_DSNR Instance attribute Public Type reference (TYPE) RSPLS_DSNR 20130424
3 N_TABNAME Instance attribute Public Type reference (TYPE) TABNAME 20130424
4 N_TS_FIELDS_MAP Instance attribute Public Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_FIELD 20130424
5 P_R_STRUCDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20130424
6 P_R_S_BUF Instance attribute Private Object reference (TYPE REF TO) DATA 20130424
7 P_R_TAB_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_RSPLS_TABLE_BUFFER After image logic for table records 20130923
8 P_R_TH_BUF Instance attribute Private Object reference (TYPE REF TO) DATA 20130424
9 P_TSX_INSTANCE Static Attribute Private Type reference (TYPE) TP_TSX_INSTANCE 20130424
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130424
2 FREE_INSTANCE Static method Public Method 20130424
3 GET_INSTANCE Static method Public Method 20130424
4 GET_LINE_TYPE_DS Static method Public Method 20130424
Events
Class CL_RSPLS_DS_TRANSIENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_SX_INSTANCE Private See coding 20130424 BEGIN OF tp_sx_instance, basic_prov TYPE rsinfoprov, ts_iobj TYPE IF_RSPLS_DS_TYPES=>TN_TS_IOBJ, r_instance TYPE REF TO IF_RSPLS_DATASLICE, END OF tp_sx_instance
2 TP_TSX_INSTANCE Private See coding 20130424 tp_tsx_instance TYPE SORTED TABLE OF tp_sx_instance WITH NON-UNIQUE KEY basic_prov INITIAL SIZE 0
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASIC_PROV Call by reference Type reference (TYPE) RSINFOPROV 20130424
2 Importing I_DSNR Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_DSNR 20130424
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20130424
4 Importing I_TS_FIELDS_MAP Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_FIELD 20130424
5 Importing I_TS_IOBJ Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_IOBJ 20130424
6 Importing I_T_COMBI Call by reference Type reference (TYPE) STANDARD TABLE 20130424
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20130725

Method FREE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DATASLICE Call by reference Object reference (TYPE REF TO) IF_RSPLS_DATASLICE 20130424

Method FREE_INSTANCE on class CL_RSPLS_DS_TRANSIENT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASIC_PROV Call by reference Type reference (TYPE) RSINFOPROV 20130424
2 Importing I_DSNR Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_DSNR 20130424
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20130424
4 Importing I_TS_FIELDS_MAP Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_FIELD 20130424
5 Importing I_TS_IOBJ Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_IOBJ 20130424
6 Importing I_T_COMBI Call by reference Type reference (TYPE) STANDARD TABLE 20130424
7 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RSPLS_DATASLICE 20130424
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20130725

Method GET_LINE_TYPE_DS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20130424
2 Importing I_TS_IOBJ Call by reference Type reference (TYPE) IF_RSPLS_DS_TYPES=>TN_TS_IOBJ 20130424
3 Returning R_R_TYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20130424

Method GET_LINE_TYPE_DS on class CL_RSPLS_DS_TRANSIENT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740