SAP ABAP Class CL_RSDRD_REQ_PHYS_DEL (physical request deltion)
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_REQ_PHYS_DEL  
Short Description physical request deltion    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRD   Delete Data Manager Data 
Created 20031210   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDRD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRD_REQ_PHYS_DEL has no interface implemented.
Friends
Class CL_RSDRD_REQ_PHYS_DEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_MESSAGE_LIST Instance attribute Public Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20031210
2 P_CONNECTION Instance attribute Private Type reference (TYPE) DBCON_NAME 'R/3*' 20061117
3 P_FTABNM Instance attribute Private Type reference (TYPE) RSD_TABLNM name of f-fact table 20031210
4 P_INFOCUBE Instance attribute Private Type reference (TYPE) RSINFOCUBE name of info cube 20031210
5 P_PFIELDNM Instance attribute Private Type reference (TYPE) RSD_FIELDNM field name of p-dim column in f-fact table 20031210
6 P_PTABNM Instance attribute Private Type reference (TYPE) RSD_TABLNM name of p-dim table 20031210
7 P_SHDTABNM Instance attribute Private Type reference (TYPE) RSD_TABLNM name of shadow table 20031210
8 P_TEXTID Instance attribute Private Type reference (TYPE) SCX_T100KEY T100 Key with Parameters Mapped to Attribute Names 20040120
9 P_TRACE Instance attribute Private Type reference (TYPE) C Trace Level 20031211
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP Instance method Private Method cleanup at the end of execution, including message handling 20031211
2 CREATE_FILL_SHDTAB Instance method Private Method create shadow table and copy data from f-fact to shd table 20031210
3 FILL_SWITCH_SHDTAB Instance method Private Method copy missing requests to shadow table and switch with f-fact 20031210
4 READ_REQDELTAB Instance method Private Method read logically deleted requests from table rsdrdreqdeltab 20031210
5 REQUEST_DELETE Instance method Private Method delete a single request from f-fact table 20031210
6 REQ_DEL Static method Public Method delete requests from fact table 20031210
7 SELECT_FOR_UPDATE_REQ Instance method Private Method select for update to avoid parallel deletion on one request 20050602
8 SET_ATTRIBUTES Instance method Private Method set class attributes 20031210
9 TABLE_TRUNCATE Instance method Private Method truncate f-fact table if no valid requests can be found 20031210
10 VALIDATE_SHDTAB Instance method Private Method check if the shadow tables contains all necessary record 20031210
Events
Class CL_RSDRD_REQ_PHYS_DEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 P_S_CHECK Private See coding 20031210 BEGIN OF p_s_check, cnt TYPE i, pdimid TYPE i, END OF p_s_check
2 P_T_RSDRDREQDELTAB Private See coding 20031210 p_t_rsdrdreqdeltab TYPE TABLE OF rsdrdreqdeltab
Method Signatures

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20031211
2 Importing I_R_CX Call by reference Object reference (TYPE REF TO) CX_RSDRD_EXCEPTION error during RSDRD part of archieving ... 20031211
# Exception Resumable Description Created on
1 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20040120

Method CREATE_FILL_SHDTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20031210
# Exception Resumable Description Created on
1 CX_RSDRD_INDEX_CREATE Fehler beim Anlegen der Indizes 20040120
2 CX_RSDRD_SET_LOCK Fehler beim Setzen einer Sperre 20040120
3 CX_RSDRD_TABLE_CREATE Fehler beim Anlegen einer Tabelle 20040120

Method FILL_SWITCH_SHDTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20031210
# Exception Resumable Description Created on
1 CX_RSDRD_INCONSISTENY_FOUND Dateninkonsistenz 20040120
2 CX_RSDRD_SET_LOCK Fehler beim Setzen einer Sperre 20040120
3 CX_RSDRD_SQL_ERROR SQL Fehler 20040120
4 CX_RSDRD_TABLE_CREATE 20040120
5 CX_RSDRD_TABLE_NOT_EXISTS Tabelle existiert nicht 20040120

Method READ_REQDELTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DIMDEL Call by reference Type reference (TYPE) P_T_RSDRDREQDELTAB table of logically deleted records 20031210
2 Importing I_DELTAB Call by reference Type reference (TYPE) TABNAME 30 Characters 20031210

Method READ_REQDELTAB on class CL_RSDRD_REQ_PHYS_DEL has no exception.

Method REQUEST_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20031210
# Exception Resumable Description Created on
1 CX_RSDRD_SQL_ERROR SQL Fehler 20040120

Method REQ_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20031210
2 Importing I_CONNECTION Call by reference Type reference (TYPE) DBCON_NAME 'R/3*' DB Connection 20061116
3 Importing I_DELMODE Call by reference Type reference (TYPE) RSDRD_MODE '6' delete mode 20031210
4 Importing I_DELTAB Call by reference Type reference (TYPE) TABNAME 'RSDRDREQDELTAB' RSDRD control tables 20031210
5 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSINFOCUBE '%' info cube name 20031210
6 Importing I_R_MESSAGE_LIST Call by reference Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20040226
7 Importing I_TRACE Call by reference Type reference (TYPE) C '1' trace level, set as the default problem class of messages 20031211
# Exception Resumable Description Created on
1 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20040120

Method SELECT_FOR_UPDATE_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20050602

Method SELECT_FOR_UPDATE_REQ on class CL_RSDRD_REQ_PHYS_DEL has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONNECTION Call by reference Type reference (TYPE) DBCON_NAME 'R/3*' DB Connection 20061116
2 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSINFOCUBE info cube name 20031210
3 Importing I_R_REQDEL Call by reference Object reference (TYPE REF TO) CL_RSDRD_REQ_PHYS_DEL physical request deltion 20031210
4 Importing I_TRACE Call by reference Type reference (TYPE) C '1' trace level 20031211
# Exception Resumable Description Created on
1 CX_RSDRD_REQUEST_NOT_FOUND Request nicht in der F-Faktentabelle 20040923

Method TABLE_TRUNCATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20031210
# Exception Resumable Description Created on
1 CX_RSDRD_TABLE_TRUNCATE SQL Fehler 20040120

Method VALIDATE_SHDTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIMDEL Call by reference Type reference (TYPE) RSDRDREQDELTAB Verwaltung zu löschender Requests beim Requestlöschen 20031210
# Exception Resumable Description Created on
1 CX_RSDRD_INCONSISTENY_FOUND Dateninkonsistenz 20040120
History
Last changed by/on SAP  20130531 
SAP Release Created in 400