SAP ABAP Class CL_RSDRD_SELDEL_DSO_HANDLER (Handles the selective Deletion from DataStore)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDRD (Package) Delete Data Manager Data
Properties
Class CL_RSDRD_SELDEL_DSO_HANDLER  
Short Description Handles the selective Deletion from DataStore    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRD   Delete Data Manager Data 
Created 20130725   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDRD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDRO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRD_SELDEL_DSO_HANDLER has no interface implemented.
Friends
Class CL_RSDRD_SELDEL_DSO_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_DELETION_MODE Constant Public See coding 20130725
Methods
# Method Level Visibility Method type Description Created on
1 GET_DELETE_HANDLER Static method Public Method Constructor 20130725
Events
Class CL_RSDRD_SELDEL_DSO_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 _S_DEL_OBJECT Public See coding 20130725 BEGIN OF _s_del_object, del_ref TYPE REF TO cl_rsdrd_seldel_odso, END OF _s_del_object
2 _T_DELETION_MODE Public See coding 20130725 _t_deletion_mode TYPE c LENGTH 2
3 _T_DEL_OBJECTS Public See coding 20130725 _t_del_objects TYPE TABLE OF _s_del_object
4 _T_DSOTABT Public See coding 20130725 _t_dsotabt TYPE TABLE OF rsdodstabt
Method Signatures

Method GET_DELETE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASTORE Call by reference Type reference (TYPE) RSDODSOBJECT ODSO Object 20130725
2 Importing I_DEL_TABLE_TYPE Call by reference Type reference (TYPE) RSDODSTABT Single-Character Flag 20130725
3 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20130725
4 Importing I_SHOW_STMT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130725
5 Importing I_THX_SEL Call by reference Type reference (TYPE) RSDRD_THX_SEL list of Iobjs with Corresp. Deletion Criteria 20130725
6 Importing I_TRANSACT Call by reference Type reference (TYPE) RS_BOOL '' Transactional Deletion Without Commit 20130725
7 Importing I_WORK_ON_PARTITIONS Call by reference Type reference (TYPE) RS_BOOL '' Work on Partitions 20130725
8 Returning R_R_DELETION_OBJECT Value transfer Object reference (TYPE REF TO) CL_RSDRD_SELDEL_ODSO Selective Deletion from InfoCube 20130725

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